TheWizardofInt
Well-known member
I write my ASP pages on my development PC, then test them, then put them on my server
Problem is, the changes dont seem to take. For example, I have a Response.Write("Test") on the code behind page. Then I open the page up on the server using Notepad and delete that line, and save it.
It will still response.write here. I have tried disconnecting the server from the rest of the network and searching for other instances of the page, but it is unique to the server and it enables that line, even if I reboot.
Anyone know what simple thing in ASP I have done wrong?
Problem is, the changes dont seem to take. For example, I have a Response.Write("Test") on the code behind page. Then I open the page up on the server using Notepad and delete that line, and save it.
It will still response.write here. I have tried disconnecting the server from the rest of the network and searching for other instances of the page, but it is unique to the server and it enables that line, even if I reboot.
Anyone know what simple thing in ASP I have done wrong?