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. Deploying Web Application

Deploying Web Application

Scheduled Pinned Locked Moved ASP.NET
helpquestionwindows-admintutorialworkspace
4 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.
  • G Offline
    G Offline
    graced88
    wrote on last edited by
    #1

    Hi, I tried publishing my website via the publish option when I right click my web app, it only created the PrecompiledWeb folder... And i dont know what it does, it just contained my files and a new dll file. What is this for?? Anyway, I also tried doing the Web application setup but there was an error. I just installed IIS so that my Setup.exe can run.. It says the installation is incomplete.. Can anyone help me on how to deploy or create a setup for Web Application? Thanks!

    B N 2 Replies Last reply
    0
    • G graced88

      Hi, I tried publishing my website via the publish option when I right click my web app, it only created the PrecompiledWeb folder... And i dont know what it does, it just contained my files and a new dll file. What is this for?? Anyway, I also tried doing the Web application setup but there was an error. I just installed IIS so that my Setup.exe can run.. It says the installation is incomplete.. Can anyone help me on how to deploy or create a setup for Web Application? Thanks!

      B Offline
      B Offline
      Brij
      wrote on last edited by
      #2

      when we publish a website,it creates dll for all the layers and C# paghes.In UI layer it keeps the aspx pages that are linked with dlls.After publishing you need to do just deploy it at IIS.Create a virtual directory for it. if you want ot make a setup you can do all this by C#(ie creating virtual directory and setting the properties.

      Cheers!! Brij

      modified on Wednesday, November 12, 2008 12:22 AM

      1 Reply Last reply
      0
      • G graced88

        Hi, I tried publishing my website via the publish option when I right click my web app, it only created the PrecompiledWeb folder... And i dont know what it does, it just contained my files and a new dll file. What is this for?? Anyway, I also tried doing the Web application setup but there was an error. I just installed IIS so that my Setup.exe can run.. It says the installation is incomplete.. Can anyone help me on how to deploy or create a setup for Web Application? Thanks!

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #3

        graced88 wrote:

        it just contained my files and a new dll file. What is this for??

        When you deploy you website with precompiled option, your .cs files will be compilled into dll's. ASPX files will have a reference to this DLL's. Are you not seeing any ASPX files inside that directory? Then probably you are doing something wrong. Check this[^]

        Navaneeth How to use google | Ask smart questions

        G 1 Reply Last reply
        0
        • N N a v a n e e t h

          graced88 wrote:

          it just contained my files and a new dll file. What is this for??

          When you deploy you website with precompiled option, your .cs files will be compilled into dll's. ASPX files will have a reference to this DLL's. Are you not seeing any ASPX files inside that directory? Then probably you are doing something wrong. Check this[^]

          Navaneeth How to use google | Ask smart questions

          G Offline
          G Offline
          graced88
          wrote on last edited by
          #4

          Hmm ok.. stupid question, how will i put it in my IIS?...:confused: My PrecompiledWeb folder has my aspx files and the bin folder which has the dll. I need the Web Setup Application for this, right? I would like to have a Setup.exe for this so that I can run my Web Application installed on other PCs.. But when I try to add a project output, the only selection is "Content Files".

          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