Configuration :: Internet Explorer Gets Slower And Slower Untill Restart?

Sep 28, 2010

CWe've internal application written in ASP.NET, AJAX, SQL 2005. The problem is that sometimes response time (post back) is raising up to 10-30 second for some reson. The only way to make it faster is to restart browser (IE). Then it works really fast.

I have no clue what is causing this. Maybe it's viewstate, browser cache, browser memory clogging - I DON'T KNOW. The only thing I know is when I shut and reopen browser it's working fine. If I leave it open and come back in an hour or two it's really slow.

View 4 Replies


Similar Messages:

AJAX :: Application Getting Slower And Slower If Use More Time?

Jan 26, 2011

Our application is getting slower and slower if the user using more time... its start as regular website and works fine for some time..once the time is going on the speed getting slower..for one request it is taking more than 7 secs..

One of our Page (which is main one and user needs spent more time in this page) contains 3 formview and one grid view..all are inside 2 update panel and one main update panel.

[Code]....

View 4 Replies

Mvc 2 Website Much Slower On IIS 7.5 Vs Built-in Server?

Jul 13, 2010

I am taking some time to learn how to develop asp.net mvc2 websites, but I'm used to working directly off IIS instead of the built-in web server that uses the random ports when you hit F5.

but I've noticed that using the built-in webserver, requests fly and are immediate. I am using only the default project with the Home and About pages as it comes out of the New ASP.NET MVC 2 Project settings, no database connections, nothing beyond the base install...

but when I setup the IIS website and pointed it to the same directory, each request takes at least 3-5 seconds to complete, sometimes more. this isn't just the "load" on the first request. EVERY request takes this long on IIS. but if I F5 and test the project once again, everything zips and the responses are immediate.

View 1 Replies

Is WPF Development Faster Or Slower Than Classic

Mar 30, 2011

Are you experienced with both ASP.NET and WPF coding? If so, I'll be grateful if you'll share your experience, We are estimating a 100-screen WPF project. Our estimation methodology involves characterizing the complexity of each screen. We then apply a standard number for the development time, based on the complexity and the technology. The standard number is based on the developer being good, not a super-star.

For example, here's a screen:

[Code]....

View 3 Replies

Lambda Expression Is Slower Than Foreach Statement?

Mar 23, 2011

I did a small experiment to test whether lamdba expression can retrieve faster results than foreach statement. but, Lambda failed

[Code]....

why lambda is slower than foreach. This may be a drawback of lambda expression

View 3 Replies

IIS7 Integrated Pipeline Mode Slower Than Classic?

Sep 20, 2010

we are running a complex 64-bit ASP.NET 2.0 application on W2008 R2 Standard and stress tests done with VS2008 Team System have indicated that integrated pipeline mode is 30% slower than classic mode.

We have compared the application traces extensively and it appears that integrated mode is uniformly slower than classic. That is, there is no single point that causes delays in integrated mode.

This is quite the opposite to everything Microsoft says about the integrated pipeline, so it might be that there is something quite wrong with the configuration of the integrated mode or the server. But we have not found any settings that would have any effect on this. Some complaints that Sharepoint and reporting services are slower in integrated mode can be found, but our application does not use them so this is quite likely unrelated.

View 2 Replies

DataSource Controls :: Much Slower Linq Query Than Optimised Sql ?

Feb 19, 2010

Slow query.Much slower linq query than optimised sql ?

View 1 Replies

Trying To Increase Speed - Using Classes That Aren't Necessary, Cause A Page To Load Slower?

Nov 26, 2010

I've been using things like Firebug and YSlow, so I'm not really looking for advice on increasing page load speeds, but I'm wondering does extra imports or using, especially if your importing or using classes that aren't necessary, cause a page to load slower?

View 2 Replies

C# - Setting Trust Level To High In Web.config Makes Application Run Slower?

Jan 11, 2011

We had a UAT and Production version of a .NET web application. UAT was taking around 5 seconds to run a particular operation while Prod was taking 35+ seconds.

This even happened when pointing both web applications at the same database and putting them both on the same machine.

The culprit was finally found to be the following entry, which was in the Prod but not UAT web.config

<trust level="High" originUrl="" />

why this would cause such a significant performance degradation??

View 1 Replies

IE7 Internet Explorer Cannot Open The Internet Site, Operation Aborted

Jun 10, 2010

when i test this page http://www.catalogues4u.com.au/ViewCategory.aspx?catID=119 im getting the above error. to replicate this issue visit the above page in ie7 and you will get the prompt.

View 3 Replies

Configuration :: Development Server - "Internet Explorer Cannot Display The Webpage"?

Dec 5, 2010

