Code Comments
Programming Forum and web based access to our favorite programming groups.Bob Leffew wrote: > I do work for non-profit organization and I am trying to create a > simple phone book type application. > > The program works but I keep getting the following error after I try > and open a couple of pages. > > Active Server Pages error 'ASP 0113' > Script timed out > /WOH_Directory.asp > The maximum amount of time for a script to execute was exceeded. You > can change this limit by specifying a new value for the property > Server.ScriptTimeout or by changing the value in the IIS > administration tools. > > Obviously I am doing something in the code that cause this. > > The link is http://71.18.64.129/WOH_Directory.asp :-) Why do you think that would help us see your problem? It's you server-side code that's the issue, not the client-side stuff we see in the browser. See this for some ideas: http://www.aspfaq.com/show.asp?id=2366 -- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM"
Post Follow-up to this messageI am not sure what your saying. Is it my code (I attached a txt file of the code)? I would think something I have done in the code is my problem. I put the link in to see if someone else was having the same problem. Thanks, Bob Leffew "Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message news:%230z4uK2eGHA.2068@TK2MSFTNGP02.phx.gbl... > Bob Leffew wrote: > > :-) > Why do you think that would help us see your problem? It's you server-side > code that's the issue, not the client-side stuff we see in the browser. > > See this for some ideas: > http://www.aspfaq.com/show.asp?id=2366 > > > -- > Microsoft MVP - ASP/ASP.NET > Please reply to the newsgroup. This email account is my spam trap so I > don't check it very often. If you must reply off-line, then remove the > "NO SPAM" >
Post Follow-up to this messageBob Leffew wrote: > I am not sure what your saying. > > Is it my code (I attached a txt file of the code)? > We don't do attachments in non-binaries newsgroups, so I didn't even check to see if your message had an attachment. All I saw was the link to your page. Copy/Paste a little of the relevant code into the body of your reply to this message (only include the relevant server-side code. This is not an html group so we won't be interested in wading through a bunch of html). But before you do, have a look at the link I cited. Follow the links in that page to the articles about code optimization (start here: http://www.aspfaq.com/show.asp?id=2424) to see if anything in them is relevant to your problem. Only after you do that should you ask us to take a look at your code. Bob Barrows -- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM"
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.