How to utilize WebDev.WebServer.exe (VS Web Server) in x64?

后端 未结 4 1744
情书的邮戳
情书的邮戳 2021-01-01 17:57

Visual Studio is x86 until at least the 2010 release comes around update: this is still an issue in VS2010, there is no native 64bit Cassini support.

相关标签:
4条回答
  • 2021-01-01 18:12

    Two ideas:

    1. Cobble something together with XSP from the Mono project.
    2. Test in a totally 32bit environment, deploy to a 64bit environment.
    0 讨论(0)
  • 2021-01-01 18:19

    You could try to compile a 64-bit Cassini from source.

    0 讨论(0)
  • 2021-01-01 18:28

    Even you are using 64-bit environment, temporary refer 32-bit dlls in Visual studio (or manual copy it in BIN folder) so that you can debug it. Keep in mind, every time you compile the code it will re-copy the 64-bit assemblies in BIN folder.

    0 讨论(0)
  • 2021-01-01 18:35

    Use IIS on your local machine.

    0 讨论(0)
提交回复
热议问题