IIS IUSR_ PROBLEM

IIS IUSR_ PROBLEM

am 05.04.2007 13:03:09 von in da club

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 ?

Re: IIS IUSR_ PROBLEM

am 05.04.2007 16:02:23 von Grego

On 5 Apr, 12:03, "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 ?

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)

Re: IIS IUSR_ PROBLEM

am 05.04.2007 16:02:23 von Grego

On 5 Apr, 12:03, "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 ?

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)

Re: IIS IUSR_ PROBLEM

am 05.04.2007 22:27:31 von Steve Embry

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" wrote in message
news:1175781742.998282.257760@d57g2000hsg.googlegroups.com.. .
> On 5 Apr, 12:03, "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 ?
>
> 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)
>

Re: IIS IUSR_ PROBLEM

am 05.04.2007 22:27:31 von Steve Embry

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" wrote in message
news:1175781742.998282.257760@d57g2000hsg.googlegroups.com.. .
> On 5 Apr, 12:03, "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 ?
>
> 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)
>

Re: IIS IUSR_ PROBLEM

am 06.04.2007 06:52:19 von Ken Schaefer

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" 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 ?
>

Re: IIS IUSR_ PROBLEM

am 06.04.2007 06:52:19 von Ken Schaefer

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" 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 ?
>

RE: IIS IUSR_ PROBLEM

am 25.04.2007 08:10:02 von locoytravieso

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 ?
>
>
>

RE: IIS IUSR_ PROBLEM

am 25.04.2007 08:10:02 von locoytravieso

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 ?
>
>
>

Re: IIS IUSR_ PROBLEM

am 25.04.2007 21:24:10 von Consultant

reinstall iis

"locoytravieso" 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 ?
>>
>>
>>

Re: IIS IUSR_ PROBLEM

am 25.04.2007 21:24:10 von Consultant

reinstall iis

"locoytravieso" 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 ?
>>
>>
>>

Re: IIS IUSR_ PROBLEM

am 26.04.2007 00:02:02 von locoytravieso

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

Thanks!

"Consultant" wrote:

> reinstall iis
>
> "locoytravieso" 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 ?
> >>
> >>
> >>
>
>
>

Re: IIS IUSR_ PROBLEM

am 26.04.2007 00:02:02 von locoytravieso

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

Thanks!

"Consultant" wrote:

> reinstall iis
>
> "locoytravieso" 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 ?
> >>
> >>
> >>
>
>
>

Re: IIS IUSR_ PROBLEM

am 27.04.2007 05:31:01 von Ken Schaefer

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" 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" 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 ?
>> >>
>> >>
>> >>
>>
>>
>>

Re: IIS IUSR_ PROBLEM

am 27.04.2007 05:31:01 von Ken Schaefer

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" 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" 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 ?
>> >>
>> >>
>> >>
>>
>>
>>

Re: IIS IUSR_ PROBLEM

am 06.05.2007 02:52:55 von Plamen

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.

Re: IIS IUSR_ PROBLEM

am 06.05.2007 02:52:55 von Plamen

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.