Temporary ASP.NET Files and resources

G

Guest

Hi,

By default the local IUSR account doesn't have access to "Temporary ASP.NET
Files". The problem is that as soon as you are localizing your ASP.NET app
using satellite assemblies these aren't accessable anymore. The assembly
bin/[lang]/assembly.dll is copied to the temp directory but the application
(ResourceManager) is trying to access it using anonymous creditials rather
than the credentials used for accessing all other assemblies.

We're dealing with hosting companies and we need to know whether this is a
bug and if so, is it documented. I need ammunition when talking to the
hosting companies trying to pursuade them to change the access rights under
Temporary ASP.NET Files allowing IUSR to access it.

Thanks in advance,

Manso
 
G

Guest

Does anyone have an update on this? This is a problem for us and we need some
feedback.

- Manso
 
G

Guest

Playing Q&A with myself here...might be useful for someone else, though.

According to Microsoft support this is a bug in ASP.NET 1.1. One of the
workarounds is to apply NTFS Change access rights to Temporary ASP.NET
Files\[instance].

- Manso

Manso said:
Does anyone have an update on this? This is a problem for us and we need some
feedback.

- Manso


Manso said:
Hi,

By default the local IUSR account doesn't have access to "Temporary ASP.NET
Files". The problem is that as soon as you are localizing your ASP.NET app
using satellite assemblies these aren't accessable anymore. The assembly
bin/[lang]/assembly.dll is copied to the temp directory but the application
(ResourceManager) is trying to access it using anonymous creditials rather
than the credentials used for accessing all other assemblies.

We're dealing with hosting companies and we need to know whether this is a
bug and if so, is it documented. I need ammunition when talking to the
hosting companies trying to pursuade them to change the access rights under
Temporary ASP.NET Files allowing IUSR to access it.

Thanks in advance,

Manso
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top