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 is advantage of code behind coding in ASP.NET?
What are the features of asp net?
How to retrieve user name in case of Window Authentication?
What is strong-typing versus weak-typing?
How does session work in asp net?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
How can you apply a theme to your asp.net application?
What does postback mean?
Explain how can we access static variable?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Are cookies client side or server side?
Where sessions are stored?
How do sessions work?
Is it possible to create web application with both webforms and mvc?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?