vote up 10 vote down star
7

OK, deploying ASP.NET MVC seems to be painful. I want to deploy my ASP.NET MVC application on Windows XP ( IIS5.1), but can't seem to find how to do it. When I type the application name into the Internet Browser address bar I got a "website not available" message.

There are workarounds for IIS 6.0, but what about IIS5.1?

flag

49% accept rate

3 Answers

vote up 10 vote down check

Here's what I found out and what worked for me: Deploy ASP.NET MVC App on Windows XP (IIS 5.1)

Edit:

For the latest release of ASP.NET MVC, replace .mvc with a wildcard .* Extension textbox in the Add/Edit Application Extension mapping.

link|flag
vote up 3 vote down

You need to add a wildcard mapping in IIS 5. In IIS 6 you have a specific section to add wildcard mappings. In IIS 5 you map the extension .* and you select your asp.net ISAPI dll. If the "Ok" button is not clickable, click in the textbox of the dll path and it should then be clickable (don't ask, this happens to me all the time).

link|flag
and what if its still grayed out when I click on the textbox ?? – Marcom May 29 at 11:25
It is a bug on IIS 5.1. Workaround: After browsing for the asp.net ISAPI dll, click in the file text box to expand the full path, this will activate the OK button. – Schalk Versteeg Jun 30 at 12:30
this deserves a +10 for the grayed out "OK" trick – Darko Z Nov 24 at 2:43
vote up 1 vote down

The same process (using Ionic rewriter) which works for 6.0 works for us on 5.x. What do you see in the Windows App Event log? And the IIS server log? Have you tried a rewriter?

link|flag

Your Answer

Get an OpenID
or

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