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. ASP.Net 2.0 web application Implementation on server

ASP.Net 2.0 web application Implementation on server

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminwindows-adminhelp
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.
  • D Offline
    D Offline
    DineshSharma
    wrote on last edited by
    #1

    Hi frends I have developed my web application by using ASP.net 2.0 but not getting the idea to implement this on server ..... as we do in asp.net 1.1 create dll file and put it into bin folder keep all the .aspx files in folder and upload on to web server..... but in ASP.net 2.0 i am unable to create the DLL file and configure to IIS also... anybody can help....... Dinesh Sharma

    L M 2 Replies Last reply
    0
    • D DineshSharma

      Hi frends I have developed my web application by using ASP.net 2.0 but not getting the idea to implement this on server ..... as we do in asp.net 1.1 create dll file and put it into bin folder keep all the .aspx files in folder and upload on to web server..... but in ASP.net 2.0 i am unable to create the DLL file and configure to IIS also... anybody can help....... Dinesh Sharma

      L Offline
      L Offline
      l0kke
      wrote on last edited by
      #2

      Web application contains folder App_Code, which contains files to be compiled (no need of dll, just put these files in this folder). Note that only files placed in this folder are compiled. If you need to reference dll, then add reference to it as in .NET 1.1, right click your project, add reference... it will create bin folder with referenced dll. Another idea is to create instalation package which do dirty work for you. Or check this [url] Visual Studio 2005 Web Deployment Projects [/url] -- modified at 12:15 Friday 23rd June, 2006

      1 Reply Last reply
      0
      • D DineshSharma

        Hi frends I have developed my web application by using ASP.net 2.0 but not getting the idea to implement this on server ..... as we do in asp.net 1.1 create dll file and put it into bin folder keep all the .aspx files in folder and upload on to web server..... but in ASP.net 2.0 i am unable to create the DLL file and configure to IIS also... anybody can help....... Dinesh Sharma

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

        You can see my post[^] right below.

        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