asp.net mvc - How can I deploy MVC App on IIS 5.1? -
I want to implement an MVC application on IIS 5.1. I am using MVC2. How can I go about doing this? Does it seem a bit tricky?
Relationship, Caps
You must add wildcard mapping
- Right-click on the virtual directory and select Properties.
- On the
Virtual Directory
tab,Configuration
. - On the first tab, add the hit.
- Browse ASP.NET ISAPI.
- Type
. *
for - uncheck
check that file
. - Click OK.
Comments
Post a Comment