Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

User authentication issues in IIS6 & WSK3

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Programatically Obtain all Site ID Numbers  
Author Message
natalia

External


Since: Jan 13, 2004
Posts: 3



(Msg. 1) Posted: Wed Jan 14, 2004 2:02 pm
Post subject: User authentication issues in IIS6 & WSK3
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi all,

I am still experiencing problems with my users not being
able to gain access to web content using integrated
windows authentication on IIS6 & WSK3. I've tried all the
suggestions received on this forum: add the website to the
user's Intranet group, check the proper checkboxes in the
website's properties, etc. Nothing works!! The only way
they can get to the content is by allowing anonymous
access, which I don't want because it trashes all my user-
specific content.

Could this have anything to do with moving the server from
IIS5 isolation mode to the regular isolation mode? What
else can we look at to see if permissions are being
granted the way they should?

Thanks!!

Natalia

 >> Stay informed about: User authentication issues in IIS6 & WSK3 
Back to top
Login to vote
anonymous77

External


Since: Oct 14, 2003
Posts: 468



(Msg. 2) Posted: Wed Jan 14, 2004 2:36 pm
Post subject: User authentication issues in IIS6 & WSK3 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Please do the following:

1> Add Domain Users to the local users group
2> Add Local Users group to the "Access this computer from
network" security policy

That should work, atleast to my knowledge.

Regards,
Bala Vaddi



 >-----Original Message-----
 >Hi all,
 >
 >I am still experiencing problems with my users not being
 >able to gain access to web content using integrated
 >windows authentication on IIS6 & WSK3. I've tried all the
 >suggestions received on this forum: add the website to
the
 >user's Intranet group, check the proper checkboxes in the
 >website's properties, etc. Nothing works!! The only way
 >they can get to the content is by allowing anonymous
 >access, which I don't want because it trashes all my user-
 >specific content.
 >
 >Could this have anything to do with moving the server
from
 >IIS5 isolation mode to the regular isolation mode? What
 >else can we look at to see if permissions are being
 >granted the way they should?
 >
 >Thanks!!
 >
 >Natalia
 >.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: User authentication issues in IIS6 & WSK3 
Back to top
Login to vote
user800

External


Since: Sep 17, 2003
Posts: 106



(Msg. 3) Posted: Fri Jan 16, 2004 3:01 pm
Post subject: RE: User authentication issues in IIS6 & WSK3 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

hi,

you may want to try running filemon from www.sysinternals.com while you
attempt integrated authentication. If its an acl's issue you will see that
show up as an Access Denied in filemon. It should also tell you on what
file or directory and what user was denied rights.

