I've only barely dabbled in C# off and on a couple of times over the past say 10-15 years.
In my current role, we have an ASP Intranet site built by a previous employee that is really just a C# app for internal usage. This tool has just done its job for the past 8-10 years I suppose.
Recently, a change was made outside the app that was changing a "status" used for a given process. That made the tool seem like it was broken.
I found the code for the site, and made all the changes I could find in relation to this "status" change, but now I have another problem.
My changes (best I can tell) are not showing up in the ASP website. Is there something I need to do other than editing and saving the files? Do I need to publish the site back to the same location I edited the files from (last modified date and time in the actual server location reflect my changes).
I'm using Microsoft Visual Studio 2008, as that is what was installed on the particular machine.
So at this point, I'm asking: How can I make the site/app SEE the changes I made? I believe if I can make it see my changes, the site will once again begin working correctly.
Note: it's not that the site/app is broken, but rather the results are incorrect. The app should be saying "Yep, that's ready to go", but instead it's saying, "Nope, that item isn't ready for this."
Thanks for any tips/suggestions/references/etc
"But thanks be to God, which giveth us the victory through our Lord Jesus Christ." 1 Corinthians 15:57
In my current role, we have an ASP Intranet site built by a previous employee that is really just a C# app for internal usage. This tool has just done its job for the past 8-10 years I suppose.
Recently, a change was made outside the app that was changing a "status" used for a given process. That made the tool seem like it was broken.
I found the code for the site, and made all the changes I could find in relation to this "status" change, but now I have another problem.
My changes (best I can tell) are not showing up in the ASP website. Is there something I need to do other than editing and saving the files? Do I need to publish the site back to the same location I edited the files from (last modified date and time in the actual server location reflect my changes).
I'm using Microsoft Visual Studio 2008, as that is what was installed on the particular machine.
So at this point, I'm asking: How can I make the site/app SEE the changes I made? I believe if I can make it see my changes, the site will once again begin working correctly.
Note: it's not that the site/app is broken, but rather the results are incorrect. The app should be saying "Yep, that's ready to go", but instead it's saying, "Nope, that item isn't ready for this."
Thanks for any tips/suggestions/references/etc
"But thanks be to God, which giveth us the victory through our Lord Jesus Christ." 1 Corinthians 15:57