I created an action link to my logout method and everything was working fine until I moved the code to production. In production, the umbraco directory is locked to only allow requests from our network using IIS IP Address and Domain Restrictions. Well, when my surface controller gets routed through /umbraco/surface, I get a access denied error because IIS blocks it. Is there any way to change this route, or another work around?
Surface Controller routing
I created an action link to my logout method and everything was working fine until I moved the code to production. In production, the umbraco directory is locked to only allow requests from our network using IIS IP Address and Domain Restrictions. Well, when my surface controller gets routed through /umbraco/surface, I get a access denied error because IIS blocks it. Is there any way to change this route, or another work around?
So, I'm gussing there is no way around this?
I think you can only change that by chaning the source code, but that might break a lot of things.
Jeroen
is working on a reply...