|
Home > Archive > IIS Server > January 2005 > Please help on IIS security setting. thanks!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Please help on IIS security setting. thanks!
|
|
| davidw 2005-01-30, 5:51 pm |
| I want one of my aspx run under a certain user's credential, the user name
is vcadmin, so I went to IIS, under "enable anonymous access", I select the
vcadmin user and type in password. And unselect all security setting under
"Authenticated access". I expect any anonymous user will run the aspx under
credential of vcadmin, but it seems not, in my aspx page, I write out
current user name by this.user.identity, I got nothing. And when I set the
permission of the aspx on my hard disk to the vcadmin only. I can not access
the page. Any idea how should I set so that a aspx page will run under one
user's credential?
Thanks!
| |
| Jportelas 2005-01-31, 5:55 pm |
| Hi David:
Even I don't get very well what you mean, I think you want to use
"impersonation", for this you could read this:
http://msdn.microsoft.com/msdnmag/issues/02/04/aspsec/
It's about ASP.NET security and could lead you in your journey.
"davidw" wrote:
> I want one of my aspx run under a certain user's credential, the user name
> is vcadmin, so I went to IIS, under "enable anonymous access", I select the
> vcadmin user and type in password. And unselect all security setting under
> "Authenticated access". I expect any anonymous user will run the aspx under
> credential of vcadmin, but it seems not, in my aspx page, I write out
> current user name by this.user.identity, I got nothing. And when I set the
> permission of the aspx on my hard disk to the vcadmin only. I can not access
> the page. Any idea how should I set so that a aspx page will run under one
> user's credential?
>
> Thanks!
>
>
>
|
|
|
|
|