we are in the middle of setting up a website and one of the developers has asked me a question im a little but stuck on.
basically we have a website that a user can visit and create there own "virtual" subfolder group.
so for instance, you would visit www.mydomain.com/index.aspx and signup a free account. At the end of this process this would give you a URL to your new website.
www.mydomain.com/yourwebsite/index.aspx
now the "yourwebsite" folder is done using URL rewritting from the asp.net application, it never exists on the website ever. my problem is that if the user decides to visit
www.mydomain.com/yourwebsite/ they get a 404 Page Not Found error, is there a way within IIS7 to resolve this, as in my eyes the behaviour is correct as the folder does not exist so IIS cannot find it to display the contents of it.
any advice would be appreciated.
Kris