diff --git a/samples/SessionSample/project.json b/samples/SessionSample/project.json
index cb4378380e..a75d821039 100644
--- a/samples/SessionSample/project.json
+++ b/samples/SessionSample/project.json
@@ -17,5 +17,14 @@
],
"frameworks": {
"net451": {}
+ },
+ "tools": {
+ "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
+ "version": "1.0.0-*",
+ "imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
+ }
+ },
+ "scripts": {
+ "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
}
}
\ No newline at end of file
diff --git a/samples/SessionSample/web.config b/samples/SessionSample/web.config
index f1dc29a792..f7ac679334 100644
--- a/samples/SessionSample/web.config
+++ b/samples/SessionSample/web.config
@@ -4,6 +4,6 @@
-
+
\ No newline at end of file