1.can we add connection string in global.asax??????????
2.what are the default files included when we create new
web application????
Answer Posted / himasankar
1)We can't add connection string in global.asax file. we can
create connection string in web.config file only.
2)global.asax,web.config,Default.aspx files and
app_code,app_data,app_themes folders.
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
Define globalization and localization.
Explain the concept of MVC Scaffolding?
when a request is made in Life cycle of ASP.NET page .
What can you do with asp.net?
How would you implement inheritance using c#?
What is applicatio domain?
What is the significance of finalize method in .net?
What is marshalling ? Is it a part of asp.net ?
What are the contents of cookie?
How can you use a custom controls in ASP.NET application?
Give some salient points of difference between request processor and request dispatcher.
Can I combine classic asp and asp.net pages?
Securitywise What are the Enhancements in 2.0?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is the difference between sealed vs static class?