I have a web site being hosted on a Windows Server 2012 using IIS8. I had modified some code and uploaded it to the server and then restarted the website. The problem is, the old code is executing!
I have:
- Restarted the IIS Server
- Rebooting Windows Server 2012
- Disabled Output Caching for the site.
- Disabled Output Caching for the entire server
- Removed and readded the website.
I even opened the code file in notepad on the server and confirmed that it IS the new code. The old code, to my knowledge, doesn't exist on the server! What am I missing?