Operating System: Win 2003 Server
Soap Server: ASP.NET using WIndows Integrated Auth
CLient: VB 6.0 Using Soap Toolkit 3.0
Code:
'################ Begin
Set gSoapClient = New SoapClient30
Call gSoapClient.mssoapinit(LocalWSDLPath)
gSoapClient.ConnectorProperty("EndPointURL")...
more >>
We have the following configuration...
several 2000 ADS servers
several NT4 BDC domain servers
several IIS 6 on a 2003 member server
several IIS 5 on a 2000 member server
The problem is that intermittantly we will fail to authenticate via Kerberos
to a web site that pulls up a lis...
more >>
I'm try to set up a website under IIS6. We want to set up a website
viewable to the public, and then allow a few people to edit files on
the site via WebDAV.
NTFS: Right now the IUSR account has Read/Execute/List permissions.
The EDITORS group has Read/Execute/List/Write/Modify.
IIS Direc...
more >>
I have set up an ftp web site in IIS and have set up the folders. When
accessing the ftp files from internet explorer I get a choice of opening or
saving the file. How do I make it so it will only allow the file to be saved
and not opened. ...
more >>