DISQUS

Ben.geek.nz: Response.Redirect Draws a Blank

  • Darko · 4 years ago
    The same problem I have expirienced with SmartNavigation.
    The problem is not in .NET itself but in .NET instalation.
    The .NET was not installed properly. For SmartNavigation feature to work your web site must have aspnet_client directory.
    Run "ASPNET_REGIIS.EXE -c" from %WINDIR%\Microsoft.NET\Framework\v1.1.4322\ to install client side scripts requierd for SmartNavigation.
    The problem has occured becouse the .NET Framework was installed before IIS.
  • Ben · 4 years ago
    Thanks for the comment - certainly not having the .NET client-side scripts installed can cause all sorts of problems, but that was not the cause for this particular problem. We definitely had the client-side scripts installed.

    The first thing I tried was to reinstall the client scripts, but that did not help. Disabling smart navigation before the redirect was the only solution (when using https).
  • Hosam · 3 years ago
    Thanks a lot Darko , your analysis was right and it helped me a lot.