|
-
Oct 25th, 2004, 03:24 AM
#1
Thread Starter
Fanatic Member
run application
Do you know why I can not run my asp.net project?
The error message is:
Error while trying to run project: unable to start debugging on the web server.
Could it be to do with web.config?
This is one of the current settings:
<compilation defaultLanguage="vb" debug="true" />
Thanks
-
Oct 25th, 2004, 10:58 AM
#2
Banned
Re: run application
Originally posted by fmardani
Do you know why I can not run my asp.net project?
The error message is:
Error while trying to run project: unable to start debugging on the web server.
Could it be to do with web.config?
This is one of the current settings:
<compilation defaultLanguage="vb" debug="true" />
Thanks
You need to install the .net debugger on your web server.
Goto MS's site or google what you posted, there is an article out there for you.
Jon
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
|