Tagged Questions
0
votes
0answers
73 views
Losing write access on Windows Server 2008 R2 - UAC?
We recently completed a migration of our SQL Server from SBS 2003 (& SQL 2003) over to Win Server 2008 R2 & SQL Server 2008. Our system is a little screwy currently - Our AD DC is still the ...
0
votes
1answer
70 views
Create read-only user on Collabnet Edge SVN
How can I create a read-only user (for access from another websvn server) on a Collabnet Edge SVN server? I do have a level of administrative rights through the web interface as well as direct server ...
1
vote
2answers
488 views
Is it safe to make the wwwroot folder writeable?
I am trying to use IIS7 web server. I found out that I cannot edit (or create) files in this directory. The reason for that is that this directory has read-only permissions. I could change this ...
1
vote
2answers
554 views
Deny Stored Procedure Data Modification by User Security
I want an easy way to make a read-only user on my database. The user should have permission to execute stored procedures only if they don't modify data. I don't want to figure out which stored ...