Similar Threads:
1.Enumerate active FTP connections on IIS...
Hello,
can you please tell me how to enumerate the active FTP connections
on the IIS server? I would like to know how many users are logged
on to the FTP server? Is there a WIN32 API's that I can use to
perform these functions Programmatically??
Thanks for the generous help.
2.SQL Server Named Instance Active/Active Cluster IIS TCP/IP Connection
We have two active clustered sql servers and two separate IIS Load
balanced servers. We can connect to both instances of sql server
Enterprise manager and query analyzer (also tried an odbc connection)
thru local pc's.
I can get both IIS servers to connect to the default sql server
instance using sql ole db connections but I cannot get a connection to
work from IIS to the named instance of sql server. The error I
receive is as follows:
-2147467259
[DBMSSOCN]General network error. Check your network documentation.
I also tried to create an ODBC connection from one of the iis servers
to the named instance of sql server and it fails with a Connection
Failed general network error. Yet O can use my local pc and create an
odbc connection to the named instance of sql server with out an issue
(locally I have an option to let it dynamically determin the port in
the client config - I do not have this option on the IIS servers).
We found we had to add the Network Library=DBMSSOCN; string in our
connection to allow IIS to connect to the default instance of sql
server.
When we installed active clustered sql on the second server (the named
instance) we verified that the SQL Network Utility was set to allow
TCP/IP network connection a port was automatically set which was not
1433 and is different then the port on the defult instance of sql
server on the other active sql server box. Do we need to make sure
there is a network setting for this port somewhere?
Does anyone know how to correct this connection issue?
3.Determining active dates for queued items?
Hi,
I have a limited number of ad slots on my website, let's say there are
5. I have lots of people wanting to advertise in those slots, let's
say there are 100. They each join the queue for an ad slot on a first-
come, first-served basis. I have been trying to find a way to
determine the active date for a queued item. For the first five items
in the queue it's easy, it's just the expiry date of the item in a
live slot that expires first. For the next five queued items it's
still easy, because it's just the expiry date of the item in the queue
that will expire first. HOWEVER, after that it becomes more complex,
because the queued items will continually be slotting into live slots
as live items expire. So my question is, is there a straightforward
way, in ASP, of determining the active date for a queued item in a
queue of arbitrary size?
Any and all help or suggestions appreciated.
Thanks in advance!
4.Script to Determine IIS Version
Could someone please let me the best place establish the IIS version. I
need to do this with VBScript as I will be using the information in a
Windows Installer project.
TIA,
Scot
5.Determining IIS Versions via VBS Script?
I'd like to know if it is possible to determine which
version of IIS is running on the system from a .VBS
script. I need to write a script that can identify the
version of IIS running on the server.
I'll need to be able to distinguish between all versions:
- IIS 1.0 - 4.0 on WinNT 4.0
- IIS 5.0
- IIS 5.1
- IIS 6.0
IIS 5.x through 6.0 are (at least currently) less the
issue since the version of IIS can be assumed from the OS
on which it's running. However, it would be desireable to
have a single piece of code that can identify all versions.
Thanks very much for your input!
Bruce
6. Am I good or am I bad?
7. I am confused about how to FTP into a website
8. Win2003 / IIS6 FTP cluster : Assistance on ftp cluster vb script customization