K
Karch
I am trying to configure a web application named "mytestweb.com" and get the
error:
"Unable to start debugging on the web server. The web server is not
configured correctly. See help for common configuration errors. Running the
web page outside the debugger may provide further information."
When I try to navigate directly to
http://localhost/mytestweb.com/default.aspx, I receive a HTTP 403.1 error:
Execute Access Forbidden. "You have attempted to execute a CGI, ISAPI, or
other executable program from a directory that does not allow programs to be
executed."
I have verified that the virtual directory is created and has the same
permissions as another web application created the same way with one
exception: the one that works does NOT have an extension. It is simply
called "mytestweb".
I thought IE might be viewing this as an internet site, so I added
http://localhost as a trusted site - still the same problem, same error.
What do I need to do to be able to run and debug web applications with
extensions in the name?
Thanks!
error:
"Unable to start debugging on the web server. The web server is not
configured correctly. See help for common configuration errors. Running the
web page outside the debugger may provide further information."
When I try to navigate directly to
http://localhost/mytestweb.com/default.aspx, I receive a HTTP 403.1 error:
Execute Access Forbidden. "You have attempted to execute a CGI, ISAPI, or
other executable program from a directory that does not allow programs to be
executed."
I have verified that the virtual directory is created and has the same
permissions as another web application created the same way with one
exception: the one that works does NOT have an extension. It is simply
called "mytestweb".
I thought IE might be viewing this as an internet site, so I added
http://localhost as a trusted site - still the same problem, same error.
What do I need to do to be able to run and debug web applications with
extensions in the name?
Thanks!