0

I have a project that depends on the SigPlusNet 32 bit dll that I cannot upgrade. It has been suggested to me that it would work if I got IIS running in 32 bit mode but I have been running the Visual Studio Cassini webserver and cannot install IIS at this time.

I just need to run on my machine so that I can fix a few bugs. Can I run cassini in 32 bit mode?

George Mauer
  • 117,483
  • 131
  • 382
  • 612

1 Answers1

1

I was under the impression that Cassini was 32bit.

Have you tried using IIS Express ?

Chuck Conway
  • 16,287
  • 11
  • 58
  • 101
  • Trying to figure out how to enable it at the moment – George Mauer May 15 '12 at 16:42
  • And you are also completely correct that cassini does seem to be 32 bit. Well darn... – George Mauer May 15 '12 at 16:46
  • @GeorgeMauer - First, install VS SP1, that will have an option to enable IIS Express if it's installed. Second, Install IIS Express via the download on the webpage. http://www.microsoft.com/web/gallery/install.aspx?appid=IISExpress – Erik Funkenbusch May 15 '12 at 16:47