[RESOLVED] VS2012 Development configuration file was not found
I have an asp.net webproject that I inherited from another guy here at my ccompany. Before he left, we got the site to work in dev. Now that he has gone I try and run it again and I get the following error:
Development configuration file was not found
What the HELL is that? I have even googled that and there is nothing.
I have changed absolutely nothing in the code.
Any ideas?
Re: VS2012 Development configuration file was not found
What does "work in dev" means?
Maybe a new feature in vs2012?
Re: VS2012 Development configuration file was not found
Quote:
Originally Posted by
sapator
What does "work in dev" means?
Maybe a new feature in vs2012?
What I mean to say is that the website was working on my development machine.
Re: VS2012 Development configuration file was not found
Maybe a web.config file missing, if you have multiple web.config files in directories(?)
Re: [RESOLVED] VS2012 Development configuration file was not found
I finally discovered that the problem was some stupid 3rd party dll that wasn't working right. Once I added it back into the project, the error went away.