How to run a Asp.net Project partly on Internet and partly on intranet?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anjanmaity
    New Member
    • Sep 2007
    • 1

    How to run a Asp.net Project partly on Internet and partly on intranet?

    Please help me if it is possible.
    I am working on a asp.net2.0(c#) project. I want that the admin section of my project will be run through internet whereas the frontend will be run in the intranet.
    Please give me reply if any one can.
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    #2
    You will have separate servers hosting your code correct? Just put the Admin dll and associated pages and controls on the server that connects via the internet and the other dll, pages, and controls for your Intranet application on the web servers that host your Intranet.

    Nathan

    Comment

    Working...