Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS 6 Not Authorized solutions not helping me solve problem

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS 502 and Web site acting strange  
Author Message
Al Jacques

External


Since: Feb 10, 2007
Posts: 2



(Msg. 1) Posted: Sat Feb 10, 2007 7:48 pm
Post subject: IIS 6 Not Authorized solutions not helping me solve problem
Archived from groups: microsoft>public>inetserver>iis (more info?)

I converted a Win2000 stand-alone server (not a domain controller, no active
directory) to Win2003 - no applications running, only html and simple asp
pages (no .net, no sql). None of the pages are accessable including the
default web site with either index.htm or iisstart.htm as the default page.

All pages return either a pop-up requesting user name and password, or "You
are not authorized to view this page" (which is also the result after trying
to use the IUSR credentials or the administrator credentials). I have set
Enable anonymous access and checked the synchronization for the password with
these results:

Property AnonymousUserPass found at:
MSFTPSVC
NNTPSVC
SmtpSvc
W3SVC

I have manually set the password to be sure it was what I expected. Nothing
is checked for Authenticated Access. There are no server extensions. The
service is set to Run WWW Service in Isolation Mode.

I use ArgoSoft email server and Core FTP and both are running with no
problems.

Still, I cannot raise the websites on the server or from a client - what am
I doing wrong?

-Al Jacques

 >> Stay informed about: IIS 6 Not Authorized solutions not helping me solve problem 
Back to top
Login to vote
Steve Schofield

External


Since: Nov 26, 2006
Posts: 222



(Msg. 2) Posted: Mon Feb 12, 2007 8:36 am
Post subject: Re: IIS 6 Not Authorized solutions not helping me solve problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It sounds like the file permissions are not setup correctly. Look in the
Security event log and see what / if any folders are failing. Filemon by
Sysinternals can help locate what folder(s) are getting denied.

--

Steve Schofield
Windows Server MVP - IIS
ASPInsider Member - MCP

http://www.orcsweb.com/
Managed Complex Hosting
#1 in Service and Support

"Al Jacques" <AlJacques.TakeThisOut@discussions.microsoft.com> wrote in message
news:70EC5780-3ED5-4F80-BEBD-5C7EFBE04B42@microsoft.com...
>I converted a Win2000 stand-alone server (not a domain controller, no
>active
> directory) to Win2003 - no applications running, only html and simple asp
> pages (no .net, no sql). None of the pages are accessable including the
> default web site with either index.htm or iisstart.htm as the default
> page.
>
> All pages return either a pop-up requesting user name and password, or
> "You
> are not authorized to view this page" (which is also the result after
> trying
> to use the IUSR credentials or the administrator credentials). I have set
> Enable anonymous access and checked the synchronization for the password
> with
> these results:
>
> Property AnonymousUserPass found at:
> MSFTPSVC
> NNTPSVC
> SmtpSvc
> W3SVC
>
> I have manually set the password to be sure it was what I expected.
> Nothing
> is checked for Authenticated Access. There are no server extensions. The
> service is set to Run WWW Service in Isolation Mode.
>
> I use ArgoSoft email server and Core FTP and both are running with no
> problems.
>
> Still, I cannot raise the websites on the server or from a client - what
> am
> I doing wrong?
>
> -Al Jacques

 >> Stay informed about: IIS 6 Not Authorized solutions not helping me solve problem 
Back to top
Login to vote
Al Jacques

External


Since: Feb 10, 2007
Posts: 2



(Msg. 3) Posted: Tue Feb 13, 2007 11:32 am
Post subject: Re: IIS 6 Not Authorized solutions not helping me solve problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have checked the file permissions by going to Windows Explorer, and for the
default site (C:\Inetpub\wwwroot), I verified that I have an Everyone account
and an Internet Guest Account (machinename/IUSR_machinename) both with Read &
Execute, List Folder Contents, and Read checked. In IIS Manager for the
default web site I have Enable Anonymous Access checked and nothing else
checked on the page, yet when I go to http://localhost, I get a pop-up asking
me for a userid and password. If I supply either the IUSR id and password,
or the administrative id and password, after three tries I get the You are
not authorized to view this page and a 401.1. I have reset the anonymous
password to be sure I am using the one I expect.

