IIS on Windows server 2019

Mohamed Ahmed 21 Reputation points
2021-06-12T09:31:20.617+00:00

I have windows server 2019, and classic asp.net 3.5 application ,when I add this application to IIS it only shows folders and do not run the application, I have followed the normal process ,add folder to wwroot ,add application ,change pool permission ,and every thing worked as expected but still am not able to browse my application
104998-untitled2.png

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

Accepted answer
  1. Sam Wu-MSFT 7,561 Reputation points Microsoft External Staff
    2021-06-14T07:57:12.26+00:00

    Hi @Mohamed Ahmed

    The 404.3 error should be caused by missing components in your IIS, you should install IIS sub components from:

    Control Panel -> Programs and Features -> Turn Windows features on or off

    Internet Information Services has subsection World Wide Web Services / Application Development Features

    There you must check ASP.NET (.NET Extensibility, ISAPI Extensions, ISAPI Filters will be selected automatically). Double check that specific versions are checked.


    If the answer is helpful, please click "Accept Answer" and upvote it.

    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

1 additional answer

Sort by: Most helpful
  1. Andreas Baumgarten 123.4K Reputation points MVP Volunteer Moderator
    2021-06-12T11:22:05.923+00:00

    Hi @Mohamed Ahmed ,

    did you configure the default document for the website?
    https://learn.microsoft.com/en-us/troubleshoot/iis/configure-default-document-iis

    I don't know if the default document of your web-app is Default.aspx or LoginUser.aspx .

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten


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.