Click here to Skip to main content
15,921,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: SMS is not deliver Pin
Christian Graus9-Sep-09 12:24
protectorChristian Graus9-Sep-09 12:24 
GeneralRe: SMS is not deliver Pin
Abhishek Sur9-Sep-09 12:28
professionalAbhishek Sur9-Sep-09 12:28 
GeneralRe: SMS is not deliver Pin
Christian Graus9-Sep-09 12:54
protectorChristian Graus9-Sep-09 12:54 
GeneralRe: SMS is not deliver Pin
Abhishek Sur9-Sep-09 12:58
professionalAbhishek Sur9-Sep-09 12:58 
AnswerRe: SMS is not deliver Pin
Shuaib wasif khan9-Sep-09 13:52
Shuaib wasif khan9-Sep-09 13:52 
Questiondeploying asp.net Pin
Shuaib wasif khan9-Sep-09 8:56
Shuaib wasif khan9-Sep-09 8:56 
AnswerRe: deploying asp.net Pin
Christian Graus9-Sep-09 10:13
protectorChristian Graus9-Sep-09 10:13 
Questionasp.net web page timing out... Pin
bnathvbdotnet9-Sep-09 7:13
bnathvbdotnet9-Sep-09 7:13 
ASP.NET - ASP.NET web page timing out calling SSIS package..
jason smith posted at 09-Sep-09 12:55
Hello folks,

Here's how I am calling a SSIS package.

I have ASP.NET (3.5 version - .aspx) web page calling a WCF service. The WCF service in turn calls SSIS package running on a sql server 2005.

In debug mode, I found that after say 2 minutes, the UI page times out. The WCF service still runs the SSIS package without a problem. Please look at the config file.

Can someone give me advise/suggestions on how to increase the timeout?
Thanks

Here's my web.config file on the Web UI project.
<?xml version="1.0"?><configuration>

<system.serviceModel>

<bindings>

<wsHttpBinding>

<binding name="WSHttpBinding_IQRMDMSService" closeTimeout="00:59:00" openTimeout="00:59:00" receiveTimeout="00:10:00" sendTimeout="00:59:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="6555536" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">

<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>

<reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>

<security mode="Message">

<transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>

<message clientCredentialType="Windows" negotiateServiceCredential="true" algorithmSuite="Default" establishSecurityContext="true"/>

</security>

</binding>

</wsHttpBinding>

</bindings>

<client>

<endpoint address="http://localhost/QrmdmsServices/QRMDMSService.svc" 

binding="wsHttpBinding" 

bindingConfiguration="WSHttpBinding_IQRMDMSService" 

contract="QRMDMSServices.IQRMDMSService" 

name="WSHttpBinding_IQRMDMSService">

<identity>

<dns value="localhost"/>

</identity>

</endpoint>

</client>

</system.serviceModel>

</configuration>

Questionstring with 5 Pin
Member 45073449-Sep-09 6:43
Member 45073449-Sep-09 6:43 
AnswerRe: string with 5 Pin
sashidhar9-Sep-09 6:49
sashidhar9-Sep-09 6:49 
AnswerRe: string with 5 Pin
Manas Bhardwaj9-Sep-09 6:51
professionalManas Bhardwaj9-Sep-09 6:51 
AnswerRe: string with 5 Pin
Abhishek Sur9-Sep-09 6:53
professionalAbhishek Sur9-Sep-09 6:53 
QuestionUpload Excel and read the contents Pin
RajiniUK9-Sep-09 6:02
RajiniUK9-Sep-09 6:02 
AnswerRe: Upload Excel and read the contents Pin
Abhijit Jana9-Sep-09 6:23
professionalAbhijit Jana9-Sep-09 6:23 
AnswerRe: Upload Excel and read the contents Pin
Abhishek Sur9-Sep-09 12:11
professionalAbhishek Sur9-Sep-09 12:11 
Questiondynamic link button event in grid not firing in vb.net Pin
divyas19859-Sep-09 5:21
divyas19859-Sep-09 5:21 
AnswerRe: dynamic link button event in grid not firing in vb.net Pin
Manas Bhardwaj9-Sep-09 5:37
professionalManas Bhardwaj9-Sep-09 5:37 
AnswerRe: dynamic link button event in grid not firing in vb.net Pin
Abhijit Jana9-Sep-09 5:40
professionalAbhijit Jana9-Sep-09 5:40 
QuestionHandling Screen Maximizing ( when the user presses F11) Pin
VVRSN Acharyulu9-Sep-09 5:09
VVRSN Acharyulu9-Sep-09 5:09 
QuestionPopup with command arguments Pin
dotnetcsharpdev9-Sep-09 4:44
dotnetcsharpdev9-Sep-09 4:44 
AnswerRe: Popup with command arguments Pin
Abhijit Jana9-Sep-09 5:55
professionalAbhijit Jana9-Sep-09 5:55 
AnswerRe: Popup with command arguments Pin
dotnetcsharpdev9-Sep-09 22:44
dotnetcsharpdev9-Sep-09 22:44 
QuestionDynamic control in asp.net Pin
Amit Patel19859-Sep-09 3:56
Amit Patel19859-Sep-09 3:56 
AnswerRe: Dynamic control in asp.net Pin
Abhijit Jana9-Sep-09 4:02
professionalAbhijit Jana9-Sep-09 4:02 
QuestionConcurrency violation: the UpdateCommand affected 0 of the expected 1 records. Pin
EmZan9-Sep-09 3:56
EmZan9-Sep-09 3:56 

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.