Answered by:
Blank pages on postback

Question
-
User460266172 posted
My site was working perfectly locally. I took it on the godaddy servers and poof! I each time it tries to postback, a blank page returns. Any body ever experience this?
Wednesday, June 26, 2013 6:12 AM
Answers
-
User460266172 posted
Alright. Thanks people. I solved it. I used Threading to send an email when the button was clicked. It worked perfectly when I was working locally, but when I went live, each time I clicked the button, I met a blank page. After a lot of trouble, I discovered that for some reason, Threading was the culprit. I removed the threading functionality and it seems to be working well.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, June 28, 2013 4:41 AM
All replies
-
User-1716253493 posted
maybe you have blank default.aspx, and the default document is the file.
Maybe you can change the default document to your aspx file.
Wednesday, June 26, 2013 6:17 AM -
User1815411410 posted
hi there,
is this the issue on the IE 10 browser only or all browsers? please adviseThursday, June 27, 2013 12:24 AM -
User-801004448 posted
Is this related to Asp.net 4.5 issue you post in another thread?
Thursday, June 27, 2013 2:40 AM -
User460266172 posted
hi there,
is this the issue on the IE 10 browser only or all browsers? please adviseAll browsers
check www.villamedula.com.register.aspx
You need to fill the form and click the button. Thanks
Thursday, June 27, 2013 3:52 AM -
User460266172 posted
Is this related to Asp.net 4.5 issue you post in another thread?
Yes it is. Godaddy told me it was because my application was on 4.5. I changed that and the problem is still there. I'm done with my work and this is really drawing me back.
You can check www.villamedula.com/register.aspx
You need to fill the form and click the button.
Thursday, June 27, 2013 3:56 AM -
User1815411410 posted
hi there,
if the issue is with the asp.net 4.5, then, I guess you have to ask GoDaddy to shift your site to a server that supports asp.net 4.5. Truly, changing your code to .net 4 is not worth your time and effort.
Hosting is cheap nowadays and I believe you just need to spend around $5/month to get a service that matches your requirements. If you have to ask someone to alter your code, I believe you can end up spending more than hundreds of dollars
Please mark this response as an "answer" if it helps you. Thanks heapsThursday, June 27, 2013 4:48 AM -
User460266172 posted
Alright. Thanks people. I solved it. I used Threading to send an email when the button was clicked. It worked perfectly when I was working locally, but when I went live, each time I clicked the button, I met a blank page. After a lot of trouble, I discovered that for some reason, Threading was the culprit. I removed the threading functionality and it seems to be working well.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, June 28, 2013 4:41 AM