Question

I am having trouble with a web application that is losing post data during Server.Transfer, but only in our production environment.

The form is posted by the user and in turn Server.Transfer occurs, after which the postdata is used to generate the response. All works well in our dev and staging environments but in the live environment the post data is being lost.

The data is only lost when a Server.Transfer occurs - other forms' post data is being accepted fine.

The application is ASP.NET 4.0, and the web server is IIS6. As far as I am aware the configuration is the same, and the server is fully patched with Windows and .NET Framework updates.

Any suggestions appreciated.

Was it helpful?

Solution

Never got to the bottom of this problem, but I've worked around it for now.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top