Hi there
I am making some modifcations on a ascx.cs page. When I upload the page to the server, it seems that the changes I made are not taken on board.
In fact if I put a response.redirect or if I remove the page altogether, nothing happens, my page appears on my browser as if nothing had happens. However if I make changes to the ascx page, I can see the changes straight away after uploading.
Even more bizarre, if I open my ascx page and if I remove CodeBehind="Page.ascx.cs" from the top line, I would expect the page to crash, but no, it still works.
So it does look that the ascx.cs is cached and that whatever I do doesn't overwrite it.
What can I do ?
Cheers
Chris
View Complete Post