0

I am able to run the ASP.NET MVC application from Visual Studio 2022 (on .NET 4.7.2) on my machine. I created a publish to the local directory and copied the publish into the client machine which is a server running Win 2019 Std.

I have enabled the .NET Extensibility 4.7, ASP.NET 4.7 for my IIS 10 on the Win 2019 Std server. I have also provided full access to IUSR and IIS_IUSRS to the publish folder on the server. Disabled the default web site on IIS.

I have searched and followed the instructions provided in IIS 10 on Win 2016. I have also added entry into the hosts file.

However, when I try to browse the application in says 404 error.

Please help me with this problem.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Kumar C
  • 100
  • 2
  • 13
  • Can you verify which .NET Framework version is on that machine? https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed#detect-net-framework-45-and-later-versions You need to install .NET Framework 4.7.2 if this machine only has 4.7 or 4.7.1. – Lex Li Jul 18 '23 at 19:43
  • It is difficult to reproduce your problem based on your description, please post more details information about 404 error, what have you tried? – samwu Jul 19 '23 at 07:11
  • I have verified for framework, it is running 4.7.2 – Kumar C Jul 26 '23 at 12:58
  • I suggest you open a case via: https://support.microsoft.com. – samwu Aug 01 '23 at 09:53

0 Answers0