Default the publish folder in Windows 10

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

Default the publish folder in Windows 10

Post by Muneerakl »

Dears,

I am not a developer, however ASP.NET Maker is my hobby. I am trying to publish, but the root

" <ProjectFolder>\bin\Debug\net451\win10-x86\publish" is not found.

I found instead;

"C:\Users\Muneer Akl\Documents\ASPNETMaker\WebSites\project13\bin\Debug\net452\win7-x64"

Can anyone tell me what is wrong?


motfs
User
Posts: 258

Post by motfs »

You need to check if the specified project folder is correct. Click Generate -> Project folder.

Also, you can use the option [Publish output] (click Tools -> Adanced Settings -> Publish output) to specify the publish folder. See Tools -> Advanced Settings -> Publish output for more details.

See this link for more details about dotnet-publish:
https://docs.microsoft.com/en-us/dotnet ... et-publish


Post Reply