.aspx page will not run

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top