Click here to Skip to main content
15,910,234 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is Asp.net MVC4 comaptable IIS6 and WindowsServer 2003? If comaptable how host MVC4 in IIS6 and WindowsServer 2003.
My Another problem
After binding the model in the controler i am accessing data in the view it is working fine in my local system but when port to into Server view not able to get data an another proble i initialize a ViewData["Employeecode"]="00018306" like this and accessing that data in the view like <input type="hidden" name="EmployeeCode" id="EmployeeCode" value="@ViewData["EmployeeCode"]" /> it is working in my local system but not working it into server after hosting .My System Configuration is window-7 IIS7.5 64 bit,Server Configuration Windowserver-2003 IIS6 please solve me sir i am facing very critial situation plesase help me as soon as possible i am waiting for your answer
Posted

1 solution

I run MVC4 sites on my local machine with windows xp using IIS 5.1 all I had to do is add the 4.0 framework make sure the virtual directory is targeting the right framework. So I am pretty sure that you can run them in windows server 2003.

Your other problem

You you should run your site in your local IIS server (not visual studio) and remote attach to the process to step though the code to see that things are working correctly.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900