Deploy asp.net, IIS without using an imported application

I am trying to deploy my ASP.net webpage to my local database using the IIS database at the steps from this site http://www.shubho.net/2011/01/quick-deployment-of-aspnet-applications.html p>

However, when I try to run an import application, this option is not available. I tried reinstalling MSDeploy, but it still did not work.

Anyone have an idea how to configure import of my application?

Hello

+4
source share
1 answer

All you need to do to publish to your local computer is click Publish and create "Create." Then, when in the wizard you are asked to select β€œFile System” instead of Web Deploy, then in the target location go to C: \ inetpub \ wwwroot \ YourFileName. Verify that VS is in release mode for publishing. In IIS 7, you create a new site and make sure that you install the directory in the same file location. Then do it. If you need more help, you can send me an email at roman.appsllc@gmail.com and I will send you a walk with images.

+1
source

Source: https://habr.com/ru/post/1432028/


All Articles