All Projects → tshwangq → IISDeploy

tshwangq / IISDeploy

Licence: other
delopy asp.net website with github automatically

Programming Languages

Classic ASP
548 projects
C#
18002 projects

IISDeploy

Delopy asp.net website with github automatically

Here is the basic workflow:

  1. login into your server.

  2. install git.

  3. fork this into your server.

  4. config IIS, make sure the PostReceiveHook.ashx can be visit from internet.

  5. create a repository on github to hold the published/compiled web project files, such as dlls, views.

  6. setup webhook url in the github repo, point to (postreceivehook.ashx).

  7. clone this in your local computer and server

  8. Publish from vs to the local repo.

  9. commit & push to github

...

your site get updated :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].