IIS 7.5 and ASP .NET 2.0

后端 未结 9 1257
星月不相逢
星月不相逢 2021-02-19 03:00

Are there any known issues with IIS 7.5? I\'m getting the following error when I try to browse/start/view any page on the site.

HTTP Error 500.19 - Internal Serv         


        
9条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-19 03:26

    After fixing as above said We will get the following error

    Error message when you visit a Web site that is hosted on IIS 7.0:
    HTTP Error 403.14 - Forbidden.

    To resolve this problem, use one of the following methods.


    Method 1:To resolve this problem, follow these steps:

    • Start IIS Manager. To do this, click Start, click Run, type inetmgr.exe, and then click OK.
    • In IIS Manager, expand server name, expand Web sites, and then click the Web site that you want to modify.
    • In Features view, double-click Directory Browsing.
    • In the Actions pane, click Enable.

    Method 2: To resolve this problem, follow these steps:

    • Start IIS Manager. To do this, click Start, click Run, type inetmgr.exe, and then click OK.
    • In IIS Manager, expand server name, expand Web sites, and then click the Web site that you want to modify.
    • In Features view, double-click Default Document.
    • In the Actions pane, click Enable.
    • In the File Name box, type the name of the default document, and then click OK.

提交回复
热议问题