Skip to content

tshwangq/IISDeploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

delopy asp.net website with github automatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published