Classic ASP ProfessionalFor advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Professional section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I have a classic asp program that sends e-mails, with 1 meg attachements, to 1000 individual e-mail addresses at a time. After submitting the e-mail via an online screen, the program would take about 10 minutes to send all 1000 e-mails. Duriing the ten minutes, my asp web page displayed on my screen and the IE status bar at the bottom of my screen showed the progress. I had no problems with this program.
I did not run this program in July and August but when I run it now, it times out on the front end after 60 seconds and the following error message appears on my screen: "Internet Explorer cannot display the web page"
What you can try:
Diagnose Connection Problems
More information
Although timing out on the front end, I know that the program continues to run on the server and all e-mails are sent.
Why is my app timing out on the front end? Is it an ie setting I need to change?