ASP.Net MVC application on Windows Server 2008 uses a static file handler

I just installed the ASP.Net Mvc application on a Windows 2008 server.

When I try to use the application, I see that IIS 7 is trying to use a static file handler, so I get a 403 or 404 error.

How do I get it to use the MVC handler?

EDIT

Also tried to ask this question on the server. There is generosity here

+3
source share
3 answers

- (IIS) " ". "ASP.NET" "", .

+3

. , aspnet_regiis.exe -i.

+2

IIS ApplicationPool > > ""

0

Source: https://habr.com/ru/post/1728644/


All Articles