I have a web application that I create that works great on my computer. I have an account with 1and1, so I uploaded the database and the files.
I am also using Linq to SQL, so I have a dbml file. But, everytime I run a function that needs the database, I get a file not found error.
I have doubts that it has to do something with Web.config file. This is the snippet for the connection part
<add name="dbEntities" connectionString="metadata=res://*/common.dbModel.csdl|res://*/common.dbModel.ssdl|res://*/common.dbModel.msl;provider=System.Data.SqlClient;provider connection string="Data Source=****.net,1433;Initial Catalog=db****;Persist Security Info=True;User ID=dbo*****;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" />
<add name="dbRxReliefConnectionString" connectionString="Data Source=*****.net,1433;Initial Catalog=db*****;Persist Security Info=True;User ID=dbo******;Password=*******" providerName="System.Data.SqlClient" />