Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a 64-bit build of IIS express 7.5?

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 ...

like image 627
Jalal El-Shaer Avatar asked Sep 08 '11 09:09

Jalal El-Shaer


People also ask

What is the latest version of IIS Express?

The most current version of the product is IIS 7.5 Express. Most of you will want to use IIS Express with a web authoring tool that provides an integrated experience. IIS Express is automatically included with WebMatrix, a new and complete tool that greatly simplifies web development.

What version of IIS is on Windows Server 2022?

Windows Server 2022 natively supports HTTP/3 with Internet Information Services (IIS).


2 Answers

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

http://www.microsoft.com/en-us/download/details.aspx?id=34679

like image 102
Tom Robinson Avatar answered Oct 01 '22 12:10

Tom Robinson


It's now here iisexpress_8_0_RTM_x64_en-US.msi -

http://www.microsoft.com/en-us/download/details.aspx?id=34679

like image 30
78lro Avatar answered Oct 01 '22 11:10

78lro