Ive created a database driven web app in visual studio that works great in visual studio. Ive stored the connection string in my web config file with the following code: localhost/sqlexpress ect ect....
Works great!!! Now how do i adjust the connection string to work on a remote server. I asked there tech support and all they did was provide me with an Ip address that is aparetnly suppose to point to my database that they had set up for me though a SQL srcipt that I had emailed them. also the name of the database which is MAYA08.
what is the proper syntax in order to make this work?
please help.
- Rick Pace