views:

65

answers:

1

in visual studio i have my code point to a sql server mdf file (in the APP_DATA folder). and i keep having to syncronize this local data to my server.

is there anyway in visual studio i can just give it the connection string to my real server so i can debug directly against my server.

i know this may be a bit slower but it also might be easier as it eliminates going back and forth.

+2  A: 

Sure, just change the connection string to point to your server

Rowland Shaw