i am stuck for long time kindly help me. My environment is
VS .net 2008, Framework 2.0, IIS V5.1
I have developed simple web project for testing purpose there is only one Master page and one default content page. That default page create a database connection with Oracle 10g and query and result the query display in gridview code is very simple and
working fine if query returns result within one hour but when query takes time more than one our web browser becomes unresponsive and message displays
Internet Explorer cannot display the webpage
I have check the query in plsql developer. Query is fine and it takes 1 and half an hour but web browser become unresponsive after exact 60 minute
Web config configuration
<authentication mode="Windows"/>
<sessionState timeout="120" />
IIS V5.1 configuration
1- Default web site -> properties -> home directory -> configuration -> option
i am unable to get message from windows event viewer but i get the message through Microsoft Internet Explorer Compatibility Test Tool,
A reference to an object is no longer accessible when the user browses to a new domain in Windows Internet Explorer 8, Internet Explorer 7 and Internet Explorer 6 for Microsoft Windows XP with Service Pack 2 (SP2). There is a security context on all scriptable
objects so that access to all cached objects is blocked. Additionally, Internet Explorer blocks access when browsing within the same domain (fully qualified domain name). A reference to an object is no longer accessible after the context has changed due to
navigation. For more information, see http://go.microsoft.com/fwlink/?LinkId=120596.
It is surprising for me every one asking me , which type this application and what do I want to achieve to run so long query.
My dear it very normal application. It is reporting application for revenue assurance (RA) and business Intelligence (BI) and that application is used by GSM (mobile operator) companies and can you imagine how many call records is generated per day if you
are in India think about Airtel or Vodafone telecom, more than thousand call per day and million or billion call records is generated per month so think if management get some fact and figure on that records for one month, they have to create and run reports
on that billion records to retrieve various information for making business decision and one month report is normal report so query can have many join condition and aggregate function.
Second problem I cannot create summary tables because my application a reporting tool. End user can connect to database and select database table and columns and apply join and aggregate function himself through my application’s web interface and then he
can place and run report on my application’s dashboard. I do not know which type of information is required by end user, all thing have been done by end user because end user knows, which database table have which type of data.
The problem with IE is that it automatically Timeout itself after one hour and stop waiting for a response from the server. You can change the timeout in the registry.
akmal70
0 Points
15 Posts
Asp.net Web page unresponsive
Nov 13, 2012 07:44 AM|LINK
hi,
i am stuck for long time kindly help me. My environment is
VS .net 2008, Framework 2.0, IIS V5.1
I have developed simple web project for testing purpose there is only one Master page and one default content page. That default page create a database connection with Oracle 10g and query and result the query display in gridview code is very simple and working fine if query returns result within one hour but when query takes time more than one our web browser becomes unresponsive and message displays
Internet Explorer cannot display the webpage
I have check the query in plsql developer. Query is fine and it takes 1 and half an hour but web browser become unresponsive after exact 60 minute
Web config configuration
<authentication mode="Windows"/>
<sessionState timeout="120" />
IIS V5.1 configuration
1- Default web site -> properties -> home directory -> configuration -> option
Session time out 120 minutes
2- My virtual directory node -> properties -> configuration -> option
Session time out 120 minutes
Kindly help me what should I do more to resolve the issue
necro_mancer
Star
8017 Points
1574 Posts
Re: Asp.net Web page unresponsive
Nov 13, 2012 08:26 AM|LINK
hi akmal70,
please kindly look for the exact message on your Windows Event Viewer and please paste it here.
Thanks
Professional SQL 2008 R2 Service
Topspy
Contributor
3785 Points
806 Posts
Re: Asp.net Web page unresponsive
Nov 14, 2012 07:39 AM|LINK
Query takes 1 and half an hour... What does exactly the App do? For such long time waiting on browser, it's pretty easy to time out.
Asp.net Hosting | Windows Hosting | SQL Server Hosting
akmal70
0 Points
15 Posts
Re: Asp.net Web page unresponsive
Nov 19, 2012 10:33 AM|LINK
him
i am unable to get message from windows event viewer but i get the message through Microsoft Internet Explorer Compatibility Test Tool,
A reference to an object is no longer accessible when the user browses to a new domain in Windows Internet Explorer 8, Internet Explorer 7 and Internet Explorer 6 for Microsoft Windows XP with Service Pack 2 (SP2). There is a security context on all scriptable objects so that access to all cached objects is blocked. Additionally, Internet Explorer blocks access when browsing within the same domain (fully qualified domain name). A reference to an object is no longer accessible after the context has changed due to navigation. For more information, see http://go.microsoft.com/fwlink/?LinkId=120596.
kindly help me
thanks and regards
Akmal
Shailendra S...
Member
551 Points
145 Posts
Re: Asp.net Web page unresponsive
Nov 19, 2012 12:13 PM|LINK
query takes 1 and half hour.
so what you want to show to the user till 1 and half hour.
which type of applicatin is this and what you want to achieve.
please explain.
www.techaray.com
akmal70
0 Points
15 Posts
Re: Asp.net Web page unresponsive
Nov 20, 2012 05:00 AM|LINK
Hi Shailendra and Topspy
It is surprising for me every one asking me , which type this application and what do I want to achieve to run so long query.
My dear it very normal application. It is reporting application for revenue assurance (RA) and business Intelligence (BI) and that application is used by GSM (mobile operator) companies and can you imagine how many call records is generated per day if you are in India think about Airtel or Vodafone telecom, more than thousand call per day and million or billion call records is generated per month so think if management get some fact and figure on that records for one month, they have to create and run reports on that billion records to retrieve various information for making business decision and one month report is normal report so query can have many join condition and aggregate function.
Second problem I cannot create summary tables because my application a reporting tool. End user can connect to database and select database table and columns and apply join and aggregate function himself through my application’s web interface and then he can place and run report on my application’s dashboard. I do not know which type of information is required by end user, all thing have been done by end user because end user knows, which database table have which type of data.
I hope you have got my point
akmal70
0 Points
15 Posts
Re: Asp.net Web page unresponsive
Feb 26, 2013 11:40 AM|LINK
hi
problem has solved if i use google chrome, but what is problem with IE i counld not understand
kraknoix
Member
2 Points
1 Post
Re: Asp.net Web page unresponsive
May 14, 2013 07:25 PM|LINK
The problem with IE is that it automatically Timeout itself after one hour and stop waiting for a response from the server. You can change the timeout in the registry.