1.can we add connection string in global.asax??????????
2.what are the default files included when we create new
web application????
Answer Posted / jom george
we can add connection string in global.asax
2. App_Data,Default.aspx,Webconfif are the default files when we create a new web applications.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the validation controls available in ASP.NET?
What are server objects?
Differentiate between early binding and late binding.
What are the advantages of Web API?
What is difference between or and orelse?
What are the merits and demerits of viewstate?
What is the concept of view state in asp.net?
What are the ways of preserving data on a Web Form in ASP.NET?
Explain difference between dataset and datareader?
What is application session?
Define view state.
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is the difference between custom controls and user controls?
How can we inherit a static variable?
Will session work if cookies is disabled?