|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
asp.net debugging trouble
I have so far been unable to debug (using vs.net). I keep getting the following error:
"Error while trying to run project: Unable to start debuggin on the web server. The project is not configured to be debugged." I have set up the Network Service user in the debugger users and in IIS. I also have debug="true" in my web.config but I am still getting the error. What else could I be missing? Thanks in advance, Pete |
|
#2
|
|||
|
|||
|
i also tried to run my application in Dreamweaver MX and am getting the following error now instead:
[InvalidOperationException: Mutex could not be created.] [TypeInitializationException: The type initializer for "System.Web.Compilation.CompilationLock" threw an exception.] It took me awhile to even get this far. I had to modify the web.config file somewhat to even be allowed access to the application. Now, it is blowing up here instead. Any ideas? Pete |
|
#3
|
|||
|
|||
|
I got it!
never mind. after much struggling, research and guesswork i finally figured out the problems in the web.config file
thanks anyways Pete |
|
#4
|
|||
|
|||
|
Hi, Can you please let me know what trouble you had in the web.config. i am facing a similar problem and am unable to figure out a solution.http://forums.aspfree.com/images/icons/icon9.gif
|
|
#5
|
|||
|
|||
|
I had the same problem
Turns out the config tool had at some point added " urlLinePragmas="true" to compilation element. Taking that out seemed to resolve the debugging problem. Hope it works for you too. If not, I would try taking everything out of the compilation tag except for the defaultLanguage"c#" (or vb) and the debug="true" attributes. Hope that helps. Good Luck.
|
|
#6
|
|||
|
|||
|
Mutex problem as will. Help
Quote:
Do you mind sharing what you did? I am having the same issue with the Mutex thing. |
|
#7
|
|||
|
|||
|
can't remember
Unfortunately, it's been so long since I had this problem that I can't remember what I did. I should have posted it immediately back then. I haven't seen the problem again on any other computers either.
Good luck |
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > asp.net debugging trouble |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|