I am working on a web application project and I am using Entity Framework to generate Model from existing database. I have deployed the project in my test environment which is windows 2003. I am sure that the connection string for my model is correct but I can’t see that the project is talking to database (checked in Event Viewer). Is that because the entity framework is only compatible with windows server 2008 and not with windows server 2003?
Share
You can run it on Windows Server 2003.
Entity Framework targets at most .NET framework 4.0, which is available on Windows Server 2003.
I’d suggest to check