UNSOLVED

rene11

updated

16 years ago

R

rene11

1 Rookie

74 Posts

0

2158

November 30th, 2010 13:00

First time slow startup web interface [Solved!]

From the beginning we had this strange issue that the vWorkspace web interface would take up to 2 minutes to load after a server reboot or 'iisreset'.

Because the IIS workprocesses sometimes during the day recycle, users had to wait 2 minutes before the web interface was loaded.

We used some workarounds, like disabling the worker refresh time, but it was still weird that it would take 2 minutes to just load the first page.

Today, by accident, I discovered that when the web server is directrly connected to the internet, the firsttime load is just FAST!

All our servers are behind firewalls and don't have internet access. In this scenario, the first time loading takes 2 minutes. It probably times-out on something because it can't connect.

To solve this, I added our internet proxy (using 'netsh winhttp') to the web server. So right now, after a server reboot or iisreset, we have our website back in 10 seconds, instead of 2 minutes. Yeah!

Just wanted to share this.

However, our other problem with internet explorer (http://communities.quest.com/thread/1554?tstart=0) is still not solved

Going to install 7.1 MR1, who knows..

  • psnovar1

    27 Posts

    173

    0

    Posted November 30th, 2010 14:00

    I resolved the same slow startup with the solution below:

    SOL67693

    Title

    Web-IT slow to load initially after IISReset

    Problem Description

    After performing an IISReset or after a period of inactivity, Web-It is slow for the first user. Then speeds back up. This is even after following SOL59394


    Cause

    IIS Worker process


    Resolution

    Workaround

    If SOL59394 doesn't help. Please do the following steps:

    For Full Details, please see this article : http://support.microsoft.com/kb/936707
    The summary is:
    1. Take a backup of
    C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet.config
    2. Then edit it so it includes :
    Within the   section.
    Eg:



     

    3 .Now do an IISReset.

    https://support.quest.com/Search/SolutionDetail.aspx?id=SOL67693&category=Solutions&SKB=1