Here are the contents of the log after I attempt to get to the localhost
from a remote computer (by using the ip address):
1 2:21:14
PM inetinfo.exe:1408 IRP_MJ_CREATE C:\WINNT\help\iisHelp\common\401-1.htm SUCCESS Attributes: R Options: Open
2 2:21:14
PM inetinfo.exe:1408 IRP_MJ_CREATE C:\WINNT\help\iisHelp\common\401-1.htm SUCCESS Attributes: Any Options: Open
3 2:21:14
PM inetinfo.exe:1408 IRP_MJ_QUERY_INFORMATION C:\WINNT\help\iisHelp\common\401-1.htm SUCCESS FileInternalInformation
4 2:21:14
PM inetinfo.exe:1408 IRP_MJ_CLEANUP C:\WINNT\help\iisHelp\common\401-1.htm SUCCESS
5 2:21:14 PM inetinfo.exe:1408 IRP_MJ_CLOSE
C:\WINNT\help\iisHelp\common\401-1.htm SUCCESS
6 2:21:14
PM inetinfo.exe:1408 IRP_MJ_QUERY_VOLUME_INFORMATION C:\WINNT\help\iisHelp\common\401-1.htm BUFFER OVERFLOW FileFsVolumeInformation
7 2:21:14
PM inetinfo.exe:1408 IRP_MJ_QUERY_INFORMATION C:\WINNT\help\iisHelp\common\401-1.htm BUFFER OVERFLOW FileAllInformation
8 2:21:14
PM inetinfo.exe:1408 FASTIO_QUERY_STANDARD_INFO C:\WINNT\help\iisHelp\common\401-1.htm SUCCESS Size: 1539
9 2:21:14 PM inetinfo.exe:1408 IRP_MJ_READ
C:\WINNT\help\iisHelp\common\401-1.htm SUCCESS Offset: 0 Length: 1539
10 2:21:14 PM System:4 IRP_MJ_CLOSE
C:\WINNT\Help\iisHelp\common\401-1.htm SUCCESS
11 2:21:15
PM System:4 FASTIO_MDL_READ_COMPLETE C:\WINNT\help\iisHelp\common\401-1.htm OK
12 2:21:15
PM inetinfo.exe:1408 IRP_MJ_CLEANUP C:\WINNT\help\iisHelp\common\401-1.htm SUCCESS

Any further ideas?

-Al Jacques


"Steve Schofield" wrote:

> It sounds like the file permissions are not setup correctly. Look in the
> Security event log and see what / if any folders are failing. Filemon by
> Sysinternals can help locate what folder(s) are getting denied.
>
> --
>
> Steve Schofield
> Windows Server MVP - IIS
> ASPInsider Member - MCP
>
> http://www.orcsweb.com/
> Managed Complex Hosting
> #1 in Service and Support
>
> "Al Jacques" <AlJacques.DeleteThis@discussions.microsoft.com> wrote in message
> news:70EC5780-3ED5-4F80-BEBD-5C7EFBE04B42@microsoft.com...
> >I converted a Win2000 stand-alone server (not a domain controller, no
> >active
> > directory) to Win2003 - no applications running, only html and simple asp
> > pages (no .net, no sql). None of the pages are accessable including the
> > default web site with either index.htm or iisstart.htm as the default
> > page.
> >
> > All pages return either a pop-up requesting user name and password, or
> > "You
> > are not authorized to view this page" (which is also the result after
> > trying
> > to use the IUSR credentials or the administrator credentials). I have set
> > Enable anonymous access and checked the synchronization for the password
> > with
> > these results:
> >
> > Property AnonymousUserPass found at:
> > MSFTPSVC
> > NNTPSVC
> > SmtpSvc
> > W3SVC
> >
> > I have manually set the password to be sure it was what I expected.
> > Nothing
> > is checked for Authenticated Access. There are no server extensions. The
> > service is set to Run WWW Service in Isolation Mode.
> >
> > I use ArgoSoft email server and Core FTP and both are running with no
> > problems.
> >
> > Still, I cannot raise the websites on the server or from a client - what
> > am
> > I doing wrong?
> >
> > -Al Jacques
>
 >> Stay informed about: IIS 6 Not Authorized solutions not helping me solve problem 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
How to solve this problem? - Hi all, I can not open office document such as word, excel from SSL web site. Do you know whether there is solution for this? IIS 6 and windows XP SP2 Thank you.

solve metabase problem - Dear all, I have problem as below: Type: Warning Source: Smtpsvc Event ID: 4000 Description: Message delivery to the remote domain DomainName failed. The connection was dropped by the remote host. Based on the information in ..

IIS wildcards.. can they solve my problem? - Hello Evryone, I've been looking all over the net, even trying to figure it out by using IIS variables but, no success. There I go with what I am about to ask. Scenary: ------------ 1 Website (share content) accesible by 4 different DNSs website...

Authorized problem in IIS 6 Windows 2003 - Hi, I have a problem about IIS on Windows 2003. I can not view web site. It ask me for an account/password. I want to access in without password. There is an entry in event log. Reason: The user has not been granted the requested logon type at this..

what means these cue ? how to solve them? - In the local event view, at system item, we got error information at service control manager every time we run our computer at application intem, we got error of com+, wanrring at winmgmt and error at msdtc what means above cue ? how to solve them?
   Web Hosting Problem Solving Community! (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 ]