The page cannot be displayed

Discussion in 'ASP.NET / ASP.NET Core' started by spatten, Jun 5, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    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

    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">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page