Click here to Skip to main content
15,882,163 members
Home / Discussions / C#
   

C#

 
GeneralRe: Modal window Pin
OriginalGriff20-Jan-11 8:29
mveOriginalGriff20-Jan-11 8:29 
GeneralRe: Modal window Pin
Paladin200020-Jan-11 8:41
Paladin200020-Jan-11 8:41 
GeneralRe: Modal window Pin
OriginalGriff21-Jan-11 1:30
mveOriginalGriff21-Jan-11 1:30 
GeneralRe: Modal window Pin
Paladin200021-Jan-11 3:18
Paladin200021-Jan-11 3:18 
GeneralRe: Modal window Pin
OriginalGriff21-Jan-11 5:12
mveOriginalGriff21-Jan-11 5:12 
AnswerRe: Modal window Pin
RaviRanjanKr23-Jan-11 17:50
professionalRaviRanjanKr23-Jan-11 17:50 
QuestionIncrease Execution time for Sp in webconfig for time out problem Pin
Mugdha_Aditya19-Jan-11 23:06
Mugdha_Aditya19-Jan-11 23:06 
AnswerRe: Increase Execution time for Sp in webconfig for time out problem Pin
TweakBird19-Jan-11 23:52
TweakBird19-Jan-11 23:52 
Use <connectionstrings> in Web.Config like this

XML
<connectionStrings>
    
<add name="TestConnectionString" connectionString="Data Source=Test_XXXX;Initial Catalog=DB_Name;Integrated Security=True; Connection Timeout=200;" providerName="System.Data.SqlClient"/>
  
 </connectionStrings>



Go through this link, You can get good idea about connection strings.
connectionstrings[^]

P.S: Check why that procedure taking two much time (10 minutes).

Happy Coding Smile | :)
Regards,
Eswar

GeneralRe: Increase Execution time for Sp in webconfig for time out problem Pin
Mugdha_Aditya19-Jan-11 23:56
Mugdha_Aditya19-Jan-11 23:56 
GeneralRe: Increase Execution time for Sp in webconfig for time out problem Pin
TweakBird20-Jan-11 0:57
TweakBird20-Jan-11 0:57 
GeneralRe: Increase Execution time for Sp in webconfig for time out problem Pin
Mugdha_Aditya20-Jan-11 1:40
Mugdha_Aditya20-Jan-11 1:40 
AnswerRe: Increase Execution time for Sp in webconfig for time out problem Pin
#realJSOP20-Jan-11 2:25
mve#realJSOP20-Jan-11 2:25 
GeneralRe: Increase Execution time for Sp in webconfig for time out problem Pin
Mugdha_Aditya20-Jan-11 2:52
Mugdha_Aditya20-Jan-11 2:52 
GeneralRe: Increase Execution time for Sp in webconfig for time out problem Pin
Dave Kreskowiak20-Jan-11 4:49
mveDave Kreskowiak20-Jan-11 4:49 
AnswerRe: Increase Execution time for Sp in webconfig for time out problem Pin
Dave Kreskowiak20-Jan-11 4:48
mveDave Kreskowiak20-Jan-11 4:48 
AnswerRe: Increase Execution time for Sp in webconfig for time out problem Pin
Mahendra Vishwakarma23-Jan-11 18:48
Mahendra Vishwakarma23-Jan-11 18:48 
QuestionMake ,windows application contents available and save online Pin
varun.g19-Jan-11 19:45
varun.g19-Jan-11 19:45 
AnswerRe: Make ,windows application contents available and save online Pin
Richard MacCutchan19-Jan-11 21:44
mveRichard MacCutchan19-Jan-11 21:44 
GeneralRe: Make ,windows application contents available and save online Pin
varun.g19-Jan-11 22:04
varun.g19-Jan-11 22:04 
GeneralRe: Make ,windows application contents available and save online Pin
Richard MacCutchan20-Jan-11 1:29
mveRichard MacCutchan20-Jan-11 1:29 
GeneralRe: Make ,windows application contents available and save online Pin
fjdiewornncalwe20-Jan-11 3:39
professionalfjdiewornncalwe20-Jan-11 3:39 
GeneralRe: Make ,windows application contents available and save online Pin
varun.g21-Jan-11 18:54
varun.g21-Jan-11 18:54 
QuestionHellp!!. problem with loading wsdl into VS2008 (C#) Pin
henry hanqing19-Jan-11 17:55
henry hanqing19-Jan-11 17:55 
AnswerRe: Hellp!!. problem with loading wsdl into VS2008 (C#) Pin
Abhinav S19-Jan-11 18:54
Abhinav S19-Jan-11 18:54 
Questionproblem with tcpclient when reconnecting. Pin
prasadbuddhika19-Jan-11 17:06
prasadbuddhika19-Jan-11 17:06 

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.