i have a dbml-file which I use for my linq to SQL. As i never learned it better, I use the server-explorer from visual studio, insert my database-information there and drag and drop the tables from the db to the dbml file. The first time I did this i got asked if I want to save every information in the file itself and agree...
So the connection string is with "mysite.com/SQLEXPRESS".
Now I ask myself 2 things:
1) is there any known problem with the safe in file-option suggested by VS?
2) Is this slow, because when I publish my site on mysite.com, does asp.net route the database-connection outsite the LAN and then inside again, beacuse I use the domain here, instead of using localhost/SQLEPXRESS?