Publish Project

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
a7777
User
Posts: 1

Publish Project

Post 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


motfs
User
Posts: 258

Post 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.


Post Reply