Skip to main content

5 docs tagged with "publish"

View All Tags

Deploy Django App with NGINX

After the multiple issues that arose from having Django as an App service talking to the Azure VM (containing PostgreSQL) database, which would then talk to the Static Web App. The entire configuration was dropped.

Publish ASP.NET Core to IIS

Publishing DWD API, an ASP.NET Core 8.0 app, proved to be more complicated than previous iterations of .NET. This might have been due to the lack of HTML pages (unlike our other MVC projects that include HTML content), but ultimately I don't know why it was any different.