I have created a Blazor web app with Radzen Blazor studio.
I want to publish this web app on IIS (on Windows Server 2022 Datacenter), but I get an "HTTP Error 500.19 - Internal Server Error":
Detailed Error Information:Module IIS Web CoreNotification BeginRequestHandler Not yet determinedError Code 0x8007000dConfig Error Config File \\?\C:\inetpub\wwwroot\TicketingSystemV03\web.configRequested URL http://localhost:80/TicketingSystemV03Physical Path C:\inetpub\wwwroot\TicketingSystemV03Logon Method Not yet determinedLogon User Not yet determinedI tried to solve the problem by installing URL Rewrite and create a rule like this link.
I did every step in this link but it's not working.
I tried to install all features in IIS Management inside My Windows - but that also is not working.