Answer Posted / gayathri
The web.config file contains information that control module loading, security configuration, session state configuration, and application language and compilation settings. Web.config files can also contain application specific items such as database connection strings.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What types of data validation events are commonly seen in the client-side form validation?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Explain Authentication mechanism in dotnet
Why do we need asp.net?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What are the new web part controls in asp.net 2.0 ?
What is asp.net with mvc? : Asp.Net MVC
What is state management in asp.net with example?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is the difference between viewstate and hidden field in asp.net?
Explain the various authentication mechanisms in asp.net.
How to do state management in ASP.NET?
Can we have a web application running without web.config file?
What is the base class from which web forms are inherited?
What is application state?