question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Publishing to iis

See original GitHub issue

Hi 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: image

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:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
stuartbloomcommented, Mar 31, 2017

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”

0reactions
ttadlacommented, Feb 6, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found