IIS 7.5 Can't open Handler Mappings?

前端 未结 3 1124
半阙折子戏
半阙折子戏 2021-02-12 23:35

I need to update the handler mappings on IIS 7.5 to allow URLs that don\'t have extensions to be routed to an application. The application was originally written in ASP.NET 2.0,

3条回答
  •  旧巷少年郎
    2021-02-12 23:56

    If you are using IIS7.0 / IIS7.5 : -

    Goto IIS Manager by
    (Start-->Run-->type 'Inetmgr' Or Right click on MyComputer, Select 'Manage' option, Expand 'Services And Applications, select 'Internet Information Manager')

    Right click on the application's virtual directory, choose 'Convert To Application' option.
    This will solve the issue.

提交回复
热议问题