Server not available on IIS 6.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

H

I have windows 2003 server and IIS 6.0. My application parses files and loads the data onto the SQL server 200 database. The problem is If I execute a long running query I get "server not available" - "Page cannot be displayed" error. This happens only when I load files of size above 8MB. Does anyone have any idea about this problem. Please help
 
Hi,

uncheck the box "show friendly HTTP error messages" from internet
explorer -> tools -> options -> advanced. to get a detailed error message to
know exactly where is the problem.

Regards,
--
Sarmad Aljazrawi
B.Sc. Computer Science, MSDBA, MCP
www.aljazrawi.net


Shekhar said:
Hi

I have windows 2003 server and IIS 6.0. My application parses files and
loads the data onto the SQL server 200 database. The problem is If I execute
a long running query I get "server not available" - "Page cannot be
displayed" error. This happens only when I load files of size above 8MB.
Does anyone have any idea about this problem. Please help.
 
H

Checkbox is already unchecked and the message I get is

"Page cannot be displayed

The page you are looking for is currently unavailable. The web site might be experiencing technical difficulties...

This happens if I run time consuming queries. I think IIs6.0 is not able to hold the pages for so long. I assume there has to be some setting in IIS6.0, through UI (IIS manager) or in MetaBase.xml that has to be set. SQL process that is triggered goes on even after the page is lost.

any ideas

Regard
 
Back
Top