It should start from dynamic disks because my web server has to discs in mirroring and they are dynamic (server is booting ok). Can be a problem because discs are not the same ?
Btw. I forgot to write that my site is very busy with 50 to 120 people connected in same time. We have more then 500.000 opened pages during day.
Oliver
Ok, here is explanation :
PRB: Connection to SQL Server from Session_OnEnd() Event May Fail (Q247968)
--------------------------------------------------------------------------------
The information in this article applies to:
Microsoft Active Server Pages...
Hi
I guess that pretty simple solution is that on your navigation links you simply send your s_ID and then on that page before you run sql check is request.querystring("s_ID")="" if so then you will run sql which will return everything.
Basicly, this is only first time or...
Hi,
just a question : where is database, on some other computer or ?
If it is on other computer then this is know problem and you can search on microsoft site for solution.
Oliver
www.lovedelux.com
Hi,
where is location of your database. If it is on some other computer that it is know problem with authentication.
I can not remember what post or document on microsoft site but you can find explanation there.
btw. I fixed my problem by creating SQL Server job which is executing every 20...
You can try to call page with different name something like
<%
Function Random_nr
Randomize
RDM = CLng((999999999 * Rnd) + 1)
End Function
%>
then include this function in your page and on every link you can add page1.asp?nnn=random_nr
Page will be always treated like a new page...
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.