Is Visual Studio 2010 WebDev WebServer (Cassini) 64-bit compatible?

感情迁移 提交于 2019-11-28 08:04:31

Full source code for a direct replacement for VS2008/2010 dev servers is available at http://cassinidev.codeplex.com. You can compile to x64 to support your requirements.

32 bit IDE and related things make it easier to develop.

When you start to test and deploy further, such as x64, IIS is a better choice.

Here is x64 built version of cassini web server (only binaries for VS2008 and VS2010).

I just went to http://cassinidev.codeplex.com/, and built the source code in x64 mode.

Resulting binaries worked for me, when I replace them as stated here: http://cassinidev.codeplex.com/wikipage?title=Visual%20Studio%202008%2f2010%20Development%20server%20drop-in%20replacement&referringTitle=Documentation

You can download binaries here: https://sites.google.com/site/csharpstuff1/CassiniDevx64.zip?attredirects=0&d=1

Looks like this guy took a similar approach to using Reflector and re-compiling as 64 bit: http://codeka.com/blogs/index.php/2007/06/18/64_bit_webdev_webserver_exe

I haven't found anything that suggests the story will be different in VS2010, but fingers crossed.

There's a third-party product called UltiDev Cassini that advertises a 64bit version. It's free and redistributable; that may solve your needs.

Information here: http://ultidev.com/Products/Cassini/CassiniDevGuide.htm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!