Why does web.config gets overwritten everytime I run source code?
I'm running the source code, and specifically in the presentation\web.config file where I changed the
umbracoConfigurationStatus to value="". When I run the presentation project, the web.config gets overwritten with the value of umbracoConfigurationStatus becoming again "4.6.0.Alpha".
Where is this value getting stored and written from, I need to keep it blank so I can start my umbraco installer without having to login?
Why does web.config gets overwritten everytime I run source code?
I'm running the source code, and specifically in the presentation\web.config file where I changed the
umbracoConfigurationStatus to value="". When I run the presentation project, the web.config gets overwritten with the value of umbracoConfigurationStatus becoming again "4.6.0.Alpha".
Where is this value getting stored and written from, I need to keep it blank so I can start my umbraco installer without having to login?
Thank you!
I think there is a config file name as web.STANDARD.config
is working on a reply...