Mulitple websites using the same code but different web.config files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aj Singh

    Mulitple websites using the same code but different web.config files

    I have mulitple websites using the same code but different web.config files. Is there a way where I can achieve not having multiple copies of the same code? so its easy to mantain?
    Thanks
  • Sfreak
    New Member
    • Mar 2010
    • 64

    #2
    You should use libraries. Encapsulate your code in a library (DLL) and import as a reference into your code.

    Hope this can help

    Fernando Mello

    Comment

    Working...