I am facing strange problem in Visual Studio 2012
.
I recently moved from Visual Studio 2010
to Visual Studio 2012
I am using its web development feature with asp.net
.
The problem actually is, sometime in debug mode it is not showing the change that I made in my code.
The thing is I added some charts
and some TextBoxes
according to the design which I was asked to make. But It was not updating the change when I open the page I developed from studio in debug mode.
Even it was not updating the changes I made to the CSS
.
But when I open the page in the web browser directly the changes have actually been made!! But I was not able to see it from the studio's debugger.
I tried to search on MSDN but unfortunately couldn't find anything relevant to the problem I am facing.
Can anyone tell me what's wrong with it?