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.

Add support for 'PublishIISAssets' flag that will suppress the generation/merging/copying of the web.config file and the ancm dll

See original GitHub issue

Support the new DisableIIS msbuild property.

When the property is set, suppress the generation/merging/copying of the web.config file and the ancm dll

dotnet publish /p:DisableIIS:true

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Pilchiecommented, Aug 28, 2020

Ideally, names are in the positive, not the negative. Maybe PublishIISAssets instead of DisableIIS?

0reactions
vijayrkncommented, Sep 9, 2020

I have a PR out for this. Went with PublishIISAssets. Let me know if anyone has additional opinions on the msbuild property.

Read more comments on GitHub >

github_iconTop Results From Across the Web

HTTP Error 500.32 - ANCM Failed to Load dll after ...
I have an Asp .NET Core 3.1 App which is deployed to Azure App Service (West Europe/Windows based). When I use a Framework...
Read more >
web.config file
The web.config is a file that is read by IIS and the ASP.NET Core Module to configure an app hosted with IIS.
Read more >
Advanced configuration of the ASP.NET Core Module and IIS
This article covers advanced configuration options and scenarios for the ASP.NET Core Module and IIS. Modify the stack size.
Read more >
How to fix "HTTP Error 500.32 - ANCM Failed to Load dll"
Navigate to to your Azure App Service's settings on Azure Portal > Extensions. Remove the extensions one by one, refreshing the site in...
Read more >
Don't run production ASP.NET Applications with debug=”true ...
I was wondering however, this still doesn't seem to have solved the problem. Is there anything else I can add/modify in the web.config...
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