Honestly this should be simple but it has not been. I had IIS6 and was able to do it just fine. What I want is a Forward slash page that points to a single file
ie: www.website.com/Forum
The reason for this is that it is more convienent than having people type: www.website.com/Forum.aspx
This file resides in the same directory as the parent Default.aspx webpage.
This was entirely possible in IIS6 to create Virtual Directories that linked to specific files. It DOES NOT seem to be possible in IIS7. When I create an Application or Virtual Directory with the same path as the website and change the Default Document to point to a specific file. THIS CHANGES THE DEFAULT DOCUMENT GLOBALLY FOR THE ENTIRE WEBSITE.
ie if I created an application and pointed it to Forum.aspx, the homepage of my website would now be pointing to Forum.aspx.
I hope this is clear because it is very frustrating. Is there a way to create a forward slash path with a file in the same directory??? I do not want to put the file in a subfolder because it is tied to masterpages and images with relative paths. Also, please do not tell me to post in another forum, I just need a straight forward answer. Thank you for your help!