Re: Firewall Affecting Website Page Load Speed?




"Kevin G." <KevinGravelle@xxxxxxxxx> wrote in message news:1180542548.173573.300090@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,

I am in the process of creating a website for my wife's clothing
embroidery business. I am close to pushing it to "production" on the
Web. The site is already sitting on the Web, but users are re-
directed to an "Under Construction" page when they access my URL.

One issue that concerns me is page load speed. When I try accessing
my site at work (within my company's firewall), almost all of my pages
take 2-3 minutes to load. One of the pages contains many images, but
all of the others have one or two images on the page. Almost all of
my pages connect to a database (SQL Server 2005), but do basic queries
to retrieve data for dropdowns, strings for image names, etc.

The reason I think this may be firewall-related is because I have had
several friends and acquaintances access the site (providing them
direct links to specific pages within my site) from their homes and/or
work locations and all of the pages will return in five (5) seconds or
less.

What, if anything, could be restricting my ability to access my
website's pages from work in a timely manner? Why am I not
experiencing this "phenomenon" with any other sites?

I am hosting this website at home on a machine running Windows XP Pro
using IIS.

Thanks in advance for your assistance!

You're putting up a Web site with solutions you wrote?
You're using IIS on Windows XP.
You have SQL Server running on the same box.
You have not secured the O/S, file system, registry, user accounts, or IIS itself for a machine that's exposed to the Internet.
Most likely, you have not even secured SQL server.

Do you even know what is in the link means, which I suspect the Web solutions and everything else on that machine is open to attack.

http://en.wikipedia.org/wiki/Cross-site_scripting

I read the part about you may go to Apache. It doesn't make a difference what Web server you use or what O/S you use too.

If you have not done your home work on the security aspects, then the site is nothing but hack bait and a jumping off point to attack others and possibly other networks.

You may have more concerns than some page download speed.



.



Relevant Pages

  • Re: Cannot connect to database
    ... when you use iis, its uses the aspnet account which is local and is probably not set up to access your sqlserver. ... I open Visual Web Developer 2008 express on desktop and Select File>open Website, and browse to a folder on DevBox. ... An error has occurred while establishing a connection to the server. ... When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Images/CSS not resolving on dev machine testing
    ... enable ISAPI extensions for IIS. ... picture has a reference on how to do it. ... I am developing a website with VS2005 and VB. ... That is when I lose my images and css styles. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Cannot connect to database
    ... IIS version 5 ... WindowsXP Pro ... Website, and browse to a folder on DevBox. ... under the default settings SQL Server does not allow remote connections. ...
    (microsoft.public.dotnet.framework.aspnet)
  • SQL2000 based website: DMZ or LAN placement
    ... Soon going to be updating a website. ... DMZ) and SQL2000 on the other. ... SQL2000 inside and create rules to allow the IIS box to talk to the ... SQL given that the SQL server will also be used for non-web data as ...
    (comp.security.firewalls)
  • Re: ASP/SQL Server Setup
    ... > person who is going to login to the site. ... It works fine if IIS and SQL Server are on the same machine, ... >> You will have to turn off anonymous access for the website and force the ...
    (microsoft.public.dotnet.framework.aspnet)