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


Please Help Members By Posting Answers For Below Questions

How does a content page differ from a master page?

745


What is an example of an application service provider?

669


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

745


Explain Life cycle of ASP.NET page when a request is made.

985


Is asp.net and .net the same?

730


What is Pre-Render event in ASP.NET?

836


What is the equivalent of date() and time() in asp.net?

749


Explain the difference between response.redirect vs server.transfer

892


Describe the method to create a permanent cookie?

823


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?

793


What is request and response in asp.net?

744


What is bound controls

798


Explain what the contents of cookie?

818


How do I send an email message from my ASP.NET page?

758


What r the asp.net list controls and difference between them?

758