Ask a Question related to ASP.NET Security, Design and Development.
-
Darie Florin #1
Http error 413->request entity too large
I have a webservice under IIS6/Win2003 Server. When I try to invoke a method
that have a strong type dataset as parameter for update in database I
receive on the client the follwing error: Http error 413 request entity is
too large.
I mention that this dataset is very large (about 1 Mb) and if the client
is on the same machine where the server is running the code is executed
succesfully. If I call the same method with a small dataset (about 256 Kb)
the method is excuted succesfully.
I checked the settings in machine.config file and the atributte for
httpRuntime->maxRequestLength is 4096 Kb.
Another intersted point is that if I have the exception on client and I
stop the IIS and I try to invoke the method i receive the same error code
insted of connection error or somnthing like this error.
Can anyone tell me how to correct this problem and what setting I need to
change to allow the clients app to inoke this web method with large dataset?
Darie Florin Guest
-
Http Request Error
I am testing out the funtionality of flex 2, with a real world app that I will improve on once I get it down. First off I have a cfc that works... -
Http error 413 Request entity too large
I have a webservice under IIS6/Win2003 Server. When I try to invoke a method that have a strong type dataset as parameter for update in database I... -
System.Net.WebException Request Entity Too Large (not running IIS)
When my .NET program makes a Web Service call I get this response... System.Net.WebException: The request failed with HTTP status 413: Request... -
Send Basic HTTP authentication credential in the first HTTP request
Hello, How can I make the web service proxy class send basic authentication information in the HTTP header of the first request? My... -
Error 413: Request Entity Too Large while send a file
Hello, I have a .NET Web Service in Windows 2003 with IIS6.0 . When I try to send a large file (+1MB) via https, I receive the error : 413... -
One Handed Man \( OHM - Terry Burns \) #2
Re: Http error 413->request entity too large
There is a reference in here to this ( very similar ), you may want to check
it out.
[url]http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en-us/qss_wss_troubleshooting.mspx[/url]
--
OHM ( Terry Burns )
. . . One-Handed-Man . . .
Time flies when you don't know what you're doing
"Darie Florin" <darief@hotmail.com> wrote in message
news:OB4XAu2WEHA.2972@TK2MSFTNGP12.phx.gbl...method> I have a webservice under IIS6/Win2003 Server. When I try to invoke aclient> that have a strong type dataset as parameter for update in database I
> receive on the client the follwing error: Http error 413 request entity is
> too large.
> I mention that this dataset is very large (about 1 Mb) and if theI> is on the same machine where the server is running the code is executed
> succesfully. If I call the same method with a small dataset (about 256 Kb)
> the method is excuted succesfully.
> I checked the settings in machine.config file and the atributte for
> httpRuntime->maxRequestLength is 4096 Kb.
> Another intersted point is that if I have the exception on client anddataset?> stop the IIS and I try to invoke the method i receive the same error code
> insted of connection error or somnthing like this error.
> Can anyone tell me how to correct this problem and what setting I need to
> change to allow the clients app to inoke this web method with large>
>
>
>
One Handed Man \( OHM - Terry Burns \) Guest



Reply With Quote

