Hi all,
When i'm trying to run a web app in IIS 7 with an unknown extension - .htm
i get a 404.0 file not found error. The web app worked fine on IIS 6.
I will now describe the situation:
On IIS 6 i defined an Application Extension like this :
Executable : ...\framework\v2.0.50727\aspnet_isapi.dll
Extension : .htm
Verbs : All Verbs
Script Engine - Check.
I tryed to define HttpHandler that will match the extension with no success,
I'm still getting 404...
need help :-)
10x
Isaac