Windows Update related to IIS
Mon, 18 Aug 2008 11:06:00 -0700
Hello:
My IT department pushed the folllowing updates to the server.
Windows Internet Explorer 7 Dynamic Installer Cumulative Security Update for
Internet Explorer 7 Dynamic Installer for Windows Server 2003 (KB953838)
Wednesday, August 13, 2008 Other Source
Windows Server 2003 Update for Windows Serv ...
|
IIS 6 & UNC Share Scurity Issue
Fri, 15 Aug 2008 11:28:04 -0700
Good Day Folks,
We are trying to configure the following:
- 3 node IIS 6 (Windows 2003 WEB) servers using an Alteon swithc for the
load balancing.
- 2 Node Windows Server 2003 R2 file cluster for the data share.
I can get everything to work correctly when storing the data locally on the
3 IIS servers. We ...
|
Permissions on a shared folder
Fri, 15 Aug 2008 08:38:02 -0700
Hi,
There is a folder under WWWroot folder called "Intranet". This folder has
been assigned permissions for some of the web developers to change/modify
files. Unfortunately, users are not able to modify anything under this
folder. I tried replacing the permissions once, and it messed up our Intranet
and u ...
|
401.1 On HTTP POST but not GET
14 Aug 2008 20:44:03 GMT
Hi folks,
This one is probably simple but I don't know where the option is.
We have a server (2003 SBS).
This server has Trend WFB console installed and running through IIS.
None of the clients will talk to the server and the logfiles indicate all
connection attempts are being done by HTTP POST and are being d ...
|
SSL & Basic Authentication
Thu, 14 Aug 2008 12:53:01 -0700
We've a web site that has a certificate in use & all pages are using SSL.
Some pages are configured to use Basic Authentication; we're connecting to
these with mobile devices.
How secure is the process? Should I look for better methods? ...
|
Accessing Website without using Domain in User Name
Tue, 12 Aug 2008 08:52:05 -0700
I currently have a server setup that can be accessed externally. However it
is setup using Basic Authentication (which I don't want to use) and only
requires the user name and password entered but does not require
domain\username.
I have some real picky end user's that find it very inconvienent to have to ...
|
Block all except 1 IP in IIS 7
Tue, 12 Aug 2008 16:33:05 +0100
Hi there,
I would like to block every IP from some particular web content except from
the PC the server resides on. Unfortunately can't get a mask that works,
for example
If I add a deny rule for the content
IP Range (Mask), 0.0.0.0(0.0.0.0)
This blocks nothing.
If I explicitly block the IP I a ...
|
|
|
ddos attack?
Tue, 12 Aug 2008 03:13:03 -0700 (PDT)
Hi,
since a few days I have noticed that the server hosting's load it is
very high.
Then I have found the process which was taking the whole cpu space:
inetinfo.exe
Checking the logs I have seen one of the domains exceeding the maximum
quote,
and checking the logs of that specific virtual domain there were ...
|
IIS - directory security & virtual directory
Tue, 12 Aug 2008 16:28:31 +0800
if i set my login at anonymous logon (IIS), i can create folder under
virtual directory by asp script.
if i do not use my login as anonymous logon and use integrated windows
security, my login is rejected to create folder under virtual directory.
but i can do it if the folder is not under virtual directory ...
|
asp create folder under virtual directory
Mon, 11 Aug 2008 17:22:20 +0800
i have the following script in asp to create folder under virtual directory
set fs=Server.CreateObject("Scripting.FileSystemObject")
set
f=fs.CreateFolder(Server.MapPath("/webserver/virtualdirectory/testfolder"))
the asp is ok by http://localhost/test.asp
however if the url is changed to http://<serverna ...
|