Click here to Skip to main content
15,886,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSMTP Server Pin
Dhyanga11-May-10 3:48
Dhyanga11-May-10 3:48 
AnswerRe: SMTP Server Pin
Peace ON11-May-10 4:18
Peace ON11-May-10 4:18 
GeneralRe: SMTP Server Pin
Dhyanga11-May-10 4:28
Dhyanga11-May-10 4:28 
GeneralRe: SMTP Server Pin
Peace ON11-May-10 4:53
Peace ON11-May-10 4:53 
QuestionWeb Service Connection Pin
#realJSOP11-May-10 3:35
mve#realJSOP11-May-10 3:35 
AnswerRe: Web Service Connection Pin
Peace ON11-May-10 4:29
Peace ON11-May-10 4:29 
Question"Time Out Expire" problem Pin
souravghosh1811-May-10 2:44
souravghosh1811-May-10 2:44 
AnswerRe: "Time Out Expire" problem Pin
Peace ON11-May-10 2:54
Peace ON11-May-10 2:54 
I think you page is expiring.

Try following code.

// Give it 1 hour = 3600 seconds
Server.ScriptTimeout = 3600;


Or you need to call long running operation with
asynchronous call to that particular page.

http://msmvps.com/blogs/jalam/archive/2007/11/22/performing-long-running-operation-with-asynchronous-page-in-asp-net-2-0.aspx[^]

Hope this will help!
Jinal Desai - LIVE
Experience is mother of sage....

GeneralRe: "Time Out Expire" problem Pin
souravghosh1811-May-10 3:33
souravghosh1811-May-10 3:33 
AnswerRe: "Time Out Expire" problem Pin
Peace ON11-May-10 4:15
Peace ON11-May-10 4:15 
QuestionGetting client IP/MAC address - NOT server address Pin
xavier999911-May-10 1:53
xavier999911-May-10 1:53 
AnswerRe: Getting client IP/MAC address - NOT server address Pin
Peace ON11-May-10 2:03
Peace ON11-May-10 2:03 
AnswerRe: Getting client IP/MAC address - NOT server address Pin
Michel Godfroid11-May-10 2:32
Michel Godfroid11-May-10 2:32 
QuestionAjax Control ToolKit Error Pin
kushMuchaal11-May-10 1:44
kushMuchaal11-May-10 1:44 
AnswerRe: Ajax Control ToolKit Error Pin
Brij11-May-10 1:49
mentorBrij11-May-10 1:49 
GeneralRe: Ajax Control ToolKit Error Pin
kushMuchaal11-May-10 19:07
kushMuchaal11-May-10 19:07 
GeneralRe: Ajax Control ToolKit Error Pin
puviyarasan.j12-May-10 21:06
puviyarasan.j12-May-10 21:06 
QuestionLog In Control with Ajax Pin
kushMuchaal11-May-10 1:09
kushMuchaal11-May-10 1:09 
AnswerRe: Log In Control with Ajax Pin
saini arun11-May-10 1:20
saini arun11-May-10 1:20 
GeneralRe: Log In Control with Ajax Pin
Not Active11-May-10 1:24
mentorNot Active11-May-10 1:24 
GeneralRe: Log In Control with Ajax Pin
saini arun11-May-10 1:43
saini arun11-May-10 1:43 
AnswerRe: Log In Control with Ajax Pin
Not Active11-May-10 1:22
mentorNot Active11-May-10 1:22 
GeneralRe: Log In Control with Ajax Pin
kushMuchaal11-May-10 1:33
kushMuchaal11-May-10 1:33 
GeneralRe: Log In Control with Ajax Pin
Not Active11-May-10 1:37
mentorNot Active11-May-10 1:37 
GeneralRe: Log In Control with Ajax Pin
kushMuchaal11-May-10 1:45
kushMuchaal11-May-10 1:45 

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.