On my dev'l machine, I create and test and change a VB ASP.NET web app. Everytime I re-Build it, I can test the new changes with a browser. cool.
I deploy this app by copying the entire project folder to the remote server, and set up a virtual drive of the same name. cool.
However, when I make a change to the app, and re-build, and try to re-copy the folder contents to the deployed app, the new stuff just seems to not exist - the old stuff is what gets displayed. The new files have the correct date and size, but the browser just gets the old stuff. The only way I can get around it is to delete the Virtual Directory from IIS mgr.
This does not seem to be a problem when deploying to a XP server machine, only this Terminal server (W2K based).
Edit: This problem has "disappeared" for now. Until it shows up again this is resolved I spose.




Reply With Quote