Reputation: 25628
Using Visual Studio 2008 with Resharper, is it usual for ASPX files to take a long time to save? I usually find that it takes up to about 10 seconds on an average PC (18 months old). What is it doing?
Upvotes: 1
Views: 1140
Reputation: 138017
I've found it take longer to save files when you're working directly into the IIS - when the project is on the local host (or a remote host, though I never done that one) instead of a directory.
Upvotes: 1
Reputation: 44307
It's more likely that the problem is your choice of anti-virus software.
There are well documented cases of some products (cough Trend Micro cough Sophos cough) being prone to becoming over eager and making developers life hell by agressively scanning every source file, assembly and jar whenever someone breathes.
Upvotes: 7
Reputation: 105029
Resharper does slow things down considerably but it's not usual to take this long. If you don't use much of Resharper's functionality maybe consider using other add-ins that offer only particular functionality you actually use.
Upvotes: 1