PDA

View Full Version : The page cannot be displayed


spatten
06-05-2004, 10:19 AM
I went in and created a vb.net web w/ vs 2003 at http://stephenpatt.web109.discountasp.net/ and everything worked fine. Compiled (very fast , thank you discountasp)

created a folder (portal) with vs studio and went to the Web Application Tool and made this an application root. exited out of vs and created a blank solution, added a new vb.net web app and pointed it to the new portal web folder .. all is good (complies , and see my "hello world" page on the internet)

now I go back and try to access the first solution and i get this

HTTP Error 403.1 - Forbidden: Execute access is denied.
Internet Information Services (IIS)

any ideas on how to get the main root application working again?

Thank you,
Stephen

bruce
06-05-2004, 10:33 AM
VS.net & FrontPage extension sometimes switch off the execute permission your application when you perform Copy Project or Create New Project. To workaround the issue, follow the below steps to reinstall the application

- Logon to the control panel
- Navigate to Web Application Tool
- Select the directory / Application
- Click Uninstall Application
- Wait 5 seconds
- Click Install Application

[b]quote:Originally posted by spatten

I went in and created a vb.net web w/ vs 2003 at http://stephenpatt.web109.discountasp.net/ and everything worked fine. Compiled (very fast , thank you discountasp)

created a folder (portal) with vs studio and went to the Web Application Tool and made this an application root. exited out of vs and created a blank solution, added a new vb.net web app and pointed it to the new portal web folder .. all is good (complies , and see my "hello world" page on the internet)

now I go back and try to access the first solution and i get this

HTTP Error 403.1 - Forbidden: Execute access is denied.
Internet Information Services (IIS)

any ideas on how to get the main root application working again?

Thank you,
Stephen

</blockquote id="quote"></font id="quote">