Results 1 to 7 of 7

Thread: asp.net project slowly loaded in VPN

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2005
    Posts
    1,170

    asp.net project slowly loaded in VPN

    I don't understand. I uploaded my asp.net project to one of our servers. When I did browse to the page in our VPN, the page is so slow to be loaded; however, if I am out side VPN, the page is very fast loaded. How can I resolve this?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: asp.net project slowly loaded in VPN

    Are all web pages inside the VPN slow to load? It may just be a proxy/firewall issue which is slowing everything down.

  3. #3
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: asp.net project slowly loaded in VPN

    If its just a standard windows VPN your using, try unticking the box in the Advanced TCP/IP options that says "Use default gateway on remote network" - that way only traffic that needs to go down the VPN will do and your normal web browsing will not be affected.
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2005
    Posts
    1,170

    Re: asp.net project slowly loaded in VPN

    This is a window server... if I do that, would that affect any other web pages that hosted on that server? It's not just my page on there...

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2005
    Posts
    1,170

    Re: asp.net project slowly loaded in VPN

    Also, this will open to public folks too that are not in VPN... security wise no problem if I do that?

  6. #6

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2005
    Posts
    1,170

    Re: asp.net project slowly loaded in VPN

    and mendhak.. it's only the default.aspx page... then it's fast..

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: asp.net project slowly loaded in VPN

    OK, then I'm wondering if it's simply a first-access-compile that ASP.NET applications do when they haven't been touched for a few hours?

    What happens if you browse directly to another page first instead of default.aspx? If it's not just default.aspx but rather 'the first page I browse to in the application', then it's probably ASP.NET precompilation! You'll need to test first of course.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width