|
| I also have the same problem and the same sitaution too. I'm also running IIS 5.0 on a W2K Pro machine and using VS2003.
I went through MSDN website and did what it explains. Couldn't solve the problem. What I did was I enable : script source access, read, write, directory browsing in Directory tab in properties in IIS manager. It works. Anybody know how to resolve this pro
blem properly?
----- John Spiegel wrote: -----
Hi all,
I can't run (test) a webservice in VS. Yet, I could Wednesday. Whenever I
attempt to Start, I receive the error message:
Error while trying to run project: Unable to start debugging the web
server. The project is not configured to be debugged.
The help only suggests setting debug="true" in the web.config file, which
was and is still there.
<configuration><system.web><compilation
defaultLanguage="c#"
debug="true"
/></system.web></configuration>
Some time on Wendesday I had reinstalled IIS because VS was indicating that
access to the files was denied. After that, the WS would run. This
morning, it has stopped.
I'm running IIS 5.0 on a W2K Pro machine and using VS2003.
TIA,
John
|
|