where is Web Site Administration on visual studio 2015

前端 未结 3 424
别跟我提以往
别跟我提以往 2020-12-28 19:42

I cannot found Web Site Administration Tool in visual studio 2015. where is it?

It used to be on menu \"website > Administration Tool\" or \"Project > Administration

3条回答
  •  旧巷少年郎
    2020-12-28 20:12

    You need to use the port that you have configured in your app,

    My command:

    iisexpress.exe /path:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETWebAdminFiles /vpath:"/ASP.NETWebAdminFiles" /port:58835 /clr:4.0

    Also there's a video search for "How to access ASP .Net Web Site Configuration Tool using Visual Studio"

提交回复
热议问题