asp.net - MVC4 Mobile environment on xp -


i trying develop simple sample mobile web app using mvc4, provide small demo team. following machine config

os: windows xp vs: vs 2010 express emulator: android (i couldn't find windows7 emulator xp)

problem: android emulator needs (as far know) application hosted iis application when create virtual directory mvc4 , try access, simple throws 403 error, thats because (again far know) iis 5.1 doesn't know mvc4 request handling

question: how proceed in situation test application on latest mobile (of kind windows7, android or apple) emulator browser ?

i tried iis express, android emulator didn't it.

have tried mapping requests aspnet_isapi.dll?

see blog post instructions: http://itscommonsensestupid.blogspot.in/2008/11/deploy-aspnet-mvc-app-on-windows-xp-iis.html?m=1


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -