Running the 64 bit version of IIS Express 8 RC with Visual Studio 2010

前端 未结 3 978
情歌与酒
情歌与酒 2020-12-30 13:12

I have a web app that uses the 64 bit version of SharpSvn, a managed DLL with an unmanaged dependency. It will not run in IIS Express 7.0. Switching to the 32 bit version of

3条回答
  •  感情败类
    2020-12-30 13:31

    I have been trying to do the same thing, but can't seem to find how to launch IIS Express in 64 bit mode.
    The only way that I can find to debug in 64 bit mode is the following:
    Start IIS Express as you have above (in 64 bit mode).
    In your Visual Studio project Properties, switch the servers to specify "Use Custom Web Server", and put in a url.
    Go to debug | Attach to process, and then select your running IISExpress instance.
    Place a breakpoint, and debug in 64 bit mode.
    Have fun,

提交回复
热议问题