Hope someone can help ...
I have created a component that receives requests and arguments from ASP,
uses a template from a pre-specified folder (C:\myfolder\..."), creates a
final document based on the arguments, and put in a destination folder
that resides in the \\..\wwwroot, so that the requester can download from
the hotlink on the next ASP page.
The system works fine until I migrate the project to a new web site with
NT Load Balancing Services. It seems like the component can't find the
pre-specified and the destination folders, even though I have the folders
copied to all web servers with identical windows paths.
Thanks