Yup I have this too. Login as host provider and try HOST->Host Settings and try ADMIN->Site Log, ADMIN->Newsletters and I get the infinite redirect in FireFox.
System: WinXP SP3, SQL Server 2008 Express, IIS 5.1, .NET Framework 1.x, 2.x, 3.5 installed, FireFox 3.0.8
DOT NET: Okay so DotNetNuke's Dashboard reports version 2.0.50727.3082 is used. But I updated web.config to reference 3.5.0.0 many reboot ago. (e.g. add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=...")
In the IIS 5.1 console there is a dropdown to select ASP.NET version but only 1.1 and 2.0.xxx is displayed. I cannot select 3.5 even though it's installed. [bang head on concrete now]
IDEAS:
- maybe we are in ASP.NET Framework config/install hell? I read some tech forums stating you have to install IIS directly after or before installing a new .NET Framework otherwise something doesn't quite 'take'. Maybe we should stand on one leg and squak like a chicken while pressing Ctl-Alt-WTF?
- Something doesn't seem right between the web.config setting of .NET 3.5 versus the 2.x ASP.NET selected in the IIS config. I think IIS is not "seeing" the 3.5 installation and maybe I should not contradict these two settings. Here's the rub -- I tried to specify 2.0.xxx in the web.config providers sections but IIS would encounter errors on startup. IIS would only recognize 1.1 or 3.5 for some bizarre reason???
- File permissions. Okay so to remove any/all issue there I gave "Full" winxp file access to every known user, SYSTEM, ASPNET, NET LOGON, yadda yadda... still nothing
I agree with the previous poster. I am spending more time on install/config than building websites. But whatever... this is how the uneducated learn :-)