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

IIS IUSR_ PROBLEM

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Will give unlimited hosting for a PR5+ backward l..  
Author Message
in da club

External


Since: Apr 05, 2007
Posts: 1



(Msg. 1) Posted: Thu Apr 05, 2007 6:56 am
Post subject: IIS IUSR_ PROBLEM
Archived from groups: microsoft>public>inetserver>iis>security, others (more info?)

I have installed iis 6.0 on my win 2003 server..

I created a web site and give IUSR_MAchinename account to access web site
with only integrated windows authentication.

I put my files into into wwwroot folder and give the all permission for
iusr_machinename account.

When i try to access the web site It prompts me to enter user credentials..
How can i solve it ?

 >> Stay informed about: IIS IUSR_ PROBLEM 
Back to top
Login to vote
grego

External


Since: Jan 04, 2007
Posts: 30



(Msg. 2) Posted: Thu Apr 05, 2007 7:02 am
Post subject: Re: IIS IUSR_ PROBLEM [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 5 Apr, 12:03, "in da club" <xx> wrote:
> I have installed iis 6.0 on my win 2003 server..
>
> I created a web site and give IUSR_MAchinename account to access web site
> with only integrated windows authentication.
>
> I put my files into into wwwroot folder and give the all permission for
> iusr_machinename account.
>
> When i try to access the web site It prompts me to enter user credentials..
> How can i solve it ?

Integrated only, means that it will not allow anonymous access. If you
are prompted, then the user
you are connecting to does not have NTFS access. checking anonymous
without integrated will allow access(if you have
given read to the files for the iusr account)

 >> Stay informed about: IIS IUSR_ PROBLEM 
Back to top
Login to vote
Steve Embry

External


Since: Apr 04, 2007
Posts: 5



(Msg. 3) Posted: Thu Apr 05, 2007 3:27 pm
Post subject: Re: IIS IUSR_ PROBLEM [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Like grego says, it's just a file permissions issue now..

Using Windows explorer, check the Properties >> Security >> and assure that
your website folder has the Internet Guest Account (IUS_machinename)
configured for Read &Execute, List Folder Contents and Read access.

Steve



"grego" <gregoreilly DeleteThis @gmail.com> wrote in message
news:1175781742.998282.257760@d57g2000hsg.googlegroups.com...
> On 5 Apr, 12:03, "in da club" <xx> wrote:
> > I have installed iis 6.0 on my win 2003 server..
> >
> > I created a web site and give IUSR_MAchinename account to access web
site
> > with only integrated windows authentication.
> >
> > I put my files into into wwwroot folder and give the all permission for
> > iusr_machinename account.
> >
> > When i try to access the web site It prompts me to enter user
credentials..
> > How can i solve it ?
>
> Integrated only, means that it will not allow anonymous access. If you
> are prompted, then the user
> you are connecting to does not have NTFS access. checking anonymous
> without integrated will allow access(if you have
> given read to the files for the iusr account)
>
 >> Stay informed about: IIS IUSR_ PROBLEM 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 4) Posted: Fri Apr 06, 2007 12:56 am
Post subject: Re: IIS IUSR_ PROBLEM [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

IUSR account is typically used for anonymous access (i.e. IIS uses the IUSR
account because the end user has not provided any credentials).

Unless you have to know the IUSR account's password, your current setup is
not going to work.

So:
a) Do you want users to authenticate? If so, then you'll need to give those
users NTFS permissions to the files/folders in your website to allow them to
browse the site
b) Do you want your users to browse anonymously? Then give IUSR acount NTFS
permissions to the files/folders and disable Integrated Windows
Authenticaiton, and enable Anonymous Auth instead.

Cheers
Ken

"in da club" <xx> wrote in message
news:OCKr9H3dHHA.3616@TK2MSFTNGP05.phx.gbl...
>I have installed iis 6.0 on my win 2003 server..
>
> I created a web site and give IUSR_MAchinename account to access web site
> with only integrated windows authentication.
>
> I put my files into into wwwroot folder and give the all permission for
> iusr_machinename account.
>
> When i try to access the web site It prompts me to enter user
> credentials.. How can i solve it ?
>
 >> Stay informed about: IIS IUSR_ PROBLEM 
Back to top
Login to vote
locoytravieso

External


Since: Apr 24, 2007
Posts: 2



(Msg. 5) Posted: Tue Apr 24, 2007 11:10 pm
Post subject: RE: IIS IUSR_ PROBLEM [Login to view extended thread Info.]
Archived from groups: microsoft>public>inetserver>iis, others (more info?)

I have a similar conundrum but I accidently DELETED my IUSR_SERVER user ID!
How do I add it back in?

Thanks!

"in da club" wrote:

> I have installed iis 6.0 on my win 2003 server..
>
> I created a web site and give IUSR_MAchinename account to access web site
> with only integrated windows authentication.
>
> I put my files into into wwwroot folder and give the all permission for
> iusr_machinename account.
>
> When i try to access the web site It prompts me to enter user credentials..
> How can i solve it ?
>
>
>
 >> Stay informed about: IIS IUSR_ PROBLEM 
Back to top
Login to vote
consultant_mcn

External


Since: Oct 08, 2003
Posts: 200



