Unplanned
Last Updated: 23 Apr 2014 05:55 by ADMIN
ADMIN
Cody
Created on: 27 Nov 2013 02:12
Type: Bug Report
0
Setting LocalWebServer to AspNetDevelopmentServer40 will launch the 2.0 server instead
This code should cause the 4.0 ASP.NET development server to launch instead of the 2.0 ASP.NET development server. No matter which enumeration you use, it will always launch the 2.0 ASP.NET development server:
settings.Web.LocalWebServer = LocalWebServerType.AspNetDevelopmentServer40;

A sample test to repro the problem is attached.
Attached Files:
0 comments