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
What do you mean by role-based security?
What is the typical session identifier?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
How to Insert/Add in ASPXgridview
What are the different types of Caching techniques in ASP.NET?
How do I publish my asp.net application to my isp's web server?
How ViewstateMac works?
How do you secure your configuration files to be accessed remotely by unauthorized users?
Disable browser cache for entire ASP.NET website?
What do you mean by marshalbyref?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is the base class from which web forms are inherited?
Explain the difference between Repeater and Data list control in ASP.NET?
What language is asp.net written in?
How does output caching work in ASP.NET?