Helo community,
I migrate my application to the IIS integrated mode. (IIS 7.5)
I'm using the IIS wildcard mapping, so every request is processing through my application.
In the classic mode I get for each unhandled request a System.Web.DefaultHttpHandler, but in integrated mode there both (HttpContext.Current.CurrentHandler / HttpContext.Current.Handler) null.
Can I set a default handler for all unhandled requests?
Thanks and best regards!