Publishing to iis
See original GitHub issueHi there, and happy Friday
I have my application running nicely using au run --watch
.
Running au build --env prod
and copying the relevant files to a separate folder and running http-server
again works great.
Now I want to host the application using iis. copying the files to a folder that iis is hosting (for example http://localhost:8080) I get an error:
Browsing to http://localhost:8080/index.html just gives me a white scree, no app, no error.
Googling says I should create some sort of web.config file, but I am still unable to get the app to run under iis.
Does anyone have any pointers?
Thanks in advance
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Get publish settings from IIS and import into Visual Studio
Go to Select server roles > Web Server (IIS) > Management Tools, and then select the IIS Management Scripts and Tools role, click...
Read more >Publishing to IIS - ASP.NET Core Documentation
The publish-iis tool can be added to any .NET Core application and will configure the ASP.NET Core Module by creating or modifying the...
Read more >How to Deploy Website on IIS - C# Corner
1, Right-click you asp.net web application project and select "package/Publish Setting". · 2, Provide a few basic data in the configuration form ...
Read more >Publishing and deploying a Razor Pages application to IIS on ...
Publishing is the process that prepares your application for deployment. The publishing process compiles the source code files into assemblies ...
Read more >How to Deploy ASP.NET Core to IIS & How ASP ... - Stackify
Step 1: Publish to a File Folder · Step 2: Copy Files to Preferred IIS Location · Step 3: Create Application in IIS...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
just to let folks know, this has been resolved. I needed to ensure the app pool for my site had its .NET CLR set to “No Managed Code”
Hello All,
As I am new to Aurelia, Can any one please sent me the steps to deploy Aurelia application to IIS which is developed in Visual Studio 2017.