Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Integration of multiple ASP.NET applications

Integration of multiple ASP.NET applications

Scheduled Pinned Locked Moved ASP.NET
questioncsharpcssasp-netdesign
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nzurita
    wrote on last edited by
    #1

    Hello, I need to design a method of integration of several independent applications, this integration means: * have a common layout, css * have a common header, footer and menu * have a unifiyed login method Some of theses applications are "big", so I guess joining and compiling is not a good idea. The alternative I'm thinking of is creating a MasterPage or custom control which draws header, menu and implements access security. Then, modify ALL pages in every applicaion to be "child" of this MasterPage or include this control. How do you like this solution? Is there a better one? What is better, MasterPage or Custom Control? Thak you

    J P B 3 Replies Last reply
    0
    • N nzurita

      Hello, I need to design a method of integration of several independent applications, this integration means: * have a common layout, css * have a common header, footer and menu * have a unifiyed login method Some of theses applications are "big", so I guess joining and compiling is not a good idea. The alternative I'm thinking of is creating a MasterPage or custom control which draws header, menu and implements access security. Then, modify ALL pages in every applicaion to be "child" of this MasterPage or include this control. How do you like this solution? Is there a better one? What is better, MasterPage or Custom Control? Thak you

      J Offline
      J Offline
      John ph
      wrote on last edited by
      #2

      I think you should do some research on SSO, REST, WCF and take whichever is suitable for integration. Offcourse you need to use Master pages, custom control, User control and CSS whereever required in you Master Project.

      - Regards -
         J O N


      A good thing is a bad thing if it keeps you from the best thing. - Dr. Adrian Rogers


      1 Reply Last reply
      0
      • N nzurita

        Hello, I need to design a method of integration of several independent applications, this integration means: * have a common layout, css * have a common header, footer and menu * have a unifiyed login method Some of theses applications are "big", so I guess joining and compiling is not a good idea. The alternative I'm thinking of is creating a MasterPage or custom control which draws header, menu and implements access security. Then, modify ALL pages in every applicaion to be "child" of this MasterPage or include this control. How do you like this solution? Is there a better one? What is better, MasterPage or Custom Control? Thak you

        P Offline
        P Offline
        Prasanta_Prince
        wrote on last edited by
        #3

        Master Page can be good idea.

        1 Reply Last reply
        0
        • N nzurita

          Hello, I need to design a method of integration of several independent applications, this integration means: * have a common layout, css * have a common header, footer and menu * have a unifiyed login method Some of theses applications are "big", so I guess joining and compiling is not a good idea. The alternative I'm thinking of is creating a MasterPage or custom control which draws header, menu and implements access security. Then, modify ALL pages in every applicaion to be "child" of this MasterPage or include this control. How do you like this solution? Is there a better one? What is better, MasterPage or Custom Control? Thak you

          B Offline
          B Offline
          Brad Tumer
          wrote on last edited by
          #4

          Do the other apps use master pages, and, if so, can you have their master pages inherit from your new master page?

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups