Click here to Skip to main content
16,004,969 members
Home / Discussions / Database
   

Database

 
GeneralRe: Connection Pooling nightmare - Timeout Expired Pin
Guy Harwood8-Dec-06 13:25
Guy Harwood8-Dec-06 13:25 
GeneralRe: Connection Pooling nightmare - Timeout Expired Pin
S Douglas10-Dec-06 23:44
professionalS Douglas10-Dec-06 23:44 
GeneralRe: Connection Pooling nightmare - Timeout Expired Pin
Guy Harwood12-Dec-06 2:02
Guy Harwood12-Dec-06 2:02 
GeneralRe: Connection Pooling nightmare - Timeout Expired Pin
S Douglas12-Dec-06 2:12
professionalS Douglas12-Dec-06 2:12 
Questionerror 8624 ? Pin
alexrad8-Dec-06 8:48
alexrad8-Dec-06 8:48 
AnswerRe: error 8624 ? Pin
Colin Angus Mackay8-Dec-06 13:02
Colin Angus Mackay8-Dec-06 13:02 
AnswerRe: error 8624 ? Pin
albCode10-Dec-06 10:09
albCode10-Dec-06 10:09 
Questionms sql 2005 connection string and db file upload Pin
ullk8-Dec-06 8:45
ullk8-Dec-06 8:45 
Need support....

I d'like to copy a file aspnetdb.mdf (ms sql 2005 db) created with microsoft visual web developer 2005 to my websites host. I have already a website copied with asp 2.0 sites to my host without problems.
But now it is the first time that i try to copy a ms sql 2005 db. The aspnetdb.mdf works fine on my local PC. Now the provider told me, that i have to create a db Login in his Control Panel for accessing sql 2005 server.

I have to define a Login user name and a password. And later a sql 2005 db.

My Problem: Why should i create an new sql 2005 db on the host server. I d'like to transfer my local sql 2005 db (microsoft visual web developer 2005) to the host?

What changes are necessary in the web.config:
The definition on my local pc:
<connectionStrings>
<add name="ASPNETDBConnectionString1" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\ASPNETDB.MDF;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/>
</connectionStrings>

Do I have to add a user id and a password?
What connection string is necessary to access to my host sql server?

Do you know some recommended tutorials? I could not see a solution in the following video:
http://www.asp.net/learn/videos/view.aspx?tabid=63&id=5

Thanks a lot for your support.

You see -- I am a beginner....


Best regards
ullk
AnswerRe: ms sql 2005 connection string and db file upload Pin
Colin Angus Mackay8-Dec-06 13:01
Colin Angus Mackay8-Dec-06 13:01 
QuestionUpdating many rows with ADO.net Pin
Drathmar8-Dec-06 5:46
Drathmar8-Dec-06 5:46 
QuestionHow to get 3rd Highest salary Pin
karam chandrabose8-Dec-06 5:33
karam chandrabose8-Dec-06 5:33 
AnswerRe: How to get 3rd Highest salary Pin
Parwej Ahamad8-Dec-06 5:50
professionalParwej Ahamad8-Dec-06 5:50 
AnswerRe: How to get 3rd Highest salary Pin
ednrgc8-Dec-06 8:49
ednrgc8-Dec-06 8:49 
GeneralRe: How to get 3rd Highest salary Pin
Pete O'Hanlon8-Dec-06 9:37
mvePete O'Hanlon8-Dec-06 9:37 
GeneralRe: How to get 3rd Highest salary Pin
Guy Harwood12-Dec-06 2:03
Guy Harwood12-Dec-06 2:03 
QuestionPopulating datas from Sql db to CSV file Pin
vijay_838-Dec-06 4:19
vijay_838-Dec-06 4:19 
AnswerRe: Populating datas from Sql db to CSV file Pin
Colin Angus Mackay8-Dec-06 4:31
Colin Angus Mackay8-Dec-06 4:31 
AnswerRe: Populating datas from Sql db to CSV file Pin
karam chandrabose8-Dec-06 5:19
karam chandrabose8-Dec-06 5:19 
QuestionProblem with stored procedure.... Pin
Kasic Slobodan8-Dec-06 1:47
Kasic Slobodan8-Dec-06 1:47 
AnswerRe: Problem with stored procedure.... Pin
Colin Angus Mackay8-Dec-06 4:32
Colin Angus Mackay8-Dec-06 4:32 
GeneralRe: Problem with stored procedure.... Pin
Kasic Slobodan8-Dec-06 5:19
Kasic Slobodan8-Dec-06 5:19 
GeneralRe: Problem with stored procedure.... Pin
Colin Angus Mackay8-Dec-06 5:57
Colin Angus Mackay8-Dec-06 5:57 
GeneralRe: Problem with stored procedure.... Pin
Kasic Slobodan8-Dec-06 9:44
Kasic Slobodan8-Dec-06 9:44 
AnswerRe: Problem with stored procedure.... Pin
karam chandrabose8-Dec-06 5:31
karam chandrabose8-Dec-06 5:31 
GeneralRe: Problem with stored procedure.... Pin
Kasic Slobodan8-Dec-06 5:44
Kasic Slobodan8-Dec-06 5:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.