Home > Item #157
I have installed CactuShop on my computer, I have Windows 2000 and IE 6.0. I've already set up all the security permissions, but every time I try to open the cactushop/default.asp, I get a file download window pop up.
This is a problem with ASP. If ASP is not enabled on the server, or the folders do not have 'scripts' permissions set, the server considers that files can only be 'read'.
With HTML files this is fine. They will be served back to the browser. But ASP pages need to run - if permissions only allow them to be read, they will be treated as file downloads.
To rectify the problem, first ensure that ASP support is present on your IIS server. Secondly, check the CactuShop web in IIS and ensure that 'scripts' permissions are enabled for all folders where ASPs are present. This should rectify the problem.