locked
how to deploy the project complete to server on iis on remote machine RRS feed

  • Question

  • User120278387 posted

    When ever i install project via setup deployment pkg or via publish all any option.

    One thing i am noticing after install is on the server where ever i installed. the code behind files are useless. on the deployed site/server. even though i see a code behind file over there, but the iis or complier is no way using those code behind files.

    i remove any code within code behind file on the installed machine, the project still runs, that is clear it is using the dll which it compiled under BIN folder. that has all info. of the web application.

    How can i take all my project files, without using any deployment or publish logic manually pick all files and create a web application site on IIS on remote server is it possible?

    Thanks a lot for the helpful info.

    Sunday, May 31, 2015 2:45 PM

Answers

  • User-166373564 posted

    Hi cplusplus1,

    Welcome to asp.net forum.

    How can i take all my project files, without using any deployment or publish logic manually pick all files and create a web application site on IIS on remote server is it possible?

    According to my experience, I don't have proper method to do that. In this situation, you need upload your files to remote server first, generally I use FTP Publishing, see: Adding FTP Publishing to a Web Site in IIS 7 

    hope it helps.

    Regards,

    Angie

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, June 3, 2015 10:00 AM