Is there a ASP.NET web site administration tool in IIS?

后端 未结 6 1300
时光说笑
时光说笑 2021-02-13 17:27

I am using asp.net web site administration tool to manage the different roles in my project (currently Customer and Administrator). During the development, in vs 2008, its very

6条回答
  •  逝去的感伤
    2021-02-13 18:06

    you can create an application in IIS, you just know that direction of web administration tools (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ASP.NETWebAdminFiles)

    the other point that you should now is that you need two parameter in the URL.

    AS an example: http://localhost/PMIS-Security/default.aspx?applicationPhysicalPath=C:\PMIS&applicationUrl=/PMIS

    applicationPhysicalPath=C:\PMIS applicationUrl=/PMIS

提交回复
热议问题