I have built a reporting system using .Net which allows the user to choose from a list of Crystal Reports. After the user chooses a specific report from the list, they enter in parameters and press a button to display the report.
The data from the report shows up correctly, but the custom images that are the column headers do not. When each image attempts to load, a windows logon window pops up and asks for the users name and password. Even when a username and password are entered, the images fail to load.
This system has worked before, but after I made a slight modification to one of the .asp files and uploaded the new project to the webserver, I am having these permission problems. I've tried everything possible. The site is even allowing anonymous access, but it still will not work.
I am using Crystal Reports 11 with VS.Net2003.
Each image is designated as an OLE object just as Crystal suggests.
The data from the report shows up correctly, but the custom images that are the column headers do not. When each image attempts to load, a windows logon window pops up and asks for the users name and password. Even when a username and password are entered, the images fail to load.
This system has worked before, but after I made a slight modification to one of the .asp files and uploaded the new project to the webserver, I am having these permission problems. I've tried everything possible. The site is even allowing anonymous access, but it still will not work.
I am using Crystal Reports 11 with VS.Net2003.
Each image is designated as an OLE object just as Crystal suggests.