General setup and correcting mistakes in setup #196
Replies: 3 comments 4 replies
-
The script contains comments about what the parameters mean. If you're unfamiliar with hosting an ASP.NET Core app on IIS, I recommend going over the Microsoft documentation: https://docs.microsoft.com/en-us/aspnet/core/tutorials/publish-to-iis?view=aspnetcore-5.0&tabs=visual-studio |
Beta Was this translation helpful? Give feedback.
-
I remember having some issues when I first set up my Windows server too. But after the first hiccup, I've never had any issues. There's no reverse proxy to worry about, and it seems to generally outperform Linux. And MS Deploy is nice. Anyhow, don't get discouraged. Once it's working, it'll stay working. Here are some things you can try. Reboot if you haven't since installing the .NET 5. Go into the site folder (e.g. C:\inetpub\{sitename}). Find If the logs say something about the AspNetCoreModule, try reinstalling .NET 5 hosting bundle and rebooting. Remember to turn off the above stdoutLogEnabled when you're done. If you're still getting the error about the module, find the file |
Beta Was this translation helpful? Give feedback.
-
ok, it is painfully clear i cannot resolve my issues by myself.
THANK YOU for developing this application. i would sponsor you if i had the money, if i make money with this, i will see if i can set something up. Thank you for your help and advise. im super grateful for all the help you have offered this community. |
Beta Was this translation helpful? Give feedback.
-
hey all,
so i negleted to use the FQDN during the powershell setup script and used the server name instead. im assuming that script requires all 4-5 inputs to be the FQDN?
and can i just run the setup again to overwrite the previous settings or uninstall/reinstall? or would it be easieer to delete and recreate this vm?
Beta Was this translation helpful? Give feedback.
All reactions