unable to run project

  • Thread starter Thread starter dirk van waes
  • Start date Start date
D

dirk van waes

Hello
At work, I made an asp.net solution in the map c:\inetpub\wwwroot\mysol.
Then I copied this map on my memorystick and placed all the files in the
same map at home.
Now I can look at my project in vs.net in designmode, but I can not debug or
run the project anymore. I always get the errormessage:
error while trying to run project. Unable to start debugging on the
webserver.The project is not configered to be debugged.
What do I have to do to avoid this message?
TIA
Dirk
 
hope this helps:
control panel / Administrative Tools / Internet Information Services /Web
Sites / Default Web Site
Right click on mysol, click properties, click on Create button in Directory
tab, hit ok.
 
Back
Top