|
-
Dec 5th, 2008, 06:27 PM
#1
Thread Starter
Frenzied Member
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?
-
Dec 8th, 2008, 03:33 PM
#2
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.
-
Dec 8th, 2008, 06:01 PM
#3
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.
-
Dec 9th, 2008, 01:55 PM
#4
Thread Starter
Frenzied Member
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...
-
Dec 9th, 2008, 02:01 PM
#5
Thread Starter
Frenzied Member
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?
-
Dec 9th, 2008, 02:39 PM
#6
Thread Starter
Frenzied Member
Re: asp.net project slowly loaded in VPN
and mendhak.. it's only the default.aspx page... then it's fast..
-
Dec 11th, 2008, 07:30 AM
#7
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|