I am losing my mind here. I am using Visual Studio 2008 to develop a website and I am using masterpage and contentpage.
If I delete this line from one of the controls on page, then the page formatting breaks. If I keep it, it stays fine.
<link rel="stylesheet" type="text/css" href="../_style/common.css" />
Now what is bothering me is I have deleted ALL of the files in the website folder with the name common.css. So where is it getting that file from?
The website is not entirely developed by me, so I do not know exactly what is happening, but I only wanted to know what file it is referring to!
Note: I am running the site using usual "Start Debugging" on MS VS 2008.