asp.net mvc 4 - Windows Server 2003 64bit IIS 6.0 Service Unavailable -
i created mvc 4 web api , ran configurations running, error mentioned above.
the event log says running 2 version of .net
i have enabled 32 bit applications on server
this proof of .net 4 registration:

this error getting:


the setup above error:

clicking on configure above screen:

clicking on edit:

if change wildcard mapping dll follwing

i error, can see says running version 2 of .net not true according first screenshot, have tried iisreset not avail:

the wild card mappings used clean url's when using mvc 4 web api.
this setup in iis:

can maybe guide me solution this?
edit:
these resources initial setup did:
http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx
http://johan.driessen.se/posts/getting-an-asp.net-4-application-to-work-on-iis6
basically iis has framework 4 registered using framework 2 when try , load api.
Comments
Post a Comment