cptspock 0 Newbie Poster

I am working on an ASP VBScript to upload some files to my web server. When I get a compliation error, I go to the .asp file and make a change. Save, then reload the page. I still get the same error.

For example; I had this statement:

Dim ProductFilePath
ProductFilePath = "/RFI_Products"

I get a syntax error on this line, in my browser window, so I removed the include line with the script in it so it will not be included in the ASP.

I continue to get the scripting error. I have closed the browser and cleared the cache but still get the error.

My question is, how do I get the page to refresh and accept changes to ASP or to VBScript?

thanks
annetta