If I have created my Web Application on my PC using command and connection objects (dragging them onto the forms from the Server Explorer window) how do I make it work when I deploy the application (and presumably the dB) to the Host server? The connection
objects all refer to my PC not the server the app will eventually end up on? I guess my question is general. Where do I find out how to deploy a SQL Server/ASP.NET app to a server.....? Thanks
Hi,
I had this problem before, but i can deploy my SQL Server database to host now, just run enterprise manager and register new SqlServer,...
after this you must login server with username and pascode that host provides for u, then you can import your local database to host and see your database in host as you see your local databases in your computer ( In Enterprise Manager )
-------------------
but i have new problem
after i exported my DataBase From my local computer to host, all tables and views have exported, but
my tables Realations dosent exported and i have'not any realation in my database, and i can't create new realation , when i want to do this i get an error!!1
sheed
Member
5 Points
1 Post
Deploying to a host server
Jan 20, 2005 01:48 PM|LINK
trmusic
Member
158 Points
39 Posts
Re: Deploying to a host server
Jul 19, 2005 03:02 PM|LINK
I had this problem before, but i can deploy my SQL Server database to host now, just run enterprise manager and register new SqlServer,...
after this you must login server with username and pascode that host provides for u, then you can import your local database to host and see your database in host as you see your local databases in your computer ( In Enterprise Manager )
-------------------
but i have new problem
after i exported my DataBase From my local computer to host, all tables and views have exported, but my tables Realations dosent exported and i have'not any realation in my database, and i can't create new realation , when i want to do this i get an error!!1
plz help me i you can!