Wo liegt die physische Verzeichnis von meinem IIS Express Website?

In welches Verzeichnis IIS Express speichert meine Website DLLs und andere Ressourcen?

Habe ich geprüft, die <site> Abschnitt meiner %USERPROFILE%\Documents\IISExpress\applicationhost.config und es sieht wie folgt aus:

<site name="WebSite1" id="1" serverAutoStart="true">
  <application path="/">
    <virtualDirectory path="/" physicalPath="%IIS_SITES_HOME%\WebSite1" />
  </application>
  <bindings>
    <binding protocol="http" bindingInformation=":8080:localhost" />
  </bindings>
</site>

Physischen Pfad ist auf %IIS_SITES_HOME%\WebSite1 Punkte, die zu %USERPROFILE%\Documents\My Web Sites, aber in diesem Verzeichnis gibt es nur Standard-Dateien wie iistart.htm, iis.png und anderen Mist.

Meine Seite läuft auf localhost:58620, aber ich es gibt keine Website-Konfiguration applicationhost.config für Sie.

Ich starten Sie den IIS-Express von Visual Studio 2015.

Wo ist die physischen Verzeichnis meiner localhost:58620 Ort liegt? Danke.

InformationsquelleAutor mimo | 2015-12-17
Schreibe einen Kommentar