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
How does a content page differ from a master page?
What is an example of an application service provider?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Explain Life cycle of ASP.NET page when a request is made.
Is asp.net and .net the same?
What is Pre-Render event in ASP.NET?
What is the equivalent of date() and time() in asp.net?
Explain the difference between response.redirect vs server.transfer
Describe the method to create a permanent cookie?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What is request and response in asp.net?
What is bound controls
Explain what the contents of cookie?
How do I send an email message from my ASP.NET page?
What r the asp.net list controls and difference between them?