Web Server running ASP.Net 1.0 error

  • Thread starter Thread starter Wayne M J
  • Start date Start date
W

Wayne M J

I am not sure why I am getting this error when I try to use VS.Net 2003
especially when the target system is WinSvr 2k3.

Every other web application works fine, but I have one that complains that
ASP.Net 1.0 is running on the server, and yet I cannot find any reference
what so ever to ASP.Net 1.0 in the ISAPI filter list.

Has anyone had this problem before?
 
Hi,

Yes I got it once. check if mscoree.dll version (%windows%/system32) is
1.1.4322.573.

you also might check if all of your application mappings to extensions
is to ver 1.1.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
 
Natty Gur said:
Hi,

Yes I got it once. check if mscoree.dll version (%windows%/system32) is
1.1.4322.573.

Checked and it is.
you also might check if all of your application mappings to extensions
is to ver 1.1.

I even reinstalled the 1.1 extensions just incase there was something fubar
but still it moans about the 1.0 being installed.
 
It turns out it was my Proxy server that was freaking with the webserver.

Looks like I will have to setup a config file for this and others that I am
working on.
 
Back
Top