.aspx page will not run

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

For some reason my web server does not recognize .aspx
pages. I get this error: A dynamic link library (DLL)
initialization routine failed.

It's a stand alone W2k server with IIS 5.0.

Thanks
 
Hi,

This is normally due to bad installation of the framework
and/or the aspnet account not properly installed.

Try running the following from the command line:

aspnet_regiis -i

this should be ran from the framwork folder which is
normally C:\WINNT\Microsoft.NET\Framework\[version].

when done restart iis ("iisreset" from the command line).

Best Regards,

Nir Erlich,
..NET Programmer
Amdocs Israel.
 
Back
Top