I am testing an ASP application using IIS installed on my PC. The ASP scripts are located on a remote file server. I created a virtual directory that points to that remote server.
Unfortunately, IIS somehow caches the application, so if I make a change to the ASP scripts, they are not seen in the browser until I unload the ASP application from my PC's memory.
I unchecked the "Cache ISAPI applications" checkbox, so changes are now seen immediately. However, I often get "The requested resource is in use" error when accessing the application in the browser. According to Microsoft, it is "by design".
Any suggestions?
Thanks.
Unfortunately, IIS somehow caches the application, so if I make a change to the ASP scripts, they are not seen in the browser until I unload the ASP application from my PC's memory.
I unchecked the "Cache ISAPI applications" checkbox, so changes are now seen immediately. However, I often get "The requested resource is in use" error when accessing the application in the browser. According to Microsoft, it is "by design".
Any suggestions?
Thanks.