Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What are few profile options which you update after cloning ?
What are few profile options which you update after cloning ?
✍: Guest
Rapid clone updates profile options specific to site level . If you have any profile option set at other levels like server, responsibility, user....level then reset them.
2011-11-29, 3668👍, 0💬
Popular Posts:
What is the purpose of Replication ? Replication is way of keeping data synchronized in multiple dat...
How do we configure “WebGarden”? “Web garden” can be configured by using process model settings in...
Have you ever worked with Microsoft Application Blocks, if yes then which? Application Blocks are C#...
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...
What will be printed as the result of the operation below: #define swap(a,b) a=a+b;b=a-b;a=a-b; void...