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
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
Explain asp.net mvc request life cycle? : asp.net mvc
What is xaml? Are xaml file compiled or built on runtime?
Explain the use of view state?
What is bson in web api?
Define page output caching?
What is the procedure to create the environment for asp.net? : asp.net mvc
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Explain the working of passport authentication.
Why is string called immutable data type?
How to create multi language website in asp.net mvc? : Asp.Net MVC
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
Give some salient points of difference between request processor and request dispatcher.
What I need to create and run an asp.net application?