This demontrates how to write and deploy a simple website extension.
- Clone this repository.
- Run
build.cmd
from the \FileCounterMVC directory. This will build and copy your application to the \artifacts directory. - Upload extension to your website under D:\home\SiteExtensions\filecountermvc, using the Kudu Debug Console.
- Restart your site. You may use Portal to do so.
- You can now access this simple extension via
<scm-url>/filecounter
.
- Clone this repository.
- Go to the FileCounterMVC directory
- Run
build.cmd
. - Go to the ..\artifacts directory and run 'nuget pack FileCounterMVC.nuspec -outputdirectory ..\ -nopackageanalysis'
- This will create a nupkg file under the root of the repository