Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 582 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 582 Bytes

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 :)