After I updated my azure project last night I can't see my pages any more i only get the 403 - Forbidden: Access is denied.
I am using asp.net mvc - and it has been runing well for the past two weeks, but it seems like the routing is no longer working.
If i go directly to a page, it works, but because of security, it redicrets to cloudapp.net/login? - which gives the error 404 - File or directory not found.
How do enable the routing again? It works fine on my local computer with the azure emulator.