Net Core in Application Pool in IIS 10 not working

Marcos Marchetti 1 Reputation point
2022-12-21T18:34:07.217+00:00

Guys. It's the first time I subscribe to godaddy's VPS hosting and I'm having a problem creating a pool in iis with .Net Core

As shown in the image below, this option does not appear.

I already installed Microsoft Net 7.0.1 Windows Server Hosting

I restarted the server but it does not appear in IIS

Can anybody help me?

272895-image.png

Windows development Internet Information Services
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Michael Taylor 60,161 Reputation points
    2022-12-21T20:27:02.02+00:00

    .NET Core isn't an option for an app pool as it isn't needed. Set the app pool to No Managed Code. Alternatively you could also set it to v4.0 as it doesn't really matter but No Managed Code is preferable.

    0 comments No comments

  2. Sam Wu-MSFT 7,561 Reputation points Microsoft External Staff
    2022-12-22T07:30:16.923+00:00

    @Marcos Marchetti

    As shown in the image below, this option does not appear.

    Do you mean you can't choose the .NET CLR version? if so, please make sure you have installed all components of iis.

    273178-capture.png


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.