Hi. Right, I'll try to explain this...

I'm working in VB6 on an IIS app. I've (obviously) got PWS installed.

My app lets the user pick reports, which my code generates and will save somewhere on my harddrive. I'd then like to be able to provide a link for the user to download the finished report (it's in Excel format, btw).

I can do everything except figure out where to put the finished report.

PWS says my home directory is "C:\My Documents\Inetpub\wwwroot", and I've tried creating a folder in there called "Output" and then providing a link to "/Output/" and the filename, but it don't work.

Could somebody please explain to me what the hell I'm trying to do? And maybe even how to do it?