I am having trouble running my ASP.NET5 from command line under IISExpress. My current command line setup (thanks to this answer) looks like so > iisexpress.exe /config:"[project_dir].vs\config\applicationhost.config" > /site:"WebUI" /apppool:"Clr4IntegratedAppPool" Note that running the project from within VS2015 works fine. When I run the command above, IISExpress starts up, it [...] read more
* OS: Windows 10 Pro x64 14393.187 * PC: Asus M51AC-FR034S * Hardware: Intel Core i7 4770S; Asus GTX 760; 16GB DDR3 1333MHz * Storage: 1TB HDD; 240GB SSD (Samsung 850 Evo) After 35 days of uptime, fearing what would happen if I rebooted my computer (I've got problems with [...] read more
I had an ASP.NET Core application that I just went in an upgraded to 1.1. This application worked fine previously and I could publish it (through Publish Command in Visual Studio) and it worked fine under IIS. I recent changed this be 1.1 and got the application to run in [...] read more