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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Deploying Asp.net 2.0 application

Deploying Asp.net 2.0 application

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netvisual-studiosysadmintutorial
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.
  • S Offline
    S Offline
    store_cold
    wrote on last edited by
    #1

    :confused: Hello, I have been using vs 2002, 2003 till now. But now onwards i will be using vs 2005 so i just want to know one thing that, in vs 2002, 2003 i used to just copy the bin folder and the aspx page for deploying the site to the server, but can anybody tell me that where is the project's dll file is created and how to deploy the site as i was doing earlier, i dont know that what actually Build > publish web site will do it there is no dll files ? its urgent. store_cold

    A M 2 Replies Last reply
    0
    • S store_cold

      :confused: Hello, I have been using vs 2002, 2003 till now. But now onwards i will be using vs 2005 so i just want to know one thing that, in vs 2002, 2003 i used to just copy the bin folder and the aspx page for deploying the site to the server, but can anybody tell me that where is the project's dll file is created and how to deploy the site as i was doing earlier, i dont know that what actually Build > publish web site will do it there is no dll files ? its urgent. store_cold

      A Offline
      A Offline
      Al Ortega
      wrote on last edited by
      #2

      It depends on how you have your build configured the best way (in terms of performance) is to precompile everything: c:\winnt\microsoft.net\framework\v2.0.50727\aspnet_compiler -p -v / It compiles your site all into dll's (except of course images, txt files etc) and all your dll's will be in the bin folder.

      1 Reply Last reply
      0
      • S store_cold

        :confused: Hello, I have been using vs 2002, 2003 till now. But now onwards i will be using vs 2005 so i just want to know one thing that, in vs 2002, 2003 i used to just copy the bin folder and the aspx page for deploying the site to the server, but can anybody tell me that where is the project's dll file is created and how to deploy the site as i was doing earlier, i dont know that what actually Build > publish web site will do it there is no dll files ? its urgent. store_cold

        M Offline
        M Offline
        minhpc_bk
        wrote on last edited by
        #3

        Hi there, In the ASP.NET 2.0, you are much more flexible in choosing one of several available options to deploy your application. For more information, you can follow the links: http://msdn2.microsoft.com/en-us/library(d=robot)/ms178610.aspx[^] http://msdn.microsoft.com/library/default.asp?url=/msdnmag/issues/06/01/ExtremeASPNET/toc.asp[^] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/aspnet_merge_exe.asp[^]

        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