|
-
Sep 20th, 2002, 09:27 AM
#1
Thread Starter
Lively Member
web server debug error
I have a project that I am trying to run from a server. When I attempt this, I get an error :
Error while trying to run project : Unable to start debugging on the web server. Would you like to disable future attempts to debug ASP.NET pages for this project?
I know this problem has been posted already and I tried the solution that I found there (running an ASP register command) and I am still getting the same result. The weird thing is that I have a different program that someone else wrote on a different computer that runs with absolutely no problems on that same web server. What could the problem be?
-
Sep 20th, 2002, 01:07 PM
#2
Fanatic Member
Re: web server debug error
Originally posted by JonathanSchmidt
I have a project that I am trying to run from a server. When I attempt this, I get an error :
Error while trying to run project : Unable to start debugging on the web server. Would you like to disable future attempts to debug ASP.NET pages for this project?
Seen it happen if the folder the app is in isn't a web folder(virtual folder I believe they call it)
In Administrative Tools.....Open "Internet Services Manager". Then find the folder on the left. If it's a regular folder(you'll notice the difference), Right click and select "Properties". In the dialog box, click the "Create" button. Then click ok and try again.
John
-
Sep 20th, 2002, 01:10 PM
#3
Thread Starter
Lively Member
Unfortunately, thats not the problem. I already promoted it to a regular web app. This is so annoying. I have tried every other solution to this problem that I have found posted on the web, and nothing works. I think my server hates me. I might as well get fired. AAAAHHHHH!!!!!
-
Sep 24th, 2002, 04:37 PM
#4
Member
Silly question but have you stopped and started IIS since you set up the Virtual Directory?
-
Sep 25th, 2002, 09:52 AM
#5
Thread Starter
Lively Member
-
Sep 26th, 2002, 04:58 PM
#6
Junior Member
Are you trying to develop and debug on a different computer than where you webserver is located???
-
Sep 26th, 2002, 06:56 PM
#7
Junior Member
Try this..
Register the aspnet_isapi.dll using regsvr32
-
Sep 27th, 2002, 10:31 AM
#8
Make sure you have debug="true" in your web.config file of the application.
-
Apr 22nd, 2003, 03:15 AM
#9
New Member
Dear kprashan
Thank you very much, your answer help me to solve 1 week problem.
please check your email.
-
Apr 23rd, 2003, 01:45 AM
#10
Lively Member
hi Jonathan,
Got the solution?. I'm also getting the same error.
Error while trying to run project : Unable to start debugging on the web server. Would you like to disable future attempts to debug ASP.NET pages for this project?
if I press Yes, then the project can run afterwards. but then
the break points and debugging would not possible.
any ideas?
when in doubt, win the trick
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|