No Managed Code app...
 
Notifications
Clear all

No Managed Code application pool option

5 Posts
5 Users
0 Reactions
4,680 Views
Posts: 115
Topic starter
(@jimjams)
Estimable Member
Joined: 8 years ago

Hi,
In the upcoming version could you please add an extra option of "No Managed Code" to the Website > Extensions > ASP.NET version dropdown.
Some users need this to run .Net Core in their application pools.

Many thanks.

4 Replies
Posts: 1967
Admin
(@m-tiggelaar)
Noble Member
Joined: 9 years ago

Hello,

We have looked into this feature request already.

We agree it has to be made, but to create it isn't as simple as you would think.

the IIS codes are heavily intertwined with many other services, and the app pool selection code is spread out over many different pieces for codes.

Code wise it means a pretty heavy overhaul of IIS codes (which is something we are planning but not yet working on it for this version due to more presidenting issues that needed to be fixed).

Regards,

Marco

Reply
Posts: 4
(@dan-petru)
New Member
Joined: 8 years ago

Hi.

The "No Managed Code" setting is optional for hosting .NET Core Web Applications. I am not sure what are the performance implications but it will work.

Reply
Posts: 53
(@beckhamk)
Trusted Member
Joined: 8 years ago

I can confirm that with dotnet core 2.0 web hosting installer that you can leave the framework setting set.  Our code ran without issue.

Reply
Posts: 6
(@mikernet)
Active Member
Joined: 4 years ago

Are there any plans to address this soon, or is there some configuration I can use in IIS on Windows Server 2019 that lets ASP.NET Core apps work without having to manually set "No managed code" on the app pool? That's the only way I can get ASP.NET Core apps to run.

Reply
Share: