Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 2f7c186

Browse files
author
Suhas Joshi
committed
Adding necesary files for IIS hosting
1 parent 0815681 commit 2f7c186

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

samples/CookieSample/project.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"dependencies": {
33
"Microsoft.AspNet.Security.Cookies": "1.0.0-*",
44
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
5+
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
56
"Kestrel": "1.0.0-*"
67
},
78
"commands": {
@@ -13,5 +14,6 @@
1314
},
1415
"aspnetcore50": {
1516
}
16-
}
17+
},
18+
"webroot":"wwwroot"
1719
}

samples/CookieSample/wwwroot/.gitkeep

Whitespace-only changes.

samples/CookieSessionSample/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"Microsoft.AspNet.Security.Cookies": "1.0.0-*",
44
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
55
"Microsoft.Framework.Cache.Memory": "1.0.0-*",
6-
"Kestrel": "1.0.0-*"
6+
"Kestrel": "1.0.0-*",
7+
"Microsoft.AspNet.Server.IIS": "1.0.0-*"
78
},
89
"commands": {
910
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345",
@@ -12,5 +13,6 @@
1213
"frameworks": {
1314
"aspnet50": { },
1415
"aspnetcore50": { }
15-
}
16+
},
17+
"webroot": "wwwroot"
1618
}

samples/CookieSessionSample/wwwroot/.gitkeep

Whitespace-only changes.

samples/SocialSample/wwwroot/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)