Tagged Questions
1
vote
1answer
1k views
prevent IIS from executing scripts in a specific directory
I have a php web application that allows file uploads to a specific directory.
I would like to prevent the execution of any file that is uploaded into that directory whether it is ASP, PHP, or ...
1
vote
1answer
54 views
How can a website survive an untrusted environment?
Let's say I have an internal website that holds pretty important data (well, contest strategies for stuff like FIRST), which I am bound to host on a Windows server with literally no security. I can't ...