P
pmelies
One of our web servers is not handling requests for
ASP.net pages. We get a "A dynamic link library (DLL)
initialization routine failed." error message, though
nothing is recorded in the event viewer. Classic asp
pages are handled fine.
I believe the error mentioned above stems from IIS's
attempt to call into the aspnet_isapi.dll. I've verified
that the App Mappings to aspnet_isapi.dll are correct.
I've executed the aspnet_regiis utility. I don't get any
tracing at all when I turn it via the web.config. I've
run the DotNetfx.exe to repair the runtime. I've even
written a basic ASP.net "hello world" program with inline
code but it returns the same error message. I've built a
simple .Net desktop "hello world" but that executes
correctly.
Any ideas what might be going on?
ASP.net pages. We get a "A dynamic link library (DLL)
initialization routine failed." error message, though
nothing is recorded in the event viewer. Classic asp
pages are handled fine.
I believe the error mentioned above stems from IIS's
attempt to call into the aspnet_isapi.dll. I've verified
that the App Mappings to aspnet_isapi.dll are correct.
I've executed the aspnet_regiis utility. I don't get any
tracing at all when I turn it via the web.config. I've
run the DotNetfx.exe to repair the runtime. I've even
written a basic ASP.net "hello world" program with inline
code but it returns the same error message. I've built a
simple .Net desktop "hello world" but that executes
correctly.
Any ideas what might be going on?