I have a asp.net (3.5) small website i created and uploaded to our server, which can be viewed on all browsers (firefox, ie, chrome) but every time i try to use my blackberry to view it I get a http 500 internal server error.
Has anyone had a similar problem? or does anybody know how I should fix this?
http 500 indicates an unhandled exception in your website. Check the event log and post the ASP.Net warning here. I'm betting it's not handling the ViewState hidden field properly.
Member
37 Points
43 Posts
Unable to view asp.net website from BlackBerry
Feb 10, 2010 02:29 PM|sp00ks222|LINK
I have a asp.net (3.5) small website i created and uploaded to our server, which can be viewed on all browsers (firefox, ie, chrome) but every time i try to use my blackberry to view it I get a http 500 internal server error.
Has anyone had a similar problem? or does anybody know how I should fix this?
Contributor
3321 Points
986 Posts
Re: Unable to view asp.net website from BlackBerry
Feb 10, 2010 04:23 PM|Matt-dot-net|LINK
http 500 indicates an unhandled exception in your website. Check the event log and post the ASP.Net warning here. I'm betting it's not handling the ViewState hidden field properly.