. dot net:
dnvm install latest -r coreclr -arch x64
1.0.0-beta7 coreclr x64
global.json sdk -
{
"projects": [ "src", "test" ],
"sdk": {
"version": "1.0.0-beta7"
}
}
[Exception: Unexpected application failure. Status code '-2147024894'.]
. , IIS .
project.json AspNet.Server 1.0.0-beta7
{
"webroot": "wwwroot",
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.Server.IIS": "1.0.0-beta7",
"Microsoft.AspNet.Server.WebListener": "1.0.0-beta7"
},
"commands": {
"web": "Microsoft.AspNet.Hosting --config hosting.ini"
},
"frameworks": {
"dnxcore50": { }
},
"publishExclude": [
"node_modules",
"bower_components",
"**.xproj",
"**.user",
"**.vspscc"
],
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
]
}
iis .
, VS2015 ASP.NET 5 IIS Express <path_to_solution>\.vs\config\applicationhost.config althouhg, - , .
, wwwroot, , , -, .