I have debug = true
in both web.config
and requested In the file but it still will not stop.
Thanks ...
There are several reasons:
- The assembly is changing and the debugger has not been updated - try to clean the solution and make it again
- You are creating in release mode - in this case you will find studio Will receive a warning message from
The rest of the options depend on the weather that you are using on local IIS or Visual Studio web server.
Comments
Post a Comment