Posted on 08/09/2016 15:08:26
Yes when I try to access /Admin, I get a 302 Found, followed by a 200 (see screenshot), but then I am redirected directly to logoff.aspx, which returns a 200 too, then redirects me to /Admin, and the redirection loop continues indefinitely.
For the global.asax I have replaced mine with the one at the root of the zip file for Dynamicweb 9.0.0, but there is virtually nothing in it. I didn't have custom code in mine anyway, it was the same one line of content in it, no code behind.
<%@ Application Codebehind="Global.asax.vb" Inherits="Dynamicweb.Admin.Global" %>
I don't have either custom code which touches the MVC inner workings of the application. I had nuget packages for mvc and razor on my solution so I even uninstalled them and referenced the dlls from the zip file instead, but I still have the issue