ET's VS and TFS World

Fascinating tidbits about VS and TFS and .NET (well I hope...)

  Home  |   Contact  |   Syndication    |   Login
  169 Posts | 0 Stories | 174 Comments | 118 Trackbacks

News



View Étienne Tremblay's profile on LinkedIn

Twitter












Tag Cloud


Archives

Post Categories

Image Galleries

My Friends

My Links

Debugging

There are 1 entries for the tag Debugging
So I’ve been hearing a lot of folks (myself included) having issue with debugging there web application with VS 2010, Cassini (the VS web server) and IE9. It looks like this Well I found and easy solution, image that . Edit your hosts file at location c:\windows\system32\drivers... and make sure the localhost 127.0.0.1 line is uncommented and the localhost ::1 is commented or deleted. You can ping locahost host from a command line and make sure you see Reply from 127.0.0.1: bytes=32 time<1ms...