I need to know if there is a way to have .net 2.0 web site and classic ASP web site under the same domain name. .Net 2.0 web site is for public use while classic ASP is used for admin purposes. Both sites don't need to share session. In fact they do not share nothing at all. I need to know if there's some trouble for installing them together.
I'm thinking to install .NET site in the domain root folder and classic ASP in a different virtual directory. Is it a good idea ?
Thanks in advanced
Jordi