Notifications
Clear all

ASPNET Core

12 Posts
5 Users
0 Reactions
3,850 Views
Posts: 27
(@newtothis)
Eminent Member
Joined: 7 years ago

Thanks as always Marco.

Reply
Posts: 9
(@simonholman)
Active Member
Joined: 6 years ago

Is there any update to this Marco? We are getting a lot of pressure to offer .net core.

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

We have seen in some situations where leaving the appPool set does not work. I would also have to say it is a performance drain if the appPool is not set to none. as the original asp.net pipelines are still being processed during requests.

Reply
Posts: 60
 Jade
(@shabsta)
Member
Joined: 7 years ago

The changes required for solid to support .net core are simple, provided that you have setup your server correctly.

From solid's code though, they would simply need to the change the application pool to one that is defined as either no managed code or what ever you have referenced your new application pool as.

@marco + trevor - this should be an easy addition on your end

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

Unfortunately this isn't an easy addition.

You can take a look at the IIS code in the Server sln, the way it's scripted requires to re-write alot of codes and soap calls.

therefor alot of time is required to make this small change.

Reply
Page 2 / 3
Share: