Welcome to Community Server Sign in | Join | Help

Ouch! Permissions Spankdown.

I won't go too far into the wheres or whys but the machine I am graciously hosted off was in or around a domain and dcpromo last weekend. The following kb article tells part of the story.

Microsoft Knowledge Base Article - 332097.

It's incomplete however as it doesn't mention that dcpromo also hoses permissions for ASP.NET runtime on systemroot\temp. Assemblies can't be copied over at runtime, can't be loaded and you'll get a number of policy related error messages. Mine were being triggered in two applications that both use custom HttpModules, ASP.NET apps without them ran fine.

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).

Anyway, special permissions (read/list folder contents and delete) are what's required by ASP.NET into systemroot\temp and the problem is fixed. Fun stuff trying to figure it out on a remote server.

Odds of someone else having this random issue and finding this page are slim, but I'll sleep better knowing it's not impossible.

Published Tuesday, June 24, 2003 10:41 PM by grant
Filed Under:

Comments

Friday, April 02, 2004 2:05 PM by grant

# re: Ouch! Permissions Spankdown.

Thanks for this post, I ran into a similiar situation a few weeks ago and thanks to this post I saved days of debugging.
Jeries
Thursday, November 25, 2004 11:27 AM by grant

# re: Ouch! Permissions Spankdown.

AH! FINALLY! This has been an issue for a while for me (since I did a fresh install of my machine). Thanks for sharing.

- matt -
Thursday, November 25, 2004 11:41 AM by grant

# re: Ouch! Permissions Spankdown.

Spoke too soon... It didn't work. Any solutions are greatly appreciated.
Anonymous comments are disabled