After installing .NET 2.0 redistributable

  • Thread starter Thread starter Buddy Ackerman
  • Start date Start date
B

Buddy Ackerman

my ASP.NET apps are still using 1.1. I rebooted the server after I
installed 2.0 too. What do I have to do to get ASP.NET to use .NET 2.0?
 
By Default all the new Web Application will be using .NET 2. You can
change the version from the Control Panel->Administrative
tools->IIS->WebSite Properties->ASP.NET tab

Regards,
Naveed Ahmad Bajwa
 
By Default all the new Web Application will be using .NET 2. You can
change the version from the Control Panel->Administrative
tools->IIS->WebSite Properties->ASP.NET tab

Regards,
Naveed Ahmad Bajwa
http://bajoo.blogspot.com/
 
installed 2.0 too. What do I have to do to get ASP.NET to use .NET 2.0?

I know the docs SAY it's supposed to use the new 2.0 version, but when I did
it yesterday off a clean install w2k3 server, I had to manually go into the
IIS console, select the ASP.NET tab, and manually change the version from
1.1.xyz to 2.0.xyz.

I found this problem after trying to get my IIS6 to recognize ASP.NET 2.0.
I continued to receive error messages with the II6 install for the
convlog.exe, the w2k3 server CD has the compressed version, convlog.ex_ but
not the expanded form, and I had installed/uninstalled the IIS6 before, and
I read there were some issues, so I just decided to reinstalled everything,
but this time before I put the SP2 on there, I would intalled ASP.NET 2.0
before. I got this on, but then I had to manually flip the .NET to 2.0.

Is this a one off thing or has anyone else seen this?
 
Back
Top