Page 1 of 1

Default the publish folder in Windows 10

Posted: Sun Aug 14, 2016 7:03 pm
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?


Re: Default the publish folder in Windows 10

Posted: Mon Aug 15, 2016 10:21 am
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