Strange action in ASP.NET - Cache ?
-
Hello, I have one server and one development PC. On the server the ASP.NET Webservice is running and on my PC I am developing the solution. For general testing I copy the whole directory to the server and overwrite the old source. The strange thing here is, that the ASP.NET Project on the server side is still using the old code. Even if I am overwriting again and again. Yes, the code behind the page is the actual one, but the server use the old source and I don't know where he get it from ? I use Internet Explorer for testing webpages ( I have deleteted all cached files ... ) I restarted IIS ( doesn't work ) What the hell is the problem here ?
-
Hello, I have one server and one development PC. On the server the ASP.NET Webservice is running and on my PC I am developing the solution. For general testing I copy the whole directory to the server and overwrite the old source. The strange thing here is, that the ASP.NET Project on the server side is still using the old code. Even if I am overwriting again and again. Yes, the code behind the page is the actual one, but the server use the old source and I don't know where he get it from ? I use Internet Explorer for testing webpages ( I have deleteted all cached files ... ) I restarted IIS ( doesn't work ) What the hell is the problem here ?
-