microsoft.public.inetserver.iis.security
  Home FAQ Contact Sign in
microsoft.public.inetserver.iis.security only
 
Advanced search
April 2008
motuwethfrsasuw
 123456 14
78910111213 15
14151617181920 16
21222324252627 17
282930     18
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft ... iis.security Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Windows 2008 IIS7 403 - Forbidden: Access is denied.         


Author: Michael Mowry
Date: Apr 30, 2008 17:32

I have a base Windows 2008 installation and took an HTML website
working in IIS6 and moved it to IIS7. I cannot resolve the 403 -
Forbidden: Access is denied. error that I am getting. I have tried
changing the user for anonymous authentication and have successfully
tested the connection. I have tried using the Network Service account
using pass through authentication. My website directory has the
appropriate read permissions for the Network Service and the anonymous
account.

I cannot seem to find a solution, any thoughts on how to resolve?
2 Comments
  XSS Cross-Site Scripting - Can you enable XSS in IIS 6.0/7.0?         


Author: Travis McGee
Date: Apr 28, 2008 16:31

I know you could do XSS in the past with IIS 5.0 until it got plugged, but
now I have a "real need".

Is it possible to loosen up the security in a control fashion?
5 Comments
  Log on Locally user right for IIS Lockdown servers         


Author:
Date: Apr 28, 2008 12:35

Hello,

This is a very belated followup to the below issue, I am the original
poster. I recently was creating a new OU structure and new security policy
and during testing it was noticed that in fact happened on a server that has
a web-app that uses Windows integrated authentication, which was a surprise
to me.

Does this "Log on Locally" policy also affect web-apps using Windows
Integrated Authentication?

Thanks.

---------------------------------------------------------
Basic Auth requires that the authenticating user have "login locally"
privilege on the server.

The reason that your changes to IUSR/VUSR/Web Anonymous group have no effect
is because those users are NOT used for basic auth (they are accounts used
for Anonymous auth)

The actual user accounts authenticating under Basic auth needs to have
"login locally" privilege.
Show full article (1.81Kb)
1 Comment
  IIS integration against a non-Windows KDC         


Author: Blake
Date: Apr 28, 2008 07:45

I am running a Windows IIS machine (standalone) and would like to allow
users to authenticate against our existing back-end KDC (MIT Kerberos realm
authentication).

IIS is running a COTS app, so I don't have any flexibility to muck with the
code.

Ideas?

Thanks
Blake
1 Comment
  ftp login flood         


Author: kms2061
Date: Apr 25, 2008 16:26

I have recently created a program that analyzes the ftp log files and
uses PeerGuardian to block IPs that generate more than a certain
number of login attempts. If anyone is interested, please email me
(kms2061_at_gmail_dot_com).
no comments
  IIS authentication         


Author: sjs
Date: Apr 25, 2008 12:13

I have an internal-only web app which I want to use a Windows Integrated
Security to control access. I setup the Properties - Directory Security -
Authentication and Access Control ensuring Anonymous Access is NOT checked
and Integrated Windows Authentication is checked.

I'm hoping the credentials used when logging into the domain will pass thru
to the website and allow access. However, when I have the above configured
users get prompted to enter a user id/password when they hit the website.
When entered the prompt comes back, not granting the user access. I tried
user id and password and domain\user id and password and neither granted
access.

Is there something I'm missing?

Thanks in advance,
steve
1 Comment
  Is HTTPS Url Exposed?         


Author: Izorich
Date: Apr 24, 2008 12:27

HTTPS protocol transfers data using encryption. Is request URL encrypted or
is it available in plain text when packets are transmitted? I'd like to use
query part of URL to pass request id and I wonder if that request ID is
encrypted or not.

for example:

https://host/page.aspx?myId=myIdValue

Will myIdValue be encrypted or not?
3 Comments
  IIS / SSL / Site Security / Multiple Sites         


Author: Travis McGee
Date: Apr 24, 2008 11:51

Have a question about an IIS server with multiple commerce web sites and
single SSL certificate

Here is the scenario (single server, single static IP)
www.TheCompany.com this top level company website has the SSL certificate

www.Product1.com \\CompanyServer\c\web\Product1
www.Product2.com \\CompanyServer\c\web\Product2
www.Product3.com \\CompanyServer\c\web\Product3
they both have their own shopping cart, etc. and their own "payment.asp" or
"payment.aspx" pages, with their own theme.

But I want to handle the credit card number entry screen with https:\\ but
with the existing SSL certificate for TheCompany domain, without buying Wild
Card cert and without dealing with many certificates. How can I do that?

Second acceptable solution is to redirect from Product1.com to
Product1.TheCompany.com/payment.asp, but it causes redirction related
security problems.

Is there any way of solving this issue without changing the URL away from
Product1.com with Frames or some other way so that I can use the single
Certificate. I believe some of the Hosters are doing this kind of stuff.

Any ideas about how it can be done? Thanks a million
3 Comments
  Delegated Kerberos through a CGI         


Author: AWillemsen
Date: Apr 24, 2008 06:50

Hi,

I'm trying to get a CGI to use delegated Kerberos authentication. The
environment is IE6 on the client (A) and IIS6 on two servers (B and C).

Delegated authentication is working with ASP, according to
http://support.microsoft.com/kb/314404 but when I substitute the CGI for
"Test1.asp" (both running on the server B in the same virtual directory and
accessed using the same URL) the authentication against server C fails with a
401.1 error.

So, I guess the problem is in the CGI code. The CGI (on server B) gets the
authentication protocol and key from the browser (on server A) in the
HTTP_AUTHORIZATION variable. At the moment, the code is just passing this
protocol and key on to server C in the Authorization: HTTP header. This
works fine for Basic authentication but not for Kerberos. Does the code need
to do something special with the key for Kerberos before passing it on?

Some notes:

1) The CGI is written in portable C++ and accesses HTTP resources directly
through a socket library (Winsock 1.1 on Windows) so has complete control
over the HTTP headers
Show full article (1.40Kb)
2 Comments
  IIS6, IIS7 and VS2005         


Author: Paul Calderon
Date: Apr 23, 2008 16:34

I'm developing an web application with DCOM interfaces.

When I run the application from VS2005 (internal Web Server), I don't have
any problem accessing to the DCOM hosted by another machine.

When I run the application from a virtual directory configured in IIS 7
(Windows Vista), I can access too without problems.

But When I run the application from a virtual directori configured in IIS6
(Windows 2003 Server), I can't access to the DCOM machine.

I try everything, same users and passwords, same workgroup, etc, but the
problem is just with IIS6.

Any suggestion
4 Comments
1 2 3 4