1
vote
Debugging with FF3 in VS2008
My solution to this has been to manually attach the debugger to the relevant browser and the aspnet_wp process. When I'm finished, I simply detach all.
…
0
votes
“No symbols loaded for the current document” Visual Studio 2008 Javascript Debugging
I sometimes have this problem with external js files - it is caused as a result of the browser cache holding onto an old copy of the file. Forcing a refresh of the page linking to the javascript so …
0
votes
As an ASP.NET Web Developer using Visual Studio, should I have IIS installed?
Ideally your test server should mirror your production server. That should go without saying. In my opinion, your dev environment should come as close as possible, while fulfilling your needs first …
