I am asked to edit the website of a company I started working for.
The directions I was given to setup Dreamweaver involve uploading directly to the live site. I wanted to create a test site to upload documents so I can preview the changes before putting them to the live site.
I created a test site in IIS on the server hosting the website. I made sure its properties mirrored the actual site. I then copied all the files from the actual sites directory and placed them in the test sites directory.
The problem is that if I visit actual/page.asp it displays fine yet if I visit test/page.asp I get an active server page error.
It is the same .asp page in both directories. What should I be looking for to make this work?