简体   繁体   中英

Deploying ASP.NET MVC to Plesk

I've been searching on the internet for a possible solution, but I have not been successful.

How can I publish a ASP.NET MVC website on plesk?

I uploaded my whole solution in the file manager, but it does not find the right folder to read from as default.

You can just put everything in your project folder onto Plesk File Manager's httpdocs folder. Thats it. Provided your hosting server is supporting MVC.

ZIP WAY

  1. Also you can zip all the contents of your project folder.

  2. Upload the zip file in Plesk's httpdocs folder inside File Manager.

  3. Unzip the zip file there and you are done.

In my Plesk I have to upload the site in a folder called httpdocs. My Plesk has two httpdocs folders, one inside the other. I use the first folder to deploy site in.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM