I have moved a web service from my development machine to a hosting computer.
Now when I upload large files to this new host I get a timeout exception.
The web.config file associated with my web service has 360 seconds for time
and 30mbytes for file size but I continue to get the error. Do I need to
adjust these parameters in the hosting machine.config file for it to take
affect?
Now when I upload large files to this new host I get a timeout exception.
The web.config file associated with my web service has 360 seconds for time
and 30mbytes for file size but I continue to get the error. Do I need to
adjust these parameters in the hosting machine.config file for it to take
affect?
Comment