Hi,
I want to know that can a asp.net application can run without web.config file , if yes then explain ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Mar 5, 2012, 11:15 PM
Yes you can run your project without extra web config but it run under default setting in machine config
if you want to override these default setting, you must have eweb.config in your project.
hope this answer of your que.