Andy Tacker
February 24th, 2005, 10:22 AM
Website which was created using NET FW 1.1 could not work after i installed new FW. can anyone show me the way out?
|
Click to See Complete Forum and Search --> : Web not working after installing .NET FW 2.0 Andy Tacker February 24th, 2005, 10:22 AM Website which was created using NET FW 1.1 could not work after i installed new FW. can anyone show me the way out? mmetzger February 24th, 2005, 10:46 AM Does it not load or is it just odd behavior (ie, buttons don't postback, etc?) From a command line: %SystemRoot%\Microsoft.Net\Framework\v1.1.4322\aspnet_regiis.exe -i %SystemRoot%\Microsoft.Net\Framework\v1.1.4322\aspnet_regiis.exe -c That should reinstall v1.1 as the framework handler for all sites on the machine. There are other options if you want it to be for a specific site, etc. You can change the v1.1.4322 to 1.0 or I think 2.0 puts code there as well. Sukim February 25th, 2005, 04:29 AM Check for a tool call asp.net version swithcher in the following link http://www.denisbauer.com/NETTools.aspx subdigital March 19th, 2005, 11:00 PM yeah if you look in IIS you should see a property somewhere that says: default .net version -> 1.1 / 2.0 double check that this is correct. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |