With out Web.config can we executes the application?
Answer Posted / lohith b n
Yes you can execute the application without web.config file
but you are not able to debug the application if you want to
debug the perticular page add the debug attribute in page
directive
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Define transparent caching with aop?
Mention the execution process for managed code?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What is break mode?
How can we provide the WebParts control functionality to a server control?
What are the different method of navigation in asp.net?
How does u call and execute a sp in .net?
How can you handle unmanaged code exceptions in asp.net?
Describe the .net base class library.
What is data cache in sql server?
How do we ensure view state has not tampered?
What is application state?
What is difference between cookies and cache?
Define tracing.
What is the difference between exe and dll?