FF3 returns Redirection limit for this URL exceeded. Unable to load the requested page.
IE7 just hangs
I have developed a module using Vista and .Net Framework 3.5 and IIS 7 on my development machine. When moving to a test DNN installation on Windows Server 2003 with Framework 3.5 and IIS 6 installed I get the above error.
I have changed the assembly version to use in web.config
from <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
to <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
as I had done on my dev machine. If I specify framework 2 everything works fine. When I specify 3.5 I run into difficulty.
Is there something else I need to change?
Declan