Can't run program from Visual Studio when debug=false

  • Thread starter Thread starter John Holmes
  • Start date Start date
J

John Holmes

My application is ready to deploy and I've set debug=false in the web.config
file and configured the app for release mode. When I try to run the app from
the IDE, I get the following error message:

"Error while trying to run project: Unable to start debuggin on the web
server. The project is not configured to be debugged. Click Help for more
information."

I'm not sure why it won't let me run the app from Visual Studio if it's not
in debug mode. I can build the app and run it from a browser. Any help will
be much appreciated.

John Holmes
 
Never mind, I figured out that I need to "Start without debugging" from the
IDE .. john
 
Back
Top