Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Excel File with Perl in IIS6.

Status
Not open for further replies.

gb1z

Programmer
Mar 12, 2009
1
US
I copied an existing website that uses a Perl script from Windows Server 2000/IIS5.0 to Server 2003/IIS6.0. The script populates an excel file that is available to download via the client browser. After I moved the code, it now saves the excel file to the server and the client doesn't have access via the browser. Is this a permissions issue with IIS6.0 or a configuration setting I need to change? I have given 'everyone' full access to the directories that contain the website and Perl script, but that didn't help.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top