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. Compilation in VWD 2008

Compilation in VWD 2008

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

    how do i compile my project to create bin folder files. Actully i want to know what are all files required for a website to get it displayed on internet...?

    I 1 Reply Last reply
    0
    • S sacheesach

      how do i compile my project to create bin folder files. Actully i want to know what are all files required for a website to get it displayed on internet...?

      I Offline
      I Offline
      Illegal Operation
      wrote on last edited by
      #2

      All the files you need to deploy a website are the .ASPX files and of course the .dll. Along with this you need all the image files you used. You do not need the resource files as they are compiled into the dll.

      Illegal Operation Making Computer Software Talk

      S 1 Reply Last reply
      0
      • I Illegal Operation

        All the files you need to deploy a website are the .ASPX files and of course the .dll. Along with this you need all the image files you used. You do not need the resource files as they are compiled into the dll.

        Illegal Operation Making Computer Software Talk

        S Offline
        S Offline
        sacheesach
        wrote on last edited by
        #3

        Thanks for the reply. But now can u tell me how to get that .dll files. as im not getting it in visual Web developer 2008. Whether it support making .dll or not..?

        I 1 Reply Last reply
        0
        • S sacheesach

          Thanks for the reply. But now can u tell me how to get that .dll files. as im not getting it in visual Web developer 2008. Whether it support making .dll or not..?

          I Offline
          I Offline
          Illegal Operation
          wrote on last edited by
          #4

          Sorry! Here is a more acurate statement. Website projets do not create a single DLL. By default, each page file has it's own DLL and the names are random. You can tell it to create a reproduceable name for each DLL, and using a website deployment project, you can tell it to create one dll, named whatever you want it to be

          Illegal Operation Making Computer Software Talk

          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