Multiple Projects in one Solution (URGENT PLEASE HELP!!!!!)

S

Siddhartha Jain

Guys,
I have one large application which I want to divide into two projects
(say ProjectA and ProjectB). What I want is that every page on
ProjectB should go to its immediate root instead of going to the
website's root and Project A should go to the websites root. Is there
any way in IIS or dotnet to do this? Or if you know about any software
which will help me to trick IIS to do this.

Thanks in advance
-Siddhartha
 
G

Guest

The first bit is easy to do, all you have to do is create one project (probably projectA) and then create a new project, but when it prompts you for the project details you want to pick the option Add to solution. This will then create one solution file that you can then use to open the project(s) and have everything available for you. Unfortunatly I don't know how to create a web application that sits on the website root, but if you work it out then I'd love to know. Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top