I currently run a ColdFusion 9 website on my local machine - Windows Vista with IIS 7.
I have never worked with ASP. I am currently working on some HTML and CSS changes to an ASP website.
I downloaded the webfiles via FTP, and added the site to IIS - and left the default settings alone. I created a local domain for the website (my-asp-site.dev), and added it to my hosts file. The site loads, however, EVERY HTTP request (CSS, JS, PNG, GIF, JPG) it makes takes extremely long. This happens even when I run a simple HTML page with no ASP code.
The ColdFusion website loads normally - no lag at all in loading JS, CSS, or images.
What am I doing wrong?
FYI, I also installed Visual Web Developer Express 2010, and this all seems to have gotten worse since then.