you will have to change your connection string
Code:
Data Source=insertServerIpAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;
Data Source=insertServerIpAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;
label1.Text=Request.QueryString.Get("test")
Leave a comment: