asp.net core - Deploy MVC 6 app in IIS -
i'm using visual studio express 2015rc , created simple mvc 6 application, when try publish don't see option deploy iis, see options microsoft azure web app, import , file system, tried file system looks more creating stand alone applications launched console, now, when debugging can select iis express or web command, there no iis option, question is, how can deploy mvc6 web application created iis?
file system publish want; dnx applications stand-alone, whether asp.net 5 or console app.
when publish file system, few folders; wwwroot
(assuming kept default in project.json
) folder iis should point. web.config in folder generated automatically assuming keep else is.
for it's worth, official documentation here, once it's written. also, on stack overflow, asp.net 5 project hosting on iis has useful information, though looks it's bit out of date @ moment.
Comments
Post a Comment