G
Guest
hii all,
im new on ASP.Net and working on a website project now. im using Visual
Studio.Net 2005(c#.net) and SQL Server 2005.
i made a connection to database from Default.aspx, and my connection
string is
myConnection = new SqlConnection("server =(local); uid =sa;
password=bilsekbiz; database=KIMLIK");
its working on my local server.
i have tryied to send my project to internet to try if it is working or
not, i have sent my project files with CuteFTP
but i realized that i dont know where i ll put my databse on internet.
what must i do to be able to make it working on internet ???
Thanks for now....
im new on ASP.Net and working on a website project now. im using Visual
Studio.Net 2005(c#.net) and SQL Server 2005.
i made a connection to database from Default.aspx, and my connection
string is
myConnection = new SqlConnection("server =(local); uid =sa;
password=bilsekbiz; database=KIMLIK");
its working on my local server.
i have tryied to send my project to internet to try if it is working or
not, i have sent my project files with CuteFTP
but i realized that i dont know where i ll put my databse on internet.
what must i do to be able to make it working on internet ???
Thanks for now....