Ask a Question related to ASP.NET Web Services, Design and Development.
-
Savas Ates #1
Server Application Unavailable Problem(cross)
i wanna to transffer 2000 data from my mdb file to a web service...
i used DataReader object ... and also in proxy class i used some arrays...
im getting this error
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to retry your request.
Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur.
in my event log file this error was described like this
aspnet_wp.exe (PID: 272) was recycled because memory consumption exceeded
the 153 MB (60 percent of available RAM).
how can i solve this problem..
Savas Ates Guest
-
Server Application Unavailable
I get the following error msg when i try to access the webservices from my localhost: Server Application Unavailable The web application you... -
Help: "Server Application Unavailable"
I get this error when previewing my page that has a data grid. "Server Application Unavailable The web application you are attempting to access... -
Server Application Unavailable when moving Domains
Hi, I have a client that we have written an intranet asp.net application for. They installed it and configured it on some new hardware. The... -
Fix for: 'Server Application Unavailable' Error after Applying Security Update for IE
MS has posted this here: http://www.asp.net/faq/ms03-32-issue.aspx Fix for: 'Server Application Unavailable' Error after Applying Security... -
Server Application Unavailable [Help]
Running VSNET Ent on XP pro Framework version 1.1.4322.0 Debugger locked up (I had the machine.config open), I stopped the process aspnet_wp.exe... -
erymuzuan #2
Re: Server Application Unavailable Problem(cross)
You should chunk the data , transfering all the data will caouse lotsa
of problem as it's always too big. you could increase the
maxRequestLength as well.
regards
erymuzuan
Savas Ates wrote:> i wanna to transffer 2000 data from my mdb file to a web service...
> i used DataReader object ... and also in proxy class i used some arrays...
>
>
> im getting this error
>
> Server Application Unavailable
> The web application you are attempting to access on this web server is
> currently unavailable. Please hit the "Refresh" button in your web browser
> to retry your request.
>
> Administrator Note: An error message detailing the cause of this specific
> request failure can be found in the application event log of the web server.
> Please review this log entry to discover what caused this error to occur.
>
> in my event log file this error was described like this
>
> aspnet_wp.exe (PID: 272) was recycled because memory consumption exceeded
> the 153 MB (60 percent of available RAM).
>
>
>
> how can i solve this problem..
>
>
>
>
>
>erymuzuan Guest



Reply With Quote

