"The page cannot be displayed" or time out???

K

kongkong99

Hi,

I have an ASP.NET application that loads files, parses them and loads
in the database which is running in window 2000 webserver.

When I load a text file after the file is parsed and the data is loaded
in the database, the page is redirected to a new one.

The problem is, after the file parsing is over and the data is commited
to the Oracle database, i get "Page cannot be displayed error". This is
just before Redirection.

I have deployed the application to few machines. Only one machine that
i encountered this error.

I am not sure whether thare is a problem while redirecting or buffering
limit setting in the IIS? IIS5 and IIS6??

Please, help.

Regards
felicia Kong
 
K

Ken Schaefer

What does it say further down the page? Do you see 500 Internal Server
Error? Or 404 File Not Found? Or "Cannot find server or DNS error?"

Cheers
Ken

--
Blog: www.adopenstatic.com/cs/blogs/ken/
Web: www.adopenstatic.com


: Hi,
:
: I have an ASP.NET application that loads files, parses them and loads
: in the database which is running in window 2000 webserver.
:
: When I load a text file after the file is parsed and the data is loaded
: in the database, the page is redirected to a new one.
:
: The problem is, after the file parsing is over and the data is commited
: to the Oracle database, i get "Page cannot be displayed error". This is
: just before Redirection.
:
: I have deployed the application to few machines. Only one machine that
: i encountered this error.
:
: I am not sure whether thare is a problem while redirecting or buffering
: limit setting in the IIS? IIS5 and IIS6??
:
: Please, help.
:
: Regards
: felicia Kong
:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top