The documentation at http://learn.iis.net/page.aspx/1010/iis-75-express-readme/ says that:

Both 32-bit and 64-bit systems are supported, however only a 32-bit build of IIS 7.5 Express exists.

Why is this limitation there? are there any plans to get a 64-bit build?

I'm getting a lot of OOME using the 32-bit express on my test machine ... how were are supposed to simulate running on the real IIS, if the test server is so limited ...

link|improve this question

The docs are quite clear. Any answer would only be speculative. – spender Sep 8 '11 at 9:05
1  
Might push the iis-express team to produce the much needed 64-bit build. – jalchr Sep 8 '11 at 12:38
What's wrong with real IIS? I can't think why you'd need to simulate something that already exists. Does it not run on your Windows version? – spender Sep 8 '11 at 12:57
@spender ... nothing is wrong with the real IIS ... why did microsoft created an express edition ? To use it for development, right? And in development you want to simulate everything ... makes sense ? – jalchr Sep 13 '11 at 9:55
I use full IIS for development. It's easy and you know that it's going to work in production. I worry that using subtly different product for dev might sting me later. – spender Sep 13 '11 at 10:00
show 1 more comment
feedback

2 Answers

up vote 5 down vote accepted

IIS Express 8.0 has 64-bit support. At the time of writing it's in beta.

http://learn.iis.net/page.aspx/1266/iis-80-express-beta-readme/

link|improve this answer
Wonderful news ... at last something helpful – jalchr Mar 7 at 11:58
feedback

As of the date of this answer, there is no 64-bit build for IIS express. We all hope this changes sometime soon in the future.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.