Page 1 of 1

Publish Project

Posted: Fri Dec 02, 2016 11:49 pm
by a7777

Hi,
What is the usage of files in this path "project1\bin\Debug\net452\win7-x64" .
What should I upload to the remote server including "project1\bin\Debug\net452\win7-x64" or exclude it

Thanks


Re: Publish Project

Posted: Sat Dec 03, 2016 10:20 am
by motfs

win7-x64 is the RID for your machine. Read the following link for more details: h+ttps://docs.microsoft.com/en-us/aspnet/core/publishing/iis

You need to check your server to find out the RID and upload the publish folder. Try to generate publish folder in a separate folder (click Tools -> Advanced Settings -> Publish output) and upload this folder to try.