Search Results

1
vote

What Url rewriter do you use for ASP.Net?

I just installed Helicon's ISAPI Rewrite 3. Works exactly like htaccess. I'm diggin it so far. …
0
votes

How do I secure a folder used to let users upload files?

You'll have to grant write permissions, but you can check the file's mime type to ensure an image. You can use FSO as so: set fs=Server.CreateObject("Scripting.FileSystemObject") s …