I have a situation I need to redirect a vdir to another file
or directory
Once I redirect the vdir to http url that seems to be working
fine, but the redirection to file or directory is not working.
Is there a components or something that is missing ?
Working scenario
appcmd.exe set config "Default Web Site/test3"
-sect
ion:system.webServer/httpRedirect /enabled:true
/destination:"http://www.yahoo.c
om"
Not working
appcmd.exe set config "Default Web Site/test3"
-sect
ion:system.webServer/httpRedirect /enabled:true
/destination:"c:\sales\prod.txt
"