|
-
Dec 16th, 2003, 07:43 AM
#1
Thread Starter
Frenzied Member
Visual Studio.Net
One of my collegues have a strange problem. When he imports a porject made and runs the debugger the following error occurs:
Code:
Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged.
Any of you have an idea of what goes wrong?
-
Dec 16th, 2003, 09:42 AM
#2
Junior Member
edit your web config :
<compilation defaultLanguage="vb" debug="true" />
-
Dec 16th, 2003, 10:03 AM
#3
Thread Starter
Frenzied Member
Hi Rio, thanks for your reply, the strange thing is that he HAS applied the code you wrote!
There's no problem when he debugs a project made on his own pc, the problem occurs when he imports projects.
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
|