Re: Satellite assembly resources won't load if identity impersonate=true
- From: "Steven Berkovitz" <mbcdev@xxxxxxxxxxxxxxxx>
- Date: Thu, 16 Jun 2005 09:18:56 -0400
Steven,
This indeed was the issue. Thank you for your help!
"Steven Cheng[MSFT]" <v-schang@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:kr9svOicFHA.2052@xxxxxxxxxxxxxxxxxxxxxxxx
> Hi Steven,
>
> Welcome to ASP.NET newsgroup.
> As for the problem you mentioned, I think you're encountering a common
> issue on asp.net's runtime assembly shadow copy. ASP.NET will shadow copy
> all the private assemblies deployed in bin folder to the temporary asp.net
> folder so that rutnime won't lock the orginal deployed ones. However,
> when
> we using impersonate, the impersonated user account may haven't the
> sufficient permission to create/modify file in the ASP.NET's temporary
> folder, then the satellite one will be failed to copy to temporary dir.
> So currently I suggest you first try using the filemon tool to monitor the
> file/folder accessing status when running your asp.net app to confirm this
> problem. And then adjust the proper permission for your impersonated
> account according to the monitor result.
>
> If there're anything unclear, please feel free to post here. Thanks,
>
> Regards,
>
> Steven Cheng
> Microsoft Online Support
>
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
.
- Follow-Ups:
- Re: Satellite assembly resources won't load if identity impersonate=true
- From: Steven Cheng[MSFT]
- Re: Satellite assembly resources won't load if identity impersonate=true
- References:
- Satellite assembly resources won't load if identity impersonate=true
- From: Steven Berkovitz
- RE: Satellite assembly resources won't load if identity impersonate=true
- From: Steven Cheng[MSFT]
- Satellite assembly resources won't load if identity impersonate=true
- Prev by Date: Re: 30 style tags per page limitation
- Next by Date: Re: FireFox and Opera
- Previous by thread: RE: Satellite assembly resources won't load if identity impersonate=true
- Next by thread: Re: Satellite assembly resources won't load if identity impersonate=true
- Index(es):
Relevant Pages
|