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
What is work flow gen? how can it will work with .Net?
Explain the use of duration attribute of @outputcache page directive.
Difference between response.redirect and server.transfer?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What are the merits and demerits of viewstate?
How does asp page work?
Can we have a web application running without web.config file?
COM+ Used ________________ Isolation Level
How do you secure your connection string information?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How do u deploy your asp.net application?
What is a 1x1 pixel?
How you can access the values from the Repeater control in ASP.NET?
What are the uses of reflection?