Morgoth
03-01-2003, 04:10 AM
whammy, I am not sure if I should post this in here, but anyone that uses IIS probibly uses ASP, and I might get a reply from them here, if you think differently, you can move the post over into the computer issues forum.
In side of IIS, if I create a virtual directory, is there a way I might be able to make it so that, when I user types http://site.com/VirDir/FOLDER/
(and I have the propertise set, so that, when I type in http://site.com/VirDir/ it will not redirect me, but show the contents of another folder), it will only display the default page for the default folder?
So in other words, if I go to:
http://site.com/VirDir/
I will see the default page.
If I go to:
http://site.com/VirDir/Folder/
(not just "folder", but anything else) It will display the default image still.
So it's almost like I want to create a wildcard after /VirDir/ so it doesn't accually do anything, but directed it back to :
http://site.com/VirDir/
Anyone understand what I need? Could I do this using ASP, or Global.asa?
In side of IIS, if I create a virtual directory, is there a way I might be able to make it so that, when I user types http://site.com/VirDir/FOLDER/
(and I have the propertise set, so that, when I type in http://site.com/VirDir/ it will not redirect me, but show the contents of another folder), it will only display the default page for the default folder?
So in other words, if I go to:
http://site.com/VirDir/
I will see the default page.
If I go to:
http://site.com/VirDir/Folder/
(not just "folder", but anything else) It will display the default image still.
So it's almost like I want to create a wildcard after /VirDir/ so it doesn't accually do anything, but directed it back to :
http://site.com/VirDir/
Anyone understand what I need? Could I do this using ASP, or Global.asa?