With out Web.config can we executes the application?
Answer Posted / anand gopal
Ans:
Web.config file create itself,if you delete this file and debug your application it again create itself.
i.e you cannot use without web.config file.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What are the new login controls in asp.net 2.0?
Explain file-based dependency and key-based dependency.
How you can return View from ASP.NET Web API method?
What are server activated objects?
How does u get record no from 5 to 15 from a dataset of 100 records?
What is difference between view state and session state?
What is the function of new view engine in asp.net? : asp.net mvc
What is session in web technology?
Explain about asp.net caching?
What are Caching techniques in .NET
How can you handle exceptions in asp.net?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Describe the differences between the lifecycles of Windows services and Standard EXE?
Explain the difference between asp and asp.net?
Define what is razor? : asp.net mvc