I used to use VS 2010 and Windows 7 32 bit editions. Now I have upgraded to 64 bit editions.My problem is that every time I run my webform website, development server is set up and when I stop debugging it is closed.On 32 bit versions it was launched just once. Now every time I hit F5.Problem is that many times IE just displays Internet Explorer cannot display the webpageif I press F5 (refresh) once or twice website is displayed.What can I do with it? Other browsers wait until that development server is launched, just IE doesn`t

View 1 Replies

Configuration :: Changing Website / Getting Message "Internet Explorer Cannot Display The Webpage"?

Oct 1, 2010

I have a website1 that works. I created a new website2. I went to windows explorer and copied website1 folders and files to website2 directory. I created aspnetdb in website1 using the membership provider service. I detached it from website1 and attached it to website2. When I run website2 in debug, I get message "Internet Explorer cannot display the webpage".

View 2 Replies

Internet Explorer Cannot Display The Webpage?

Apr 6, 2010

i have one application that is deployed in IIS at Remote Desktop. if i access that application from local system i am getting "Internet explorer cannot display the webpage" and it is running fine in Remote Desktop but not in Local system.

View 2 Replies

Web Forms :: How To Close Internet Explorer

Jun 6, 2010

i want to close internet explorer on if a button is closed which i can do with this code

Page.ClientScript.RegisterClientScriptBlock(Me.GetType, "jcrCallerID", "window.close();", True)

this code is working fine for me but it is also coming up with warning which i dont want.


The warning is saying the webpage is trying to close do you want to continue closing the webpage yes /no

I want to avoide this warning and just close the browser windows.

View 3 Replies

C# - How To Add URL To The Trusted Zone In Internet Explorer

Mar 18, 2010

How can I add an URL to the trusted site? It seems that there are stored in the registry, but where exactly?

The .net programm will run locally on each client.

Edit clarification: I want to do this programmaticly running C# code.

View 5 Replies

Iframe Cookie With Internet Explorer?

Aug 23, 2010

I am developing an ASP.NET 4.0 web application in which I am trying to use an iframe to load a third party website:

<iframe id="ifr1" src="http://newdomain.com?id=test&password=123"
width="100%" height="600px">
</iframe>

The newdomain.com is trying to place cookies in the browser and IE dosent like that. I have no control over the application hosted on the newdomain.com. I have read a lot of articles which talk about having a P3P information added to the header of the page which hosts the iframe. So in my application's Global.asax I have the following code:

protected void Application_BeginRequest(object sender, EventArgs e)
{
HttpContext.Current.Response.AddHeader("p3p", "CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"");
}

But this doesn't work and I am really confused now.

View 1 Replies

Sent .wav File To Internet Explorer With Handler

Jul 8, 2010

I'm just trying to sent a .wav file to Internet Explorer with an ASP.net Handler:

public void ProcessRequest(HttpContext context){ HttpResponse response = context.Response; response.ContentType = "audio/x-wav"; response.WriteFile("MyWav.wav"); response.AddHeader("Content-Length", "304578"); response.Flush();}

This works for Firefox and Chrome but I'm just presented with a blank screen in Internet Explorer. Why? (I've tried setting the "Content-Disposition" header. If I set it to "attachment" I am presented with the download dialog. If I set it to "inline", I just get a blank page like before. I want the wav file to play inline like here: [URL]

View 1 Replies

Opening Internet Explorer Without Toolbars?

Feb 25, 2010

I am trying to write an app in asp for users that will run in the browser but not look like a browser so I want it to open without all the toolbars. So it should be just the Title bar then the page. We will create a shortcut to the page on the users desktops. Is there a way to do this?

View 3 Replies

Links For Firebug On Internet Explorer?

Sep 21, 2010

i want to install firebug on IE.can you give me the links for free download of firebug

View 4 Replies

C# - Start Internet Explorer On Debugging?

Jul 27, 2010

I am currently write an ASP.NET WebApplication in Visual Studio 2010. My default browser is Firefox. If I start an WebApplication, the WebApplication starts up in the same instance of Firefox. How is it possible to avoid it? How do I configure Visual Studio that the WebApplicaton starts in an new instance of Internet Explorer?

View 2 Replies

Manipulating Internet Explorer Navigation Buttons?

Oct 11, 2010

I am currently building a web project in which I would like to allow the user to navigate using either the back/forward button I created or the back and forward buttons in Internet Explorer to navigate my project.

View 1 Replies

How To Hide Address Bar And Internet Explorer Menus

Jan 17, 2011

i have created kiosk application in asp.net and i just want to hide address bar and internet explorer menus.

View 2 Replies

Disable Back Button Of Internet Explorer?

May 9, 2010

I have developed some aspx pages using visual studio 2008. I am authenticating using Active Directory services. I have kept a link button on my aspx page which says signout .What exactly i want to do is that i want the back button of my login page to be disabled so that when i press signout and when my login page loads users cant go back and thus forced to enter the login details. I am using c# as development language.

View 7 Replies

MVC :: Internet Explorer Js Read Half File?

May 5, 2010

well actually i dont know really if this is MVC or not but I run this on MVC so i would run it here.I got a HUGE .js file , which run smoothly on Firefox , but internet explorer read like half of him (he makes some actions , some not)

also he doenst run alert("bla"); when i put it on him.other then that, when i copy and past the code to the head of the asp.net mvc view , it runs smoothly

here is my import from the head
<script src="Scripts/AppScripts/TestsAdministrator.js" type="text/javascript"></script> (also tried to do this with resolveURL);

and here is the function which some part of it doenst work (i wont type all the code unless you really want)

//Ajax - Drop down list event
$("#TestList").change(function () { [code]....

View 4 Replies

Convert Xml String To XML Document In Internet Explorer?

Jul 8, 2010

I have converted a table as an xml string that looks something like

<NewDataSet>
<officelist>
<OfficeID>2176</OfficeID>
<Office>My Office </Office>
<Region>Toronto</Region>
<Division>TO </Division>

How do I get this to a strict xml page where you can open and close the nodes (in IE) -like this xml feed

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved