deploying asp.net mvc4 app with EF 5.0 -
i pretty new asp.net mvc development. have developed asp.net mvc4 app targeting .net 4.0 , using ef 5.0 database connection. want deploy app in windows 2008 server iis 7.5. things need make sure installed in server application work properly?
thanks!
only two: .net 4.0 , optionally mvc 4. can avoid installing mvc 4 if include binaries in deployment package.
ef5 standard .net 4.0 , sure have reference it, needed binaries in deployment package
Comments
Post a Comment