c# - Why does my MVC 4 Project Partially Run on Production IIS 7 Server -


we have asp.net mvc 4 project containing number of controllers, models , views.

on our development server windows standard 2008 (x64) project deployed/published , runs fine.

however, when try publish project our live production server running windows web 2008 x64 mvc pages appear partially load, when try make calls controller appears failing.

it difficult me give more information, since don't know trap error or how diagnose problem.

any received.

try 1 of these depending on .net framework version:

%windir%\microsoft.net\framework\v4.0.30319\aspnet_regiis.exe -i %windir%\microsoft.net\framework64\v4.0.30319\aspnet_regiis.exe -i 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -