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 tool" but is not anymore.
ASP.NET Web Site Administration Tool can be accessed by clicking ASP.NET Configuration from the Website menu or Project menu in Visual Studio 2010 Professional, or by clicking on the ASP.NET Configuration icon in the Solution Explorer window.
IBM Security Directory Server Web Administration Tool is installed on a web application server, for example, WebSphere® Application Server, which is administered through a console. Servers that are added to the console can be managed through the Web Administration Tool without having to install the tool on each server.
I experienced the same issue. You can get to it via IIS or as I did, I copy it to a development folder for future use. Here are two options...
1. Launch the Web Site Admin Tool using a command window:
Open a Command Window running it as a Admin
Change the folder to IIS Express:
cd C:\Program Files\IIS Express\
iisexpress.exe /path:C:\Windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETWebAdminFiles /vpath:"/ASP.NETWebAdminFiles" /port:8082 /clr:4.0 /ntlm
2. Launch the Web Site Admin Tool using IIS: You can try running the site from the Windows folder but after a couple of issues I just moved it to another folder. The steps below cover that process.
Copy the Admin Site from the following folder: C:\Windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETWebAdminFiles
Change the web.config to allow any user to access the site
Setup the site in IIS. Set the Authentication as shown below. Use the following URL to manage your ASP.NET site.
http://localhost/ASPNetAdmin/default.aspx?applicationPhysicalPath=C:[YOUR SITE PATH HERE]\&applicationUrl=/
See the following post at this link
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With