I have crerated a simple WPF application and when I publish it and attempt to launch, I get the following error,

"Application download did not succeed. Check your network connection, or contact your system administrator or network service provider.

And in the details,a notable error message is,

"Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host."

I read from somewhere that this is related to data upload limit imposed by the server.

Could someone provide more information on how this can be fixed in IIS7?

Thanks.