views:

11

answers:

0

At first, I though my VS2008 Pro SP1 (on XP Pro + SP3) was hanging when I would close a web project on a remote server, but after checking it out with netmon, I can see it is accessing the site a bunch of times (it's a Classic ASP site with a couple hundred ASP pages).

I then checked out the IIS 6 logs on the site and it's POSTing to /_vti_bin/_vti_aut/author.dll each time, so I'm guessing it's scanning the site?

I applied the hot fix for KB958094 (XML editor walking folders on a remote Web site), but that hasn't helped.

I didn't have this problem in VS2005, is this a new behavior in VS2008? Is this something I can turn off?

Thanks!