Website Administration tool in Visual Studio 2013

 How to use the ASP.NET Web Administration Tool work around since it is not in Visual Studio 2013 (why they removed it? Who knows..)

Step one is to open on a command window CMD:
Enter this information:
"C:\Program Files\IIS Express\iisexpress.exe" /path:c:\windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETWebAdminFiles /vpath:"/asp.netwebadminfiles" /port:3270 /clr:4.0 /ntlm

** Port should be the same port you are using in your project!

Go to a web browser and enter this:
http://localhost:3270/asp.netwebadminfiles/default.aspx?applicationPhysicalPath=C:\DEV\RSHealthFair\&applicationUrl=/

** Port should be the same port you are using in your project!