Hi,
I have two questions:
1. How can I redirect users (to a particular URL) if they try to access files in a particular directory with in the IIS site? e.g Look at sophos site:
http://www.sophos.com/downloads/product ... l/angz.exe
You try to access the above exe (Antivirus software) from their site by typing in the above URL in your browser then you get redirected to their home page. However If you register with them and then download after filling in the registration form then it let's you download it. I would like to know how this is configured so that I can provide the same feature on my site.
2. I would like to embed a flash file in one of html pages so that users can view that flash file if they access the html page. However I don't want users to download this flash file by directly typing the URL.
e.g: If html is available at: http://www.domainname.com/test.htm
and I embed flash file in this html page using <embed src="http://www.domainname/flash/flash.swf"> tag.
What rights do I need to set on flash directory so that all files in that directory can't be accessed directly using client browser (by typing http://www,domainname.com/flash/flash.swf) but indirectly via html page on domainname site?
Is this possible?
Thanks


