My application is MVC5. When I published the application on shared hosting server, I could not login and get this screen below.
However I can login on when I run the application on my local computer with same database connection pointing to the server database.
Has anyone had similar issue or seen this screen before? Would appreciate your suggestions.
Asked
Active
Viewed 77 times
0

hncl
- 2,295
- 7
- 63
- 129
-
Does http://stackoverflow.com/questions/3960707/asp-net-mvc-weird-characters-in-error-page have any suggestions that help you? – Donnelle Jan 28 '15 at 02:00
-
Thank you Donnelle, however I did not use GZip in my application. – hncl Jan 28 '15 at 02:07
-
Jon Adams has what might be useful thoughts in the comments on that question. – Donnelle Jan 28 '15 at 02:10
-
If you use ctrl-shift-I you'll get Chrome Dev tools. Go to network tab and load your page then paste a copy of the request/response headers for your page. Also note that your shared hosting provider may have enabled gzip by default = lower bandwidth charges for them. Either way your content encoding will tell us what's what. – rism Jan 28 '15 at 05:34
-
It is unlikely that Identity is causing this issue. – trailmax Jan 28 '15 at 10:10