Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems Creating a file
Message
From
14/01/2011 09:15:11
 
 
To
14/01/2011 09:00:55
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01496043
Message ID:
01496164
Views:
30
>>>>>>If it is then all you need be sure of is that the IIS account used by that page on the report server (as determined above) has sufficient permissions/rights to access the required folders on that server.
>>>>>>If the page is NOT allowing anonymous access then your HttpRequest much include credentials that will be recognized as valid by the report server. This won't change the account used to process the page on the report server.
>>>>>>What happens if you try accessing the url from a browser? Are you prompted for login information?
>>>>>
>>>>>Yes, I get prompted for the Administrator password, but just the first time.
>>>>Once you've logged in once it will persist until the browser is closed.....
>>>>
>>>>I'd suggest temporarily allowing anonymous access the the url you are trying to reach with the HttpRequest. That way the credentials you send (if any) are irrelevant.
>>>>If the process still fails then the problem will be internal to the report server - you'll still need to determine the IIS account being used to process the request and make sure it has sufficient access permissions.
>>>>If it succeeds then remove the anonymous access and try hard coding the administrators credentials as the HttpRequest.Credentials.
>>>>(JIC : You can change the anonymous access setting by opening the page properties / File Security / Authentication /Edit and toggling the check box)
>>>
>>>Sorry, I'm not clear where I need to open "the page properties / File Security / Authentication /Edit". Where do I find that?
>>
>>In IIS on your report server expand the website tree to locate the page in the right panel. Right click on the page / choose Properties
>>(Hope it's the same on your version :-{)
>>You can do the same thing at a higher level if you want but probably best to restrict the change to the single page only....
>
>I don't understand it fully, but there is no report server in IIS. SSRS says that IIS is no longer needed and the virtual directories no longer show up in IIS. I can't find any way to access the SSRS configuration besides the SSRS Config applet which has no mention of anonymous anywhere.
>
>As an experiment, I hardcoded the username and password in and it apparently worked (except now I am trying to display the printer dialog and it's giving me another merror message, but that's for another day).

ARrrrgrgggghhh. I didn't realise the request was going to a SSRS. I thought you were using just using another IIS web site. No wonder we were at cross purposes (especially since it's something I've never used :-}
Anyway if you've got it working by hard-coding the credentials for the request you've made some progress.....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform