asp.net mvc 2 - Deploying MVC2 to IIS5 or 6 -
i have whatever version of iis comes 2003 think. in > says
internet information services (iis) manager microsoft corporation snap-in administers microsoft internet information services (iis) thats all.
i've installed .net framework 4.0 , mvc2 on server.
tried , got directory listing denied error.
i added wildcard trick c:\windows\microsoft.net\framework\v4.0.30319\aspnet_isapi.dll in executable , unchecked verify files.
now 404 - @ point in time got server error saying app targeting 4.0... not sure went. think closest have been.
if point of having server error complains 4.0, how tell iis target 4.0?
everything have read says change in asp.net tab. don't have asp.net tab!
thanks in advance...
(ive doing iisreset after make changes.)
deploying iis 6 royal pita. took me 2 solid days running.
these sites found helpful:
http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx
some sites mention need add wildcard mapping. not think need more.
also sure enable asp.net 4.0 web services extensions section of inetmgr.
Comments
Post a Comment