Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

IIS disconnect from MS-SQL Server not instant

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
WIN2003 Server disconnecting - runs fine on my new win2003 web server edition. I have web, ftp,dns etc. The problem is, and I don't know if I missed some new security thing in 2003, is that I get for about 20 seconds while thru the browser or using..

time out 6.0 to disconnect - I just reloaded my OS because of Sasser (I know, my bad) but now the stupid unit want's to to the internet whenever I'm not there. Question: how do I turn this value off?

Using IIS when disconnected from network - I want to do some testing with the network cable so I'm divorsed from network. But when I'm I can't use IIS locally to test such things as some php scripts, and I can't even view a local test .html page in IE. Is there..

IIS 6.0 Disconnects Client - IIS 6.0 on Win2k3 client's (IE in my case) POST request if the asp is running some time consuming task and it hasn't written anything in Response object. For example <%@ %> <%

IIs disconnect automaticlly - Dear All Windows 2000 server IIs about two days later pls help me
Author Message
Richard Ward

External


Since: Jan 03, 2006
Posts: 2



(Msg. 1) Posted: Tue Jan 03, 2006 7:16 am
Post subject: IIS disconnect from MS-SQL Server not instant
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,
I am seeing a strange issue occur on IIS when connecting to an MSSQL
database using both ASP and JAVA.

We have an application that uses both a client front end and a web
based data input application. The application stops users connecting
to both the web application and the client application simultaneously.
The problem is when a user switches from the Web to the Client
application they must wait around 60 seconds for their user to be
logged out from the database. This is causing the client some
considerable delays when switching applications.

Using the test asp script at the end of this post I connected to and
disconnected from an MSSQL database. The result was that the database
connection for my username was not dropped from MSSQL for about 60
seconds after the page execution completed.

I then tried IIS on a different machine and got the same results.

Finally I tried switching to native VBS using cscript to see if it was
the ADO object. The code is at the bottom of this post. When this is
run my username connects to the database and almost instantly
disconnects. Please can somebody advise on what we need to do to IIS
to fix this problem.

Regards,

Richard Ward
Software Support Engineer
Warwick International Computing Systems

ASP:
<% @Language=VBScript%>
<% Option Explicit %>
<%
Dim Objconn

set ObjConn = Server.CreateObject("ADODB.Connection")
ObjConn.open "Provider=sqloledb;Data Source=SQLSERVER;Initial
Catalog=TESTDB;Integrated Security=SSPI"

objConn.close
Set objConn = nothing
%>


VBS:
Dim Objconn

set ObjConn = CreateObject("ADODB.Connection")
ObjConn.open "Provider=sqloledb;Data Source=SQLSERVER;Initial
Catalog=TESTDB;Integrated Security=SSPI"

objConn.close
Set objConn = nothing

 >> Stay informed about: IIS disconnect from MS-SQL Server not instant 
Back to top
Login to vote
Richard Ward

External


Since: Jan 03, 2006
Posts: 2



(Msg. 2) Posted: Fri Jan 06, 2006 5:33 am
Post subject: Re: IIS disconnect from MS-SQL Server not instant [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Ken,
Thanks for the info. It was the Resource pooling that was doing it.

Regards,


Richard Ward
Software Support Engineer
Warwick International Computing Systems

 >> Stay informed about: IIS disconnect from MS-SQL Server not instant 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]