I am new to Visual Studio and Publishing to a website.
I am using a File System method to publish. I was able to get the initial web form pages and associated files published to the server. But now that I have made changes to the code for the page in the CodeBehind file, I cannot get that file to publish over with the changes. I added some new controls to the page and I can see them now on the website.
But I have added code related to the controls and this does file. (xxxx.aspx.cs) does not seem to want to publish to the server with the updates.
In the output window I see Publishing Folder (bin / Properties/ Properties/Publish Profiles....) and then the main file xxxx.aspx has been publish successfully but only that one file.
I have tried to go in to the Project Properties and the Package/Publish Web and tried all of the possible options in Items to deploy but that did not seem to help.
Any idea what I am missing? THanks!