Re: <allow users=""> question
- From: "Tom" <whyamihere@xxxxxxxxx>
- Date: Fri, 25 May 2007 14:43:32 -0400
still prompted,
what would happen if I set ther username and password under:
IIS -->website --> properties --> directory security --> Edit
and add the username and pwd I want my site to run under as?
would that work for the impersonation or no?
"Alexey Smirnov" <alexey.smirnov@xxxxxxxxx> wrote in message
news:1180117617.914365.51700@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On May 25, 8:08 pm, "Mike" <whyamih...@xxxxxxxxx> wrote:
1. Why do you set impersonation? Do you need it?
Not sure, I just came on board for the project. not sure
Okay, I guess you don't need it :-) With impersonation ASP.NET Web
application would access the file system using as the user "myDomain
\testuser". Maybe this is the reason of a login prompt. Either remove
that section, or set
<identity impersonate="false" />
More about impersonation
http://msdn2.microsoft.com/en-us/library/aa292118.aspx
Now, try to set
<authorization>
<allow users="*"/>
<authorization>
Make sure that your account has access
Set up an access rule for specific group (your user must be a member
of that group)
<authorization>
<allow roles="DOMAIN\group"/>
<deny users="*"/>
<authorization>
See what happens
.
- References:
- Re: <allow users=""> question
- From: Alexey Smirnov
- Re: <allow users=""> question
- From: Alexey Smirnov
- Re: <allow users=""> question
- From: Alexey Smirnov
- Re: <allow users=""> question
- From: Mike
- Re: <allow users=""> question
- From: Alexey Smirnov
- Re: <allow users=""> question
- Prev by Date: Gridview (and Datagrid) exported to Excel
- Next by Date: Re: Gridview hidden label value
- Previous by thread: Re: <allow users=""> question
- Next by thread: Re: <allow users=""> question
- Index(es):
Relevant Pages
|