asp.net - where is Web Site Administration on visual studio 2015 -


i cannot found web site administration tool in visual studio 2015. it?

it used on menu "website > administration tool" or "project > administration tool" not anymore.

i experienced same issue. can via iis or did, copy development folder future use. here 2 options...

1. launch web site admin tool using command window:

  1. open command window running admin

  2. change folder iis express: cd c:\program files\iis express\

  3. run following command start iis express:

iisexpress.exe /path:c:\windows\microsoft.net\framework\v4.0.30319\asp.netwebadminfiles /vpath:"/asp.netwebadminfiles" /port:8082 /clr:4.0 /ntlm

  1. access admin site via following url: http://localhost:8082/asp.netwebadminfiles/default.aspx?applicationphysicalpath=c:[your site path here]\&applicationurl=/

2. launch web site admin tool using iis: can try running site windows folder after couple of issues moved folder. steps below cover process.

see following post @ link


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -