Hi,
Due to an upgrade i have to redirect user's connecting to a download link to a different link on the same server with a different virtual directory. This redirection should be transparent to the user.
I created a HttpHandler to do this, but it doesn't redirect to a different virtual directory link. I get a "You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed." error. Is there a way to make this work?
Any help is appreciated.
Thank you
Due to an upgrade i have to redirect user's connecting to a download link to a different link on the same server with a different virtual directory. This redirection should be transparent to the user.
I created a HttpHandler to do this, but it doesn't redirect to a different virtual directory link. I get a "You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed." error. Is there a way to make this work?
Any help is appreciated.
Thank you