We are using Visual studio 2005 to develop Website and using Master Page Concept i.e MasterPage.master. We then Publish the Website and upload it on the server and it works fine.
We had to change the text of the footer of the MasterPage.Master.
We did it by opening it in a NotePad on the Server and saved it. The changes are implemented and it works fine.
But when we open the MasterPage in Visual studio and make the same change and upload it on the server. It does not work. It gives the following error.
Parser Error Message:
The file '/CentamanWeb2005Test/MasterPages/MainWebLayout.master.cs' does not exist.I am not sure why it is working when we make the changes using Notepad and not when we make the changes using Visual studio solution of the project. Can someone Please give me an explanation for this.