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:

cmd

this error getting:

error 1

event viewer

the setup above error:

website properties

clicking on configure above screen:

application configuration

clicking on edit:

when choosing version 4 isapi

if change wildcard mapping dll follwing

when choosing version 2 isapi

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

error2

the wild card mappings used clean url's when using mvc 4 web api.

this setup in iis:

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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -