Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>So the next thing has helped:</p> <ol> <li>created a site in IIS called <strong>site.localhost</strong>. </li> <li>Created an application inside that <strong>site.localhost->forum</strong> (like internal application)</li> <li>Created a second fake site (for correct moving files while deployement) called <strong>fakeforum.localhost</strong></li> <li><strong>site.localhost</strong> looks to <code>C:\inetpub\MyWebsite\site</code></li> <li>forum (<strong>site.localhost->forum</strong>) looks to <code>C:\inetpub\MyWebsite\forum</code> 5 fake forum fakeforum.localhost looks also to <code>C:\inetpub\MyWebsite\forum</code> this helps not to overwrite configs of <strong>site.localhost</strong> during the publishing of forum.</li> <li>stop <strong>fakeforum.localhost</strong> in IIS and never run it</li> <li>publish mvc app to <strong>site.localhost</strong> in Visual Studio using start url: <code>localhost:81</code> and server name <code>localhost</code>, site name <code>site.localhost</code> (from IIS)</li> <li>publish mvc forum app to <strong>fakeforum.localhost</strong> using start url: <code>localhost:81/forum</code> server name <code>localhost</code>, site name <code>fakeforum.localhost</code> (from IIS)</li> </ol> <p>What it does?</p> <ol> <li>It helps to publish - to move files from dev folder to intepub and let xdt:Transform work and don't change you original web.config inside folder for development.</li> <li>It uses IIS in is a cantainer for publishing without running.</li> </ol> <p><img src="https://i.stack.imgur.com/SH0Hq.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload