Re: Question about strong-name dlls



No, I mean that you should not confuse virtual directories with file system
folders, and make sure that you work on the appropriate folder for what you
need, which, in this case, is a file system folder. Also, as I mentioned
several messages ago, there are more than one type of permissions on a file
system folder. If you go to the Properties dialog of a file system folder,
you should see 2 tabs that deal with security. One is the Sharing tab, and
the other is the Security tab. The Sharing tab is for managing Share
permissions. The Security tab is for managing permissions not for Shares,
but for the folder itself. In the Security tab you will also find an
Advanced button, which opens up a dialog for checking Security at a deeper
level, such as inherited permissions passed down from container folders,
etc. That is most probably where your problem lies.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Sometimes you eat the elephant.
Sometimes the elephant eats you.

"Diego F." <diegofrNO@xxxxxxxx> wrote in message
news:etIRaWFYFHA.3892@xxxxxxxxxxxxxxxxxxxxxxx
> Do you mean that I should manage the permissions from IIS instead that
> from the folder?
>
> --
> Regards,
>
> Diego F.
>
>
> "Kevin Spencer" <kevin@xxxxxxxxxxxxxxxxxxxxxxxxxx> escribió en el mensaje
> news:uTg8kFFYFHA.2076@xxxxxxxxxxxxxxxxxxxxxxx
>> When you say "application root" you are referring to a web server virtual
>> directory, not a file system folder. So, it sounds to me like you're
>> confusing web server permissions with file system permissions.
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> .Net Developer
>> Sometimes you eat the elephant.
>> Sometimes the elephant eats you.
>>
>> "Diego F." <diegofrNO@xxxxxxxx> wrote in message
>> news:%23icDN8EYFHA.160@xxxxxxxxxxxxxxxxxxxxxxx
>>>
>>>> the
>>>> "project folder" the folder the app is trying to write a file to? If
>>>> not, you're barking up the wrong tree.
>>>
>>> I'm trying to create a file in the application root, that is in the
>>> project folder.
>>>
>>> --
>>> Regards,
>>>
>>> Diego F.
>>>
>>
>>
>
>


.