Reputation: 6626
I've uploaded a simple Azure website (am testing out authentication) and have found this:
http://mateerweb.cloudapp.net/ (live for next 12 hours or so!)
Its supposed to look like this:
Problem: How to get the live version looking like the test one on every deploy. After a recompile sometimes it works..
Upvotes: 1
Views: 162
Reputation: 57469
Its failing the retrieve the css file. Your permissions is blocking access to the css. It requires login to get the css file.
You need to allow direct access to your css as a content.
Upvotes: 2