Never happened before...
I'm working with Visual Studio 2013 Team Foundation and I deployed a web application over our test server. When I try to modify the code behind in a .aspx.cs page the changes don't work.
An example: if I write "hello world" in page.aspx it works, if I write Response.Write("Hello world") in page.aspx.cs don't works!
Why ?! It's the first time that happen
Go to the complete details ...