depends where the timeout is happening... but for the web page to load, you could use this on the top of your ASP/VB page:
<%
Session.Timeout = 45
%>
if your timeout is occurring on the server, then the server timeout increase would be:
<%
Server.ScriptTimeout = 180
%>
hope this...
Kiah, are you on a domain or is the computer a non-domain server?
--
klewis, wouldn't it matter if the server were a peer-to-peer or domain member (or PDC or other)?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.