ASPNET 1.0 and 1.1

  • Thread starter Thread starter Harry Simpson
  • Start date Start date
H

Harry Simpson

I've got two web apps on one server. One is a 1.0 app and the other a 1.1
app
The 1.0 app I think was auto upgraded when the 1.1 app was installed.
That's fine cept that Crstal reports bombs under 1.1 for the 1.0 version

I've tried to "force" it to run under 1.0 by running
C:\Windows\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis.exe -s
W3SVC/1/ROOT/TAMSweb

Once done though the IIS Mapping gets messed up all web sites look
terrible - pictures not displaying correctly etc. I then have to run the
C:\Windows\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -s to make
the app look correct agian but then the other app starts running under 1.1
again....

Argh...Any ideas?
 
Turns out this article tells me to do what I've already describe here that
I've tried....nothing new.

Anyone have any ideas?

All this does is mess up the display of the 1.0 app. Crystal reports still
doesn't work.

Harry
 
Back
Top