I came across this CLI : dotnet publish -c Release -r win-x64 -o ./publish-64 --self-contained and apparently this should do the trick. but still no output.
Do I need to set up something in my web config, about the SQL lite or is that automatically imported as part of build?
If you are getting nothing at all then it would appear the umbraco app is not running at all, if it was but something was wrong then I would expect some sort of error to be generated.
Perhaps you could ask your host if anything is being recorded in the servers event logs
Deploy Umbraco 11 to Curanet hosting
Hi Guys
I'm new to Umbraco 11 and have mostly workeding with Umbraco 7 and 8.
I got it all working on my local host. And now I want to deploy the solution to the public host. Its justIt'sbasic sting with FTP access.
I'm using the "dotnet publish" CLI and now I want to upload the code to the server. But when I upload all files I just get a blank page.
I'm Using SQL Lite on this site.
So what steps am I missing? Or do I need a special like of hosting? The server is running core.net.
http://styrkvsp.dk.web15.curanetserver.dk
does your server support .net core 7 ?
I just wrote to the provide. All I can see is that they support .Net Core not what version.
So Umbraco 11 only supports Core 7 ?
yes, that is correct
I got the answer from the hosting provider. And that say:
As long as I use Self Contained Deployment then I can run Core 7 projects.
Me looking blank at a computer screen
Yes, me too :D, however the link below may help
https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/?view=aspnetcore-7.0
I came across this CLI : dotnet publish -c Release -r win-x64 -o ./publish-64 --self-contained and apparently this should do the trick. but still no output.
Do I need to set up something in my web config, about the SQL lite or is that automatically imported as part of build?
If you are getting nothing at all then it would appear the umbraco app is not running at all, if it was but something was wrong then I would expect some sort of error to be generated.
Perhaps you could ask your host if anything is being recorded in the servers event logs
is working on a reply...