Click here to Skip to main content
15,902,832 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to GET GridView DataSource value? Pin
Pradipta Basu8-Dec-06 9:11
Pradipta Basu8-Dec-06 9:11 
AnswerRe: How to GET GridView DataSource value? Pin
Matt Ridley8-Dec-06 9:52
Matt Ridley8-Dec-06 9:52 
GeneralRe: How to GET GridView DataSource value? Pin
vicky4578-Dec-06 10:20
vicky4578-Dec-06 10:20 
AnswerHowever ... Pin
vicky4578-Dec-06 10:24
vicky4578-Dec-06 10:24 
GeneralRe: However ... Pin
indianet8-Dec-06 11:09
indianet8-Dec-06 11:09 
GeneralBasically what I want to do is Pin
vicky4578-Dec-06 12:54
vicky4578-Dec-06 12:54 
GeneralRe: However ... Pin
ednrgc11-Dec-06 1:39
ednrgc11-Dec-06 1:39 
Questionms sql 2005 connection string and db file upload Pin
ullk8-Dec-06 8:11
ullk8-Dec-06 8:11 
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
indianet8-Dec-06 11:14
indianet8-Dec-06 11:14 
QuestionPositional Flat File Question Pin
Jonathan Snyder8-Dec-06 5:18
Jonathan Snyder8-Dec-06 5:18 
AnswerRe: Positional Flat File Question Pin
ednrgc8-Dec-06 6:07
ednrgc8-Dec-06 6:07 
GeneralRe: Positional Flat File Question Pin
Jonathan Snyder8-Dec-06 7:23
Jonathan Snyder8-Dec-06 7:23 
GeneralRe: Positional Flat File Question Pin
ednrgc8-Dec-06 7:25
ednrgc8-Dec-06 7:25 
GeneralRe: Positional Flat File Question Pin
Jonathan Snyder8-Dec-06 8:32
Jonathan Snyder8-Dec-06 8:32 
GeneralRe: Positional Flat File Question Pin
ednrgc8-Dec-06 8:35
ednrgc8-Dec-06 8:35 
GeneralRe: Positional Flat File Question Pin
Jonathan Snyder8-Dec-06 8:40
Jonathan Snyder8-Dec-06 8:40 
GeneralRe: Positional Flat File Question Pin
ednrgc8-Dec-06 8:46
ednrgc8-Dec-06 8:46 
GeneralRe: Positional Flat File Question Pin
Jonathan Snyder8-Dec-06 8:52
Jonathan Snyder8-Dec-06 8:52 
GeneralRe: Positional Flat File Question Pin
ednrgc8-Dec-06 9:02
ednrgc8-Dec-06 9:02 
GeneralRe: Positional Flat File Question Pin
Jonathan Snyder8-Dec-06 9:36
Jonathan Snyder8-Dec-06 9:36 
GeneralRe: Positional Flat File Question Pin
ednrgc11-Dec-06 1:53
ednrgc11-Dec-06 1:53 
GeneralRe: Positional Flat File Question Pin
Jonathan Snyder11-Dec-06 6:46
Jonathan Snyder11-Dec-06 6:46 
GeneralRe: Positional Flat File Question Pin
ednrgc11-Dec-06 6:49
ednrgc11-Dec-06 6:49 
GeneralRe: Positional Flat File Question Pin
Jonathan Snyder11-Dec-06 7:05
Jonathan Snyder11-Dec-06 7:05 
QuestionCustom Validation Pin
Jonathan Snyder15-Dec-06 5:28
Jonathan Snyder15-Dec-06 5:28 

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.