Click here to Skip to main content
15,911,035 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi everyone,

I have problem from last two days, I have asp.net page,Functionality of the page is that user click a button to create a text file , it will take 7 to 8 minutes to create file on server on successful creation of file, button is visible to download the file from server.on page start button visible property is false it is true on successful creation of file. My problem is that my code is running fine on development server but when i deploy same page on web server, it creates file on web sever but button is not visible page hangs ?
Posted
Updated 7-Aug-12 6:45am
v2
Comments
Sergey Alexandrovich Kryukov 7-Aug-12 12:24pm    
How can we possibly help you having no information on your code? Due to the period of summer vacations, I have limited access to your hard drive. :-)
--SA
Christian Amado 7-Aug-12 13:12pm    
Can we see the code around here?
bbirajdar 7-Aug-12 14:08pm    
The web server must not be using a proper cooling mechanism :)
ZurdoDev 7-Aug-12 15:21pm    
10 minutes is way beyond the default settings for when a request will timeout. I would recommend you redo the code to use jQuery's .ajax call but first make sure all the settings for timeouts and such are correct.
casperpakistan@yahoo.com 10-Aug-12 9:37am    
ryan i havent use jquery in my code. code is simple i will post code here.when user clicks the create button in code behind file i fetch data fro database query exeecutes in 6 mintues appx.after fetching data i simply write that data in text file when text file is created then button is visibe true to download file.probelm is that when it takes 6 minute to write file aspx pag hangs the browser progress bar stop no error appear like request timeout etc.the ssame scenario works fine when the file is created in 3 minutes.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900