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

Multiple sites hosting on IIS6 / 403.1 error

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Blutek Hosting to Bitstream Hosting??  
Author Message
nema1

External


Since: Oct 29, 2004
Posts: 9



(Msg. 1) Posted: Tue Nov 09, 2004 9:50 am
Post subject: Multiple sites hosting on IIS6 / 403.1 error
Archived from groups: microsoft>public>inetserver>iis (more info?)

I am trying to set up multiple site hosting on my test server, but I get
error when I try to execute ASP.NET application on some other domain than
the name of the server (403.1 - Unauthorized due to ACL on resource).

For example: name of the server is TEST (also the same name configured for
Default Web Site). Other site configured on the same server is
mytestdomain.com that points to the same physical directory on the server as
first domain (TEST). When I try to execute some scripts on test domain,
there are no problems, but when I try to execute the same script on
mytestdomain.com, I got 403.1.

I suppose I have to set up another anonymous account for the server (other
than IUSR_TEST) or I am wrong? How can I know the correct name of the user?
I tried with IUSR_MYTESTDOMAIN.COM and IUSR_MYTESTDOMAIN that were in Guests
group and had access to web root directory but with no success. Thanks for
advices!

m.

 >> Stay informed about: Multiple sites hosting on IIS6 / 403.1 error 
Back to top
Login to vote
nema1

External


Since: Oct 29, 2004
Posts: 9



(Msg. 2) Posted: Tue Nov 09, 2004 10:03 am
Post subject: Re: Multiple sites hosting on IIS6 / 403.1 error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > I suppose I have to set up another anonymous account for the server (other
 > than IUSR_TEST) or I am wrong? How can I know the correct name of the
user?
 > I tried with IUSR_MYTESTDOMAIN.COM and IUSR_MYTESTDOMAIN that were in
Guests
 > group and had access to web root directory but with no success.

I forgot...when i turn on Integrated Windows auth. it asks me for the
user/pass. When I enter it, everithing works fine...so the problem is with
user accounts, other parts of the server are configured ok, as it seems.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Multiple sites hosting on IIS6 / 403.1 error 
Back to top
Login to vote
nema1

External


Since: Oct 29, 2004
Posts: 9



(Msg. 3) Posted: Tue Nov 09, 2004 10:18 am
Post subject: Re: Multiple sites hosting on IIS6 / 403.1 error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > I forgot...when i turn on Integrated Windows auth. it asks me for the
 > user/pass. When I enter it, everithing works fine...so the problem is with
 > user accounts, other parts of the server are configured ok, as it seems.
 >

Well, this confuses me....I realized that when I try to get some ordinary
HTML file, it is available using both domains with no errors, but asp and
aspx are not (??????)<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Multiple sites hosting on IIS6 / 403.1 error 
Back to top
Login to vote
user2321

External


Since: Oct 22, 2004
Posts: 49



(Msg. 4) Posted: Tue Nov 09, 2004 10:18 am
Post subject: Re: Multiple sites hosting on IIS6 / 403.1 error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"marko" wrote:
  > > I forgot...when i turn on Integrated Windows auth. it asks me for the
  > > user/pass. When I enter it, everithing works fine...so the problem is with
  > > user accounts, other parts of the server are configured ok, as it seems.
  > >
 >
 > Well, this confuses me....I realized that when I try to get some ordinary
 > HTML file, it is available using both domains with no errors, but asp and
 > aspx are not (??????)

It sounds like the IUSR account and password are out of sync, in other
words, the password you put in for the IUSR account in the IIS MMC does not
match it's actual password.

Also check this out:
Default permissions and user rights for IIS 6.0
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=812614" target="_blank">http://support.microsoft.com/?id=812614</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Multiple sites hosting on IIS6 / 403.1 error 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 5) Posted: Tue Nov 09, 2004 4:56 pm
Post subject: Re: Multiple sites hosting on IIS6 / 403.1 error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

It sounds like the IUSR password is not synchronized in every places it is
stored. You can see what account is used for annonymous access from IIS
Manager (right click the website, click Properties, Directory Security tab.

This KB Article tells you how to synchronize this account:

<a style='text-decoration: underline;' href="http://support.microsoft.com/kb/297989/EN-US/" target="_blank">http://support.microsoft.com/kb/297989/EN-US/</a>

--
Regards,
Kristofer Gafvert
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a>


"marko" <nema.DeleteThis@mejla.hr> wrote in message news:cmq0bv$rm5$1@bagan.srce.hr...
 > I am trying to set up multiple site hosting on my test server, but I get
 > error when I try to execute ASP.NET application on some other domain than
 > the name of the server (403.1 - Unauthorized due to ACL on resource).
 >
 > For example: name of the server is TEST (also the same name configured for
 > Default Web Site). Other site configured on the same server is
 > mytestdomain.com that points to the same physical directory on the server
as
 > first domain (TEST). When I try to execute some scripts on test domain,
 > there are no problems, but when I try to execute the same script on
 > mytestdomain.com, I got 403.1.
 >
 > I suppose I have to set up another anonymous account for the server (other
 > than IUSR_TEST) or I am wrong? How can I know the correct name of the
user?
 > I tried with IUSR_MYTESTDOMAIN.COM and IUSR_MYTESTDOMAIN that were in
Guests
 > group and had access to web root directory but with no success. Thanks for
 > advices!
 >
 > m.
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Multiple sites hosting on IIS6 / 403.1 error 
Back to top
Login to vote
nema1

External


Since: Oct 29, 2004
Posts: 9



(Msg. 6) Posted: Wed Nov 10, 2004 10:13 am
Post subject: Re: Multiple sites hosting on IIS6 / 403.1 error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Kristofer Gafvert" <kgafvert DeleteThis @NEWSilopia.com> wrote in message
news:ufs89SnxEHA.3908@TK2MSFTNGP12.phx.gbl...
 > Hello,
 >
 > It sounds like the IUSR password is not synchronized in every places it is
 > stored. You can see what account is used for annonymous access from IIS
 > Manager (right click the website, click Properties, Directory Security
tab.
 >

Well, it doesn't help...when the accounts are not synchronised, I get 401.1.
But I've done again everything as described, and then I get: Unauthorized:
Access is denied due to an ACL set on the requested resource (401.3).<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Multiple sites hosting on IIS6 / 403.1 error 
Back to top
Login to vote
nema1

External


Since: Oct 29, 2004
Posts: 9



(Msg. 7) Posted: Wed Nov 10, 2004 10:59 am
Post subject: Re: Multiple sites hosting on IIS6 / 403.1 error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hm... I solved this error in very primitive way.

Since I've tried everithing what says on MS site and didn't help, I have
deleted all users and permissions under wwwroot and set up them all again
**the same way it was before**.

Now it works fine. Probably it was some bug in user database/NTFS ACL
list/whatever... Smile

m.
 >> Stay informed about: Multiple sites hosting on IIS6 / 403.1 error 
Back to top
Login to vote
Display posts from previous:   
   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 ]