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. Sharing ASP.NET MVC applications [modified]

Sharing ASP.NET MVC applications [modified]

Scheduled Pinned Locked Moved ASP.NET
asp-netquestioncsharpcomarchitecture
4 Posts 2 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.
  • C Offline
    C Offline
    Chandrashekar Reddy 0
    wrote on last edited by
    #1

    Hi, Like everybody else on this planet, I am currently working on a blogging engine using ASP.NET MVC :laugh: . I am planning to make this open source under GPL, with a requirement that people already have ASP.NET 3.5 already installed on their machines. Let us say that they do not already have ASP.NET MVC installed (on a shared host) But, since the application uses MVC, I would want to include the following references in the bin directory, * System.Web.Mvc * System.Web.Routing * System.Web.Abstractions (Source: http://haacked.com/archive/2008/11/03/bin-deploy-aspnetmvc.aspx[^]) My question is, Is it perfectly legal for me to include these DLLs in the bin directory when sharing the application? Thanks, Chandra

    modified on Wednesday, August 26, 2009 10:50 PM

    N 1 Reply Last reply
    0
    • C Chandrashekar Reddy 0

      Hi, Like everybody else on this planet, I am currently working on a blogging engine using ASP.NET MVC :laugh: . I am planning to make this open source under GPL, with a requirement that people already have ASP.NET 3.5 already installed on their machines. Let us say that they do not already have ASP.NET MVC installed (on a shared host) But, since the application uses MVC, I would want to include the following references in the bin directory, * System.Web.Mvc * System.Web.Routing * System.Web.Abstractions (Source: http://haacked.com/archive/2008/11/03/bin-deploy-aspnetmvc.aspx[^]) My question is, Is it perfectly legal for me to include these DLLs in the bin directory when sharing the application? Thanks, Chandra

      modified on Wednesday, August 26, 2009 10:50 PM

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      These will be available with everyone when they install ASP.NET MVC extensions. You don't have to supply those again. In fact, you don't have to supply any DLL you use. Just provide the source and build instructions. So people can build it and create the assemblies. :)

      Navaneeth How to use google | Ask smart questions

      C 1 Reply Last reply
      0
      • N N a v a n e e t h

        These will be available with everyone when they install ASP.NET MVC extensions. You don't have to supply those again. In fact, you don't have to supply any DLL you use. Just provide the source and build instructions. So people can build it and create the assemblies. :)

        Navaneeth How to use google | Ask smart questions

        C Offline
        C Offline
        Chandrashekar Reddy 0
        wrote on last edited by
        #3

        Thanks Navaneeth, I guess I can then add this to the requirement list. That people have ASP.NET MVC extensions installed and ready. That seems to be the best way. Have a good day :)

        N 1 Reply Last reply
        0
        • C Chandrashekar Reddy 0

          Thanks Navaneeth, I guess I can then add this to the requirement list. That people have ASP.NET MVC extensions installed and ready. That seems to be the best way. Have a good day :)

          N Offline
          N Offline
          N a v a n e e t h
          wrote on last edited by
          #4

          Yes. That'd be the obvious way. Good day to you too.

          Navaneeth How to use google | Ask smart questions

          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