Forum Moderators: open

Message Too Old, No Replies

Running two .net 2 websites on one IIS instance

Can this be done?

         

Jimmy Turnip

12:38 pm on Aug 3, 2007 (gmt 0)

10+ Year Member



Someone has written me a widget for my website in .net 2 but the project is a website one (where all the code-behinds and code has to be uploaded from the App_Code folder) whereas the rest of my site is a website application (where all the code compiles to a dll).

Can anyone think of a way I can get both of these to run simultaneously in one IIS instance without merging the projects?

ceestand

1:49 pm on Aug 3, 2007 (gmt 0)

10+ Year Member



Are you (or could you be) accessing the widget via http, rather than having it included in the IIS site? If so, I don't know that it would work, but you could look into setting a Host Header for the widget site and accessing it from the first site absolutely.

Jimmy Turnip

3:03 pm on Aug 3, 2007 (gmt 0)

10+ Year Member



I'm not sure how I would go about doing that. Can you elaborate?