I’am developing a web application with VS2010 Entity Framework and SQL Server Express.
This application will be deploiyed in a server with SQL Server 2008 (not express)
It is possible?
What changes (if needed) i need to do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is possible.
You just need to change your connectionstring to point to the new database.
SQL Express has some limitations to do with performance and scalability (SQL Server Express supports 1 physical processor, 1 GB memory, and 4 GB storage(10GB in 2010 version)) but none in terms of how you utilise it in your app.