What is the Difference between Web.config and global.asax?
Can we write connection String code in global.asax?
Answer Posted / dasharatham
App_code,App_themes,App_data,App_globalresources,App_localre
sources.
| Is This Answer Correct ? | 3 Yes | 19 No |
Post New Answer View All Answers
What are the differences between clr & cts?
What is the difference between executescalar and executenonquery?
What is viewstate information stored?
Which .NET framework supports Web API?
What is the use of HttpHandlers? When to use this?
How do you implement sql caching in asp.net?
How does exception management works in ASP.NET?
Explain the difference between Repeater and Data list control in ASP.NET?
What are Master Pages in ASP.NET?
What are server objects?
Are there resources online with tips on asp to asp.net conversions?
What is user control in asp.net?
Define web.config in .net?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?