Is the AspNetCoreModuleV2 handler required in a ASP.NET hosting?

Viewed 54

I have a simple question regarding ASP.NET handler. My current web hoster has merged with another large web hoster and since then, my ASP.NET site no longer works.

They keep telling me I have to remove all the handler in the web.config. But when I build the project, CSharp adds the handler AspNetCoreModuleV2 as default. Am I wrong that the handler is required for the site to run?

Thanks and Regards,

Dominic

0 Answers
Related