Can't get IIS Express 8 beta to run website as 64-bit process

后端 未结 10 2286
南方客
南方客 2020-11-27 03:08

on x64 Windows 7 I am trying to get hello world MVC 3 website running as 64-bit process (so Environment.Is64BitProcess returns true on a page) using IIS Express 8 latest bet

10条回答
  •  无人及你
    2020-11-27 03:51

    Simple possibility is just to set IIS x64 as starting program for the WEB project :

    Project Properties -> Web -> Start Action - > Start Program : c:\Program Files\IIS Express\iisexpress.exe command arguments: /path:{yourProjectPath} /port:{yourPort}

提交回复
热议问题