0

I need to build an application that is using ASP NET MVC3 and try to connecting to SQL Server Enterprise Server. Could i make it? Because I don't have SQL Server Compact Edition installed and my boss want it to use SQL Server Enterprise Edition. Thx

  • Did you try to use `Database Explorer/Add Connection`? – Pablo Claus Aug 02 '12 at 11:24
  • I've tried to connect in my web.config – indigomike7 Aug 02 '12 at 12:44
  • Your connection string point to a localhost. You want to connect to a remote server. `` Try to connect to the server using the wizard. (In my example I'm using windows authentication) – Pablo Claus Aug 02 '12 at 12:55
  • I use SQL Server Developer Edition. My Boss want me to connect to SQL Server not SQL Server Express. Could I use DAL? – indigomike7 Aug 02 '12 at 13:51
  • In my last comment I put the example that I'm using to connect my web application to my production's server (SQL Server Enterprise edition). What did you do so far? Did you migrate you database to production's server? – Pablo Claus Aug 02 '12 at 14:09
  • Thx all. I've succeded connecting to sql server enterprise / developer edition. I made the folder APPCODE not APP_CODE cause it's not working. APP_CODE run or is executed after the MVC. Just the Namespace playing. Enjoy your coding. – indigomike7 Aug 03 '12 at 03:56

0 Answers0