March 21, 2010
Trying to get this to work correctly on IIS 7 using VS 2008 and asp.net web development server. PHP is enabled on IIS. So far the download.php script file opens without calling the desired file. The website is asp.net.
I'm calling the file like this:
<a href="php/download.php?f=PriceList.pdf">Price List</a>
The download.php file resides in the root directory as php/download.php.
Any suggestions as to how to get this working would be helpful!