I cannot debug ASP.NET Project on IIS v6.0 & Windows 2003 Server ???

  • Thread starter Thread starter Oney
  • Start date Start date
O

Oney

I began to use Windows 2003 server for a short time. Whenever I try to
open an ASP.NET Application and debug ASP.NET Application it returns
errors. I didn't have problems like that when I was using Windows XP &
IIS v5,1..

There is two problems
1) Whenever I try to open an ASP.NET Application Project I take this
error message
-The Web was created successfully, but an error occured when
trying to configure the application root for this Web.Web projects may
not operate correctly without an application root.The return message
was: A possible cause of this error is insufficient access rights to
perform the operation.You can manually configure the application root
using the Internet Services Manager

2) Whenever I try to debug an ASP.NET Application Project I take this
error messge
-Error while trying to run project: Unable to start debugging on
the web server.The project is not configured to be debugged

however, I did debug configuration on the Web config file!
<compilation defaultLanguage="vb" debug="true" />



How can I solve these problems?
Thanks
 
Use the IIS control panel to make the project an application on the server.
VS didn't have enough permission to do this for you, so you need to do it
manually.

-John
 
Back
Top