Best regards,
Jason M. Murray [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.


--------------------
| Content-Class: urn:content-classes:message
| From: <anonymous.RemoveThis@discussions.microsoft.com>
| Sender: <anonymous.RemoveThis@discussions.microsoft.com>
| References: <005701c3dad0$e8999d60$a601280a@phx.gbl>
| Subject: User authentication issues in IIS6 & WSK3
| Date: Wed, 14 Jan 2004 11:36:05 -0800
| Lines: 38
| Message-ID: <041401c3dad5$a67858e0$a101280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| thread-index: AcPa1aZ4/hBiePMPQAi2GKUbq0LASA==
| Newsgroups: microsoft.public.inetserver.iis
| Path: cpmsftngxa07.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.inetserver.iis:290737
| NNTP-Posting-Host: tk2msftngxa09.phx.gbl 10.40.1.161
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Please do the following:
|
| 1> Add Domain Users to the local users group
| 2> Add Local Users group to the "Access this computer from
| network" security policy
|
| That should work, atleast to my knowledge.
|
| Regards,
| Bala Vaddi
|
|
|
| >-----Original Message-----
| >Hi all,
| >
| >I am still experiencing problems with my users not being
| >able to gain access to web content using integrated
| >windows authentication on IIS6 & WSK3. I've tried all the
| >suggestions received on this forum: add the website to
| the
| >user's Intranet group, check the proper checkboxes in the
| >website's properties, etc. Nothing works!! The only way
| >they can get to the content is by allowing anonymous
| >access, which I don't want because it trashes all my user-
| >specific content.
| >
| >Could this have anything to do with moving the server
| from
| >IIS5 isolation mode to the regular isolation mode? What
| >else can we look at to see if permissions are being
| >granted the way they should?
| >
| >Thanks!!
| >
| >Natalia
| >.
| >
|
 >> Stay informed about: User authentication issues in IIS6 & WSK3 
Back to top
Login to vote
natalia1

External


Since: Jan 16, 2004
Posts: 1



(Msg. 4) Posted: Fri Jan 16, 2004 3:01 pm
Post subject: RE: User authentication issues in IIS6 & WSK3 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi all,

Thanks for your suggestions! We actually didn't have domain users
included in the folder's permissions, plus we had different permission
settings on some folders and the "inherit" option was not selected.
After a bit more tinkering we got it right and the web is back up
running!!!

Thanks again for your input!!

Natalia

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: User authentication issues in IIS6 & WSK3 
Back to top
Login to vote
user800

External


Since: Sep 17, 2003
Posts: 106



(Msg. 5) Posted: Sun Jan 18, 2004 1:44 pm
Post subject: RE: User authentication issues in IIS6 & WSK3 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

no problem glad to hear your back up and running.

Best regards,
Jason M. Murray [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.


--------------------
| From: Natalia Olive <natalia.RemoveThis@natuscape.com>
| References: <eEeAEiC3DHA.432.RemoveThis@cpmsftngxa08.phx.gbl>
| X-Newsreader: AspNNTP 1.50 (ActionJackson.com)
| Subject: RE: User authentication issues in IIS6 & WSK3
| Mime-Version: 1.0
| Content-Type: text/plain; charset="us-ascii"
| Content-Transfer-Encoding: 7bit
| Message-ID: <#R#LJLE3DHA.2888@tk2msftngp13.phx.gbl>
| Newsgroups: microsoft.public.inetserver.iis
| Date: Fri, 16 Jan 2004 07:09:48 -0800
| NNTP-Posting-Host: actionjackson133.dsl.frii.net 216.17.147.133
| Lines: 1
| Path:
cpmsftngxa08.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.
phx.gbl
| Xref: cpmsftngxa08.phx.gbl microsoft.public.inetserver.iis:292023
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Hi all,
|
| Thanks for your suggestions! We actually didn't have domain users
| included in the folder's permissions, plus we had different permission
| settings on some folders and the "inherit" option was not selected.
| After a bit more tinkering we got it right and the web is back up
| running!!!
|
| Thanks again for your input!!
|
| Natalia
|
| *** Sent via Developersdex http://www.developersdex.com ***
| Don't just participate in USENET...get rewarded for it!
|
 >> Stay informed about: User authentication issues in IIS6 & WSK3 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Weird IIS6 issues - We have had some really weird issues when migrating from IIS5 to IIS6. First, of course we had to switch to IIS 5.0 isolation mode because some of the componets we use can't handle anything else, so that really blows and takes away a lot of the advantag...

server not found dns error when user try to view the pages.. - Dear expert. I have some problem on the configuration of IIS web server on windows 2003 server environment. My problem is when difference user using difference ISP service some time it can see the web pages but sometime cannot see it or it can see one of...

IIS issues - Hi! I have installed IIS 5.1 and Visual Studio.NET 2003 and needed to make an ASP.NET Web Application but whenever I try to make one it gives me an error. First of all I cant create a Virtual Directory with IIS which I think is the fundamental..

DSN Issues With IIS - Hello, I have created an ASP appication that runs on my IIS 5.0 server on Windows 2000 Server. The ASP application accesses a FoxPro database using a DSN that I setup. Everything seems to work fine when I move the FoxPro database is under the root..

ASP and .NET issues - Installed .net Framework to a IIS 5.0 server and now all the asp sites stopped working. Now it seems that the server cant read the directories. When you go to the URL you get a 404 error. But then if you type in the file name default.asp the page..
   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 ]