J
John Haycock
Hi All
I've managed to create a virtual directory on the fly but I want it to
redirect to a url.
If you are doing it manually you just go to the properties of the folder
click on the "redirection to a url" radio button and then type the url you
want it to point at in the textbox.
Is there a way to set this up in code. You can set other properties like:
oVirDir.Properties["AccessRead"][0] = true;
oVirDir.Properties["AccessExecute"][0] = true;
Does anyone know of a property to redirect to a url?
Thanks in advance
John
I've managed to create a virtual directory on the fly but I want it to
redirect to a url.
If you are doing it manually you just go to the properties of the folder
click on the "redirection to a url" radio button and then type the url you
want it to point at in the textbox.
Is there a way to set this up in code. You can set other properties like:
oVirDir.Properties["AccessRead"][0] = true;
oVirDir.Properties["AccessExecute"][0] = true;
Does anyone know of a property to redirect to a url?
Thanks in advance
John