[RESOLVED] ASP.Net Caching problem?
Hi again,
I have made a change to the asp.net code as i was trying to display a msgbox and that doesn't work so i replaced it for a redirect uploaded all my files but its still accessing the old code.
I cleared all my cache, restarted iis, turned iis caching off restarted iis again but its still happening.
Anyone got any ideas on this?
Re: ASP.Net Caching problem?
Clear the Temporary ASP.NET Files folder and recycle the app pool. Also, turn the Indexing Service off, this should never be turned on on a server.
Re: ASP.Net Caching problem?
It sorted it self out. I did everything including research online and following directions but it was still happening then all of a sudden it stopped. I even rebooted the server but still nothing.