Click here to Skip to main content
15,916,692 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: AJAX Confirm Button Extender Pin
Sarfaraj Ahmed20-Nov-07 8:29
Sarfaraj Ahmed20-Nov-07 8:29 
AnswerRe: AJAX Confirm Button Extender Pin
SABhatti20-Nov-07 10:30
SABhatti20-Nov-07 10:30 
QuestionSettings is not a member of my Pin
JMUREKEZI20-Nov-07 4:58
JMUREKEZI20-Nov-07 4:58 
AnswerRe: Settings is not a member of my Pin
Not Active20-Nov-07 11:47
mentorNot Active20-Nov-07 11:47 
GeneralRe: Settings is not a member of my Pin
JMUREKEZI21-Nov-07 4:02
JMUREKEZI21-Nov-07 4:02 
QuestionExecute a SSIS package from aspx Pin
srinandan..20-Nov-07 4:04
srinandan..20-Nov-07 4:04 
AnswerRe: Execute a SSIS package from aspx Pin
Michael Sync20-Nov-07 4:52
Michael Sync20-Nov-07 4:52 
QuestionWebconfig + SQL Server 2003 Pin
Ibuprofen20-Nov-07 3:37
Ibuprofen20-Nov-07 3:37 
I tried using the Microsoft help, I am not really a decent programmer, the website we already have, is setup to function under an access database, we hired a SQL guy to bulid us the SQL tables we needed in SQL, trying to update the Webconfig to talk to the SQL server, I have failed at.


Is what I have tried to get my website to talk to the sql

<connectionStrings>
Line 17: <add name="DIMHRSDataCon" connectionString="Server=HOODNBOTC458827;Database=DIMHRS;Trusted_Connection=Yes;"/>
Line 18: </connectionStrings>


Here is our old webconfig file talking to the access database:

<appSettings>

<add key="DIMHRSDataCon" value='Provider=Microsoft.Jet.OLEDB.4.0;Password="";User ID=Admin;Data Source=C:\Projects\DIMHRS\Database\DIMHRS.mdb;'/>
<add key="DIMHRSTreeviewCon" value='Provider=Microsoft.Jet.OLEDB.4.0;Password="";User ID=Admin;Data Source=C:\Projects\DIMHRS\Database\PA.mdb;'/>



</appSettings>



Can anyone tell me how to setup my webconfig file? So I can work on the SQL server? Using Visual Studio 2003, .NET 1.1

AnswerRe: Webconfig + SQL Server 2003 Pin
Michael Sync20-Nov-07 4:43
Michael Sync20-Nov-07 4:43 
GeneralRe: Webconfig + SQL Server 2003 Pin
Ibuprofen21-Nov-07 4:26
Ibuprofen21-Nov-07 4:26 
QuestionReport Problem Pin
macca2420-Nov-07 3:30
macca2420-Nov-07 3:30 
AnswerRe: Report Problem Pin
Michael Sync20-Nov-07 4:54
Michael Sync20-Nov-07 4:54 
AnswerRe: Report Problem Pin
Gandalf_TheWhite20-Nov-07 18:19
professionalGandalf_TheWhite20-Nov-07 18:19 
GeneralRe: Report Problem Pin
macca2420-Nov-07 22:15
macca2420-Nov-07 22:15 
Questionjavascript problem in simulate tab menu???? Pin
mr.mohsen20-Nov-07 3:25
mr.mohsen20-Nov-07 3:25 
AnswerRe: javascript problem in simulate tab menu???? Pin
Michael Sync20-Nov-07 4:22
Michael Sync20-Nov-07 4:22 
Questiondelegates Pin
Sonia Gupta20-Nov-07 3:10
Sonia Gupta20-Nov-07 3:10 
AnswerRe: delegates Pin
N a v a n e e t h20-Nov-07 3:25
N a v a n e e t h20-Nov-07 3:25 
QuestionGridView Control Question Pin
kenexcelon20-Nov-07 3:03
kenexcelon20-Nov-07 3:03 
AnswerRe: GridView Control Question Pin
mr.mohsen20-Nov-07 3:33
mr.mohsen20-Nov-07 3:33 
QuestionAdd webservice request custom http header Pin
felopater20-Nov-07 2:30
felopater20-Nov-07 2:30 
QuestionDynamic generation of web pages in asp.net 2.0 Pin
ysunil_7420-Nov-07 2:19
ysunil_7420-Nov-07 2:19 
AnswerRe: Dynamic generation of web pages in asp.net 2.0 Pin
Deepak the Cool20-Nov-07 2:46
Deepak the Cool20-Nov-07 2:46 
Questionproblem with web controls Pin
accessred20-Nov-07 2:11
accessred20-Nov-07 2:11 
AnswerRe: problem with web controls Pin
SunithaNallana20-Nov-07 2:19
SunithaNallana20-Nov-07 2:19 

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.