473,385 Members | 1,673 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Getting report problems

Deall All Experts,

I am not sure I posted in right group or wrong group, but please help me

I have wrote a ASP application, which retrieve data from sql server, and do
some calculation, then generate report to user.

However, the runtime of the application is too long and as a result, the
page redirect to "DNS error" error page to me.

I have disabled a part of code, and run the application again, it sees work,
however, if I run the whole application, it error again.

How to solve the problems? I have set the connection time for IIS is one day
(86400 seconds), but it cannot solve my problem.

Please help me... thanks

m(_ _)m

P.S. window 2000 without .Net installed, and IIS 5.0

--
Jul 22 '05 #1
1 1068
That is a timeout on the client side in the browser. There is nothing you
can do about it except try to send some data to the browser before the
timeout. Try something like this (there are other variations on this, search
one of the ASP like asp101.com sites for "status bar"):

Response.Buffer = True

Response.Write "processing...<br>"
Response.Flush

process for a while...

Response.Write "still processing...<br>"

process some more..

and so on.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"Utada P.W. SIU" <wi******@hotmail.com> wrote in message
news:e9**************@TK2MSFTNGP09.phx.gbl...
Deall All Experts,

I am not sure I posted in right group or wrong group, but please help me

I have wrote a ASP application, which retrieve data from sql server, and do some calculation, then generate report to user.

However, the runtime of the application is too long and as a result, the
page redirect to "DNS error" error page to me.

I have disabled a part of code, and run the application again, it sees work, however, if I run the whole application, it error again.

How to solve the problems? I have set the connection time for IIS is one day (86400 seconds), but it cannot solve my problem.

Please help me... thanks

m(_ _)m

P.S. window 2000 without .Net installed, and IIS 5.0

--

Jul 22 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Yasin | last post by:
Hi I have one reports which shows the Account wise daily transaction during the day.(pl's find below report layout format with column description) May or may not be each account have multiple...
2
by: Mark Miller | last post by:
I'm not sure why this is happening. I'm trying to run a late-bound report. My original code looked like this: TableLogOnInfo logOnInfo = new TableLogOnInfo ();...
1
by: Marc Scheuner [MVP ADSI] | last post by:
Folks, I'm struggling with XSLT key's and stuff.... anybody out there who *REALLY* understands this stuff??? Okay, my XML file looks something like this (partially): <?xml version="1.0"...
9
by: MLH | last post by:
Trouble is, it doesn't happen every time. Yesterday, for example, it happened only once and not again afterward. Some days ago, a similar situation. Today, well - I tried 7 times straight to open...
0
by: Chris | last post by:
I have the following situation in a VB.Net App I am working on: 1.)A report created in VS.Net 2003 using the CR.Net component of VS 2003. 2.)The datasource for the report is a Stored Proc in a...
0
by: neeraj | last post by:
Hi people's I developed One Windows application with some crystal Report I used my predefined crystal reports files for my application. I just take one crystal report viewer on form and set...
3
by: DeanL | last post by:
Hi guys, I'm in need of a little help with a report I'm setting up on Access 2000. The report shows data depending on entries on a form that has 7 fields (Min and Max Cost, Fiscal Year, Min and...
13
by: alive84 | last post by:
Hi there, I have a two problems concerning option button values on a report and data report creator reports. The situation: I have three option value boxes two have 3 option and one has...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.