• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue New ASP.Net versions not shows in Plesk Windows Panel

Thomas Oryon

Basic Pleskian
Server operating system version
Windows server 2022
Plesk version and microupdate number
18.0.71
Hello Support,

We have Plesk Windows server and installed with ASP.NET. In the admin panel it shows only 4.8 version as the web scripting in Server components. Also, in server components I have the below .NET core components are shows.


When I tried to create the website, the 4.8 version only shows. There is no dropdown option for other 6.0 or 7.0 version shows.

I have tried to create the sample website and it shows version v4.0. But in the runtime.json file shows 8.0 version.

Can you please let me know how to select the version manually to install the website with that particular .Net version?

Awaiting your reply
 

Attachments

  • Screenshot 2025-10-14 124942.png
    Screenshot 2025-10-14 124942.png
    20.3 KB · Views: 12
  • Screenshot 2025-10-14 125111.png
    Screenshot 2025-10-14 125111.png
    6.6 KB · Views: 12
Make sure you have Microsoft ASP.NET Core component installed as .NET Core is completely different from the standard ASP.Net (whenever I get around to it I'll spin up a test windows VM to use to grab some screen shots).
 
Hello,

Thanks for your reply. As you see the above screenshot in the link, the .net core has been installed in our server. But our concern is, how can we choose the core version for the website?

Awaiting your reply.
 
OK, so for starters I am not an ASP.net developer so it took me a bit to do some research and deployed a windows server and set up Plesk.

With that said, when it comes to .NET Core, that option does not matter. You can actually turn that option off (in fact multiple sites shows the application pool's .NET CLR version is set to no managed code which is what plesk sets to when you uncheck that option.

You just need to upload the project files that you've published out of Visual Studio and make sure that the path is set properly and it just works.
 
So I did another test. The first time I set it up I added a domain before I added the .NET Core component. When I go add another domain, it gives you the option to deploy an ASP.NET Site which uses .NET Core which gives you an extra icon whereas doing the first way I provided does not give you that extra icon.

raw

raw
 
Back
Top