ASP.NET Core Extens...
 
Notifications
Clear all

ASP.NET Core Extension

8 Posts
5 Users
0 Likes
2,959 Views
Posts: 2
Topic starter
(@rashed)
New Member
Joined: 2 years ago

Hi, 

 

How I can enable ASP.NET Core Extension like this one : 

 

removed link  

 

Thanks

7 Replies
Posts: 1456
Admin
(@trobinson)
Noble Member
Joined: 8 years ago

Hello,

There is no dotnet core option on Windows server. If you have dotnet core installed then it will work no matter the asp.net version.

Regards,

Trevor

Reply
Posts: 234
(@hxkd)
Reputable Member
Joined: 7 years ago

According to MS, to use .net core you need to set .net to none.

Reply
Posts: 234
(@hxkd)
Reputable Member
Joined: 7 years ago

surely we could rename or change the naming on the asp.net 1.1 option and get it to set the app pool to no managed code, Im sure this is the way these guys did it. as it is solidcp that they are using.

Reply
Posts: 1964
Admin
(@m-tiggelaar)
Noble Member
Joined: 8 years ago

Actually the need to set to no managed code isn't required.

It is optional as the asp.net coreCLR is included into the app and therefor doesn't need the asp.net run time.

At most it could save some resources but it will not affect asp.net core app functionalities no matter what you set there.

Renaming asp.net 1.1 isn't exactly how it works, as you can name the application pools whatever in your website settings config, it's about the codes behind it that need to be adapted and ideally fully rewritten as there's no need to create 2 - 4 application pools per site (something it does now) rather then just swap the one application pool version. 

However as this is a large rewrite and no contibutor had the time for it yet it has not been done so far. 

Reply
Page 1 / 2
Share: