0

I'm working on ASP.NET Core MVC 2.1 application and i have AWS server to deploy it to. In my remote desktop i have placed by code in wwwroot directory in inetpub. Whenever i try to browse my application it gives me 500 Internal Server Error.

HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid.

I looked for the solution and found that problem lies in IIS according to this URL HERE

But when i click Turn Windows features on or off in the windows menu or through control, it always open Server Manager. Can somebody tell me why this happens or how to apply the changes mentioned in the url i have specified above. Thanks

Harry .Naeem
  • 1,245
  • 3
  • 20
  • 33
  • 1
    Try the steps outlined in https://stackoverflow.com/a/44315944/866021 - in Server Manager, in the Manage menu, click `add Roles and Features`. You should see the features you want there. – Adil B Oct 02 '18 at 13:40
  • Windows 7/8.x/10 use a dedicate management UI, while Windows Server always uses Server Manager. You need to get used to such differences and learn how to use Server Manager to accomplish the same. – Lex Li Oct 02 '18 at 16:41
  • @LexLi I'm using Windows 10 in my machine and i can open Windows Features the way i'm asking here. – Harry .Naeem Oct 03 '18 at 05:09
  • You'd better show a few screenshots. Windows 10 has no Server Manager, unless you give some proof that I am wrong. – Lex Li Oct 03 '18 at 12:33

0 Answers0