The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
Below are some error messages I am receiving after being moved to a new server along with some replies from hosting. I am trying to get them to see that an image uploaded last week prior to the move will not upload now. And, they are blaming the Snitz files. I've explained that my files worked fine prior to the move but after their persistence in my asking the Snitz developers, that's what I am doing. What should I tell these guys?!
All of these error messages were received when trying to upload a 1.5mb file. However; I received the same error with a 875kb file. A small 35kb file loads instantly. (The server timeout for attachments is set at the default 9900 seconds.)
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Hosting reply: I tried changing the 'maxRequestLength' and 'executionTimeout' for your domain in the web.config file.
However, this did not make any changes to the issue.
____________________
The connection was reset
The connection to the server was reset while the page was loading.
Hosting reply: The connection time-out error that you are receiving is not due to upload limit.
This happens because the script tries to upload the image and it waits for a certain period of time and the script itself times out.
I have increased the connection time-out value of asp pages for your domain to 300 seconds [5 minutes ].
However this didn't fix the issue. I have looked into the code of your website and I could see several values inside the code which is the cause of the timeout.
_______________________________
Another hosting reply in regard to trying to upload the same image: Currently we are facing a "Connection timed out" error instead of an 'Internal server error' while uploading files.
I have edited the website configuration file by adding the 'sessionState timeout' and 'maxRequestLength' similar to that mentioned in the following URL.
http://stackoverflow.com/questions/6435409/error-101-neterr-connection-reset-the-connection-was-reset
However, these changes have not made any changes to the issue. So I have reverted back all the changes.
Also, as mentioned by our previous tech, I noticed so many codes related to the 'Server TimeOut' in the file "outputFile.asp".
Please discuss the same with the forum software developer as we have limited support for such issues. Moreover, the forum software developer could assist you better than us for such issues.
___________________
Another error message when trying to upload the same image. It took TEN minutes to receive this error message:
The connection was reset
The connection to the server was reset while the page was loading.
The site could be temporarily unavailable or too busy. Try again in a few moments.
They suggested I allow them to move me to a new server because they could never get the email to work for the forum and claimed this new server had better ASP support. Well, the email works but now all of this!
Other than changing hosting, any other suggestions?
All of these error messages were received when trying to upload a 1.5mb file. However; I received the same error with a 875kb file. A small 35kb file loads instantly. (The server timeout for attachments is set at the default 9900 seconds.)
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Hosting reply: I tried changing the 'maxRequestLength' and 'executionTimeout' for your domain in the web.config file.
However, this did not make any changes to the issue.
____________________
The connection was reset
The connection to the server was reset while the page was loading.
Hosting reply: The connection time-out error that you are receiving is not due to upload limit.
This happens because the script tries to upload the image and it waits for a certain period of time and the script itself times out.
I have increased the connection time-out value of asp pages for your domain to 300 seconds [5 minutes ].
However this didn't fix the issue. I have looked into the code of your website and I could see several values inside the code which is the cause of the timeout.
_______________________________
Another hosting reply in regard to trying to upload the same image: Currently we are facing a "Connection timed out" error instead of an 'Internal server error' while uploading files.
I have edited the website configuration file by adding the 'sessionState timeout' and 'maxRequestLength' similar to that mentioned in the following URL.
http://stackoverflow.com/questions/6435409/error-101-neterr-connection-reset-the-connection-was-reset
However, these changes have not made any changes to the issue. So I have reverted back all the changes.
Also, as mentioned by our previous tech, I noticed so many codes related to the 'Server TimeOut' in the file "outputFile.asp".
Please discuss the same with the forum software developer as we have limited support for such issues. Moreover, the forum software developer could assist you better than us for such issues.
___________________
Another error message when trying to upload the same image. It took TEN minutes to receive this error message:
The connection was reset
The connection to the server was reset while the page was loading.
The site could be temporarily unavailable or too busy. Try again in a few moments.
They suggested I allow them to move me to a new server because they could never get the email to work for the forum and claimed this new server had better ASP support. Well, the email works but now all of this!
Other than changing hosting, any other suggestions?