Remotely accessing my ASP.Net application

liunx

Guest
Hi...

When i try to access my ASP.Net web application from a remote system, i'm getting a very weird error.

The error is

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.

On reviewing the Error in the Even Viewer.. It is something related to ASP.Net_wp.exe...

Can anyone please help me out...Is this an asp.net error message or the standard browser message? It sounds like it could just be a permissions issue / annon login issue. Provide a link to the error message? I might need to know how the server is setup to fix it. Are you running the server yourself?Hi...Thanks for replying

The server i'm using is IIS server5.0

As i've told this error is related to asp.net_wp.exe...and related to Memory management..Hi...Thanks for replying

The server i'm using is IIS server5.0

As i've told this error is related to asp.net_wp.exe...and related to Memory management..
just because it is replated to asp.net_wp.exe does not tell me about what type of error it really is. Is there any way you could provide a link or a screen shot?No i won't be able to provide any link for that.

It basically a problem what i think related to consumption of more than 60% of RAM memory by ASP.NET thread.

I'm getting this error when i'm trying to retrieve thousand of data from SQL server by firing queries using ADO.NET in ASP.NET in one go. And also i'm getting this error when i'm trying to access my web application remotely..

ThanksIs SQL server running on the same box or a remote box? Did you ever look in your server logs for the error message?
 
Back
Top