Click here to Skip to main content
15,913,055 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow ??? Pin
HoldMe29-May-02 17:07
HoldMe29-May-02 17:07 
AnswerRe: How ??? Pin
JC Gauthier30-May-02 5:39
JC Gauthier30-May-02 5:39 
GeneralThis should be tricky Pin
estebanf29-May-02 9:09
estebanf29-May-02 9:09 
GeneralRe: This should be tricky Pin
David Stone3-Jun-02 7:01
sitebuilderDavid Stone3-Jun-02 7:01 
GeneralConnection string Pin
Not Active29-May-02 8:04
mentorNot Active29-May-02 8:04 
GeneralRe: Connection string Pin
Mauricio Ritter29-May-02 12:18
Mauricio Ritter29-May-02 12:18 
GeneralRe: Connection string Pin
Not Active29-May-02 14:08
mentorNot Active29-May-02 14:08 
GeneralRe: Connection string Pin
Todd Smith5-Jun-02 13:52
Todd Smith5-Jun-02 13:52 
I use a system DSN in web.config

<appSettings>
<add key="DsnMyDB" value="Provider=MySQLProv;Data Source='DSN=MyDB'" />
</appSettings>

and then access it from code with

ConfigurationSettings.AppSettings["DsnMyDB"];



<b>Todd Smith</b>
GeneralLittle Exclamation Points Pin
Jamie Nordmeyer29-May-02 6:47
Jamie Nordmeyer29-May-02 6:47 
GeneralTemplate Driven Website Using ASP Pin
mrhsean28-May-02 18:53
mrhsean28-May-02 18:53 
GeneralRe: Template Driven Website Using ASP Pin
Paul Watson29-May-02 0:44
sitebuilderPaul Watson29-May-02 0:44 
GeneralFrontpage Pin
HoldMe28-May-02 5:31
HoldMe28-May-02 5:31 
Generalsorry for my interrupt! Pin
tiaozi28-May-02 3:04
tiaozi28-May-02 3:04 
GeneralRe: sorry for my interrupt! Pin
Michael P Butler28-May-02 3:08
Michael P Butler28-May-02 3:08 
GeneralThis forum Pin
27-May-02 23:31
suss27-May-02 23:31 
GeneralRe: This forum Pin
tiaozi28-May-02 3:09
tiaozi28-May-02 3:09 
GeneralRe: This forum Pin
Michael P Butler28-May-02 3:42
Michael P Butler28-May-02 3:42 
GeneralRe: This forum Pin
29-May-02 1:44
suss29-May-02 1:44 
GeneralPassword textbox Pin
Not Active27-May-02 12:00
mentorNot Active27-May-02 12:00 
GeneralRe: Password textbox Pin
Philip Patrick27-May-02 21:03
professionalPhilip Patrick27-May-02 21:03 
GeneralRe: Password textbox Pin
Not Active28-May-02 2:51
mentorNot Active28-May-02 2:51 
GeneralWriting Application Mappings for new file types on a ASP.NET server Pin
Domenic Denicola27-May-02 6:12
Domenic Denicola27-May-02 6:12 
GeneralRe: Writing Application Mappings for new file types on a ASP.NET server Pin
Richard Deeming7-Jun-02 0:36
mveRichard Deeming7-Jun-02 0:36 
GeneralRe: Writing Application Mappings for new file types on a ASP.NET server Pin
Domenic Denicola7-Jun-02 3:24
Domenic Denicola7-Jun-02 3:24 
GeneralRe: Writing Application Mappings for new file types on a ASP.NET server Pin
Richard Deeming9-Jun-02 22:53
mveRichard Deeming9-Jun-02 22:53 

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.