Where does Web.Config Info stored? Will this be stored in
the registry?
Answers were Sorted based on User's Feedback
Answer / srujana
Web Config is a file which contains settings for your
application. You can check Web.config file in your
application main folder. This information is not stored in
registry.
DOT NET framework is a way to have a registry free
application
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / ashwini
Web Config is a file which contains settings for your
application. You can check Web.config file in your
application main folder. This information is not stored in
registry.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ahmed
Web Config is a file which contains settings for your
application. You can check Web.config file in your
application main folder. This information is not stored in
registry
| Is This Answer Correct ? | 2 Yes | 0 No |
what is diffrent between asp & asp.net
What is Model-View-View Model?
Explain the different parts that constitute ASP.NET application?
How does the service stream content?
What is a PostBack? What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why is it either useful or evil?
Can private assembly be used for more than one application? If so how?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
How do you turn off cookies for one page in your site?
Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft Ajax 1.0
Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()
Describe the difference between inline and code behind.
explain about Back ground process control in .net
1 Answers Digital Mesh, Infronics,
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)