Ask a Question related to ASP.NET Security, Design and Development.
-
thibaut #1
Programmatically change iis rights
Hi,
Is it possible to programmatically (c# aspnet) change IIS
rights on a file or a directory (allow write access on
xml files, deny download for databases,...) ?
Thanks for your help
thibaut Guest
-
Programmatically change width of texbox?
I thought this would be straightforward but it's not. How do I programmatically reduce the width of a textbox by 20 pixels, say? TextBox1.Width =... -
Change Ownership and security rights all at once?
Is there a resource kit tool or a third party utility that I can use to do ownership and ACL rights all at once? I have a 700 GB directory that I... -
password change causes loss of rights
We are running a NT 4.0 netwrok and have begun to have problems with changing passowrds. When a user changes their password for the network on an... -
How do I change the DataGrid column order programmatically?
I use a single datagrid to load several different types of data depending upon some user driven criteria. The AutoGenerateColumns property for the... -
How to change access rights of USB drive ?
Hi, I have managed to mount an external USB drive from instructions I googled. I can read/write etc. when I am root, but when I try as a normal... -
Daniel Fisher\(lennybacon\) #2
Re: Programmatically change iis rights
You can change read, write and execute permissions programmatically for iis.
You can also set a dummy scriptmap for mdf and mdf files. But it's a bit
difficult, cause the access to the DirectoryEntry requires FullTrust.
Daniel
"thibaut" <anonymous@discussions.microsoft.com> wrote in message
news:0e4901c53a7f$5dea4920$a501280a@phx.gbl...> Hi,
>
> Is it possible to programmatically (c# aspnet) change IIS
> rights on a file or a directory (allow write access on
> xml files, deny download for databases,...) ?
>
> Thanks for your help
Daniel Fisher\(lennybacon\) Guest



Reply With Quote

