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. difference between website and web application

difference between website and web application

Scheduled Pinned Locked Moved ASP.NET
question
3 Posts 3 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.
  • M Offline
    M Offline
    md_azy
    wrote on last edited by
    #1

    Hi , What is the difference between website and web application ? Thanks in advance Azeez.

    A 1 Reply Last reply
    0
    • M md_azy

      Hi , What is the difference between website and web application ? Thanks in advance Azeez.

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      The main difference of Website and Web application is : Websites generally deploy source codes in the server if you publish it. Thus VStudio will not compile the total code to produce dll, rather it will place the files in the server with source code. Any change can be easily made in the production server without redeploying the entire project. Web applications on the other hand produces an assembly for all the pages and deploys it to the server. :cool:

      Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


      My Latest Articles-->** Simplify Code Using NDepend
      Basics of Bing Search API using .NET
      Microsoft Bing MAP using Javascript

      P 1 Reply Last reply
      0
      • A Abhishek Sur

        The main difference of Website and Web application is : Websites generally deploy source codes in the server if you publish it. Thus VStudio will not compile the total code to produce dll, rather it will place the files in the server with source code. Any change can be easily made in the production server without redeploying the entire project. Web applications on the other hand produces an assembly for all the pages and deploys it to the server. :cool:

        Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


        My Latest Articles-->** Simplify Code Using NDepend
        Basics of Bing Search API using .NET
        Microsoft Bing MAP using Javascript

        P Offline
        P Offline
        Paulo Zemek
        wrote on last edited by
        #3

        There are more differences. In one case, a friend of many was working with MasterPages and Master-MasterPages. In Web Application, FormC can access FormB, FormA and so on easily. You can't do the same in Web Sites. Web Sites have the advantage only of being able to be loaded "partially" (as each form can be loaded independently).

        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