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. Regarding Deployment of application in Asp.net 2.0

Regarding Deployment of application in Asp.net 2.0

Scheduled Pinned Locked Moved ASP.NET
sysadmincsharpasp-netjson
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.
  • A Offline
    A Offline
    Aavesh Agarwal
    wrote on last edited by
    #1

    Hi all, Please Clear my Doubt abut this.... i want to know in asp.net2.0 we dont have any dll. when we deploy any application on server we just copy the aspx pages and rest of the folders including bin folder but in that bin folder we didn't find any dll of the project..and we know that for running a particular project we require dll then how the project run succesfully on server without dll... can anyone tell me i have done so much googling but didn't find the ans. Thanks in advance Thanks and Regards Aavesh Agarwal :rose:

    K S D 3 Replies Last reply
    0
    • A Aavesh Agarwal

      Hi all, Please Clear my Doubt abut this.... i want to know in asp.net2.0 we dont have any dll. when we deploy any application on server we just copy the aspx pages and rest of the folders including bin folder but in that bin folder we didn't find any dll of the project..and we know that for running a particular project we require dll then how the project run succesfully on server without dll... can anyone tell me i have done so much googling but didn't find the ans. Thanks in advance Thanks and Regards Aavesh Agarwal :rose:

      K Offline
      K Offline
      kubben
      wrote on last edited by
      #2

      It is very odd that you don't have any dlls in the bin directory. Did you build the asp.net site? The only time I can think of when you don't have dll is when you put all the code behind code in the aspx directly in script tags. This can cause performance issues. Ben

      1 Reply Last reply
      0
      • A Aavesh Agarwal

        Hi all, Please Clear my Doubt abut this.... i want to know in asp.net2.0 we dont have any dll. when we deploy any application on server we just copy the aspx pages and rest of the folders including bin folder but in that bin folder we didn't find any dll of the project..and we know that for running a particular project we require dll then how the project run succesfully on server without dll... can anyone tell me i have done so much googling but didn't find the ans. Thanks in advance Thanks and Regards Aavesh Agarwal :rose:

        S Offline
        S Offline
        Sandeep Kumar
        wrote on last edited by
        #3

        Hi...

        Aavesh Agarwal wrote:

        we didn't find any dll of the project..

        yes you will not see any dlls in bin folder because in 2.0 they came uo with a new compilation i.e., precompilation so with that the dlls will be placed in the following path C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files so if you want to deploy the code you copy all the dlls from this folder in to your bin folder and then deploy the application..... and one more new concept in 2.0 is "Publish Web site".

        Regards, Sandeep Kumar.V

        1 Reply Last reply
        0
        • A Aavesh Agarwal

          Hi all, Please Clear my Doubt abut this.... i want to know in asp.net2.0 we dont have any dll. when we deploy any application on server we just copy the aspx pages and rest of the folders including bin folder but in that bin folder we didn't find any dll of the project..and we know that for running a particular project we require dll then how the project run succesfully on server without dll... can anyone tell me i have done so much googling but didn't find the ans. Thanks in advance Thanks and Regards Aavesh Agarwal :rose:

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          ASP.NET compiles the .aspx files on-the-fly, when they're needed, not before hand. SO, you don't have any .DLL files to deploy. This is a huge change from the ASP.NET 1.1 model where you had to deploy the compiled .DLL files.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007

          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