(Msg. 6) Posted: Wed Apr 25, 2007 12:24 pm
Post subject: Re: IIS IUSR_ PROBLEM [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

reinstall iis

"locoytravieso" <locoytravieso.RemoveThis@discussions.microsoft.com> wrote in message
news:3CEE0D45-4675-4F62-AE7B-8CABF53C040F@microsoft.com...
>I have a similar conundrum but I accidently DELETED my IUSR_SERVER user ID!
> How do I add it back in?
>
> Thanks!
>
> "in da club" wrote:
>
>> I have installed iis 6.0 on my win 2003 server..
>>
>> I created a web site and give IUSR_MAchinename account to access web site
>> with only integrated windows authentication.
>>
>> I put my files into into wwwroot folder and give the all permission for
>> iusr_machinename account.
>>
>> When i try to access the web site It prompts me to enter user
>> credentials..
>> How can i solve it ?
>>
>>
>>
 >> Stay informed about: IIS IUSR_ PROBLEM 
Back to top
Login to vote
locoytravieso

External


Since: Apr 24, 2007
Posts: 2



(Msg. 7) Posted: Wed Apr 25, 2007 3:02 pm
Post subject: Re: IIS IUSR_ PROBLEM [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Then how do I reinstall JUST Outlook Web Access after I have reinstalled IIS?

Thanks!

"Consultant" wrote:

> reinstall iis
>
> "locoytravieso" <locoytravieso.RemoveThis@discussions.microsoft.com> wrote in message
> news:3CEE0D45-4675-4F62-AE7B-8CABF53C040F@microsoft.com...
> >I have a similar conundrum but I accidently DELETED my IUSR_SERVER user ID!
> > How do I add it back in?
> >
> > Thanks!
> >
> > "in da club" wrote:
> >
> >> I have installed iis 6.0 on my win 2003 server..
> >>
> >> I created a web site and give IUSR_MAchinename account to access web site
> >> with only integrated windows authentication.
> >>
> >> I put my files into into wwwroot folder and give the all permission for
> >> iusr_machinename account.
> >>
> >> When i try to access the web site It prompts me to enter user
> >> credentials..
> >> How can i solve it ?
> >>
> >>
> >>
>
>
>
 >> Stay informed about: IIS IUSR_ PROBLEM 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 8) Posted: Fri Apr 27, 2007 1:31 pm
Post subject: Re: IIS IUSR_ PROBLEM [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It should not be necessary to reinstall IIS

IUSR account should be recreated if you restart IISAdmin service:
http://support.microsoft.com/?id=822165

Cheers
Ken


"locoytravieso" <locoytravieso.DeleteThis@discussions.microsoft.com> wrote in message
news:CB8AE1F8-331B-46E2-9842-7E53C05AE0D6@microsoft.com...
> Then how do I reinstall JUST Outlook Web Access after I have reinstalled
> IIS?
>
> Thanks!
>
> "Consultant" wrote:
>
>> reinstall iis
>>
>> "locoytravieso" <locoytravieso.DeleteThis@discussions.microsoft.com> wrote in
>> message
>> news:3CEE0D45-4675-4F62-AE7B-8CABF53C040F@microsoft.com...
>> >I have a similar conundrum but I accidently DELETED my IUSR_SERVER user
>> >ID!
>> > How do I add it back in?
>> >
>> > Thanks!
>> >
>> > "in da club" wrote:
>> >
>> >> I have installed iis 6.0 on my win 2003 server..
>> >>
>> >> I created a web site and give IUSR_MAchinename account to access web
>> >> site
>> >> with only integrated windows authentication.
>> >>
>> >> I put my files into into wwwroot folder and give the all permission
>> >> for
>> >> iusr_machinename account.
>> >>
>> >> When i try to access the web site It prompts me to enter user
>> >> credentials..
>> >> How can i solve it ?
>> >>
>> >>
>> >>
>>
>>
>>
 >> Stay informed about: IIS IUSR_ PROBLEM 
Back to top
Login to vote
Plamen

External


Since: May 05, 2007
Posts: 7



(Msg. 9) Posted: Sat May 05, 2007 5:52 pm
Post subject: Re: IIS IUSR_ PROBLEM [Login to view extended thread Info.]
Archived from groups: microsoft>public>inetserver>iis>security, others (more info?)

Hi.

Shame Microsoft.

Now man,don't listen,you need to search,
Sometimes Microsoft are writing lies.
The problem with iis is continues ACL and 405.
Now everything is configured and working,Micorosoft only give information
for what is,they don't resolve it.
Here have 2 more iis communities,search and you will find what problem IIS 6
show me,after i read a Microsoft that they write,lies,and they iis in the
recycle bin

That is it for now.

Goodbye.
 >> Stay informed about: IIS IUSR_ PROBLEM 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS v5.1 on XPP: How do I "see" the SID of IUSR_ ? - Is there a way in XPP to see the full list of registered user SIDs? Specifically I'd like to see the IUSR_<machinename> user, its SID, its properties and permissions etc.. The "User Manager" under "Control Panel" can be used ...

IUSR_ not created? - In Windows 2003 Server R2, when IIS is installed, is the IUSR_<machinename> created or not? I'm getting conflicting answers and it was NOT created on our machine when we installed IIS. I really need to know. Many thanks for your thoughts.

COM/IUSR_/Registry and Security - Thanks in advance for any help. Our web application is typical. A little HTML and ASP with the business logic in a COM object. Until recently the COM object was installed in an MTS package. For reasons beyond the scope of this dissertation we..

IUSR_ ... domain account - Hi, I have a windows 2000 server with IIS installed in a windows 2003 domain. I need to change the IUSR anonimous account from local to domain account. I create the user, used the adsutil set ... I set the User right on the local security policy, but whe...

Regional settings for the IUSR_ account - Hej, We have an English version of Windows 2003 but i want the IUSR_ account to have swedish regional settings. Can I do this? /Richard
   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 ]