So, I need to make changes to an asp.net built site that was recently handed to me. The problem is that I'm a php coder and I don't know jack about asp.net development.
The page I am trying to modify is associated with the contact form. In the contact folder, there is a default.aspx with the following code:
<%@ Page language="c#" Codebehind="default.aspx.cs"
AutoEventWireup="false" Inherits="watergrass.contact._default" %>
So then I found the default.aspx.cs and poked around in the code. It made sense, so I made a few changes, but nothing happened when I refreshed the browser. So then I deleted all of the file's content and realized nothing changed again. At this point I'm like WTF? So, my assumption is that I need to re-compile the site or something along those lines? If so, how would I go about doing this?
If anyone has some pointers, they would be greatly appreciated!