installing webapplication using web setup project

Last post 07-05-2009 4:20 AM by adeelehsan. 1 replies.

Sort Posts:

  • installing webapplication using web setup project

    07-04-2009, 2:51 AM
    • Member
      19 point Member
    • srm2009
    • Member since 06-13-2009, 6:46 AM
    • Posts 40

     when is the bin folder used while installing web application using web setup project?

    I tried installing my website on localhost.but the bin folder is empty.when exactly it is used.Theoritically all .cs file  gets compiled in to .dll and should be in Bin folder.Can anybody clearify what exactly happens on production server.

  • Re: installing webapplication using web setup project

    07-05-2009, 4:20 AM
    Answer
    • Member
      549 point Member
    • adeelehsan
    • Member since 07-18-2005, 6:56 AM
    • UAE
    • Posts 94

    Hello

    In realtime deployment, we first of all publish our website or web application at the local path. This will generate all the web pages and .dll that can be deployed on the production. All these dlls have to be placed inside the bin folder of the production web application and web pages have to be placed at WWWRoot.

    Similarly all the 3rd party controls or our own layer dlls are also copied in the bin folder of the production web application.

    Please Mark AS Answer if it helped.
    Regards
    ADEEL EHSAN
Page 1 of 1 (2 items)