Asp.net vNext early beta publish to IIS in windows server -
how can publish asp.net vnext application , have tried deploy file system,
1) why in published file system approot has source code
2) have ftp files in wwwwroot iis website folder still not working
do need install on iis7., windows server 2012
first, asp.net vnext near primetime. should absolutely not using production code. questions:
why in published file system approot has source code
one of main selling points of vnext compile in memory features of rosalyn. source code published, because there no pre-compilation more. it's more scripting languages php, ruby, etc. now, can make change source , instantly see changes.
i have ftp files in wwwwroot iis website folder still not working
because still preview, iis 8 (which what's running in windows server 2012, not iis 7), cannot support site published. have use command-line tool
kpm
pack application, builds old-school mvc application. see first section of https://github.com/aspnet/home/wiki/ftp-deploy-an-aspnet-vnext-application-to-microsoft-azure-websites.
Comments
Post a Comment