Daspoo
Well-known member
Hey, I was wondering if anyone could help me with an issue. I am writing a very basic ASP.NET web application (Visual Basic Code), and in it I will attempt to select a Crystal report name from a dropdown list. Once I select that file, and then click the appropriate hyperlink, the report will open in a different browser window. My problem is, I cannot access the network drive containing the file I need to view. The drive is mapped on my local system, but even when I hard-code the physical drive letter and directory where the report exists, I get a message indicating that the file could not be loaded. It works for any reports sitting locally on my C:\ drive, but no network drive reports. Anybody got any ideas? Im assuming this has something to do with "identity impersonation", and Ive tried it, but Im new to ASP.NET and Im more than sure Im doing something wrong, or at least omitting something significant. Any help would be greatly appreciated!