ich habe ein kleines Problem. Ich möchte per Asp.Net-Code mit dem Excel-Service auf eine Excel-Datei zugreifen. Diese ist per URL zugreifbar. Diese habe ich durch direkte Eingabe der URL in den Browser getestet.
Wenn ich nun versuche, diese Datei mit den Excel-Service über ExcelService.OpenWorkbook zu öffnen, erhalte ich jedesmal den Fehler:
Fehler bei der Anforderung mit HTTP-Status 401: Unauthorized
Ich habe alle Einstellungen gemacht, damit der Service auf die Datei zugreifen darf. (Speicherort als sicher markieren, Rechte für Ordner im IIS, etc.)
I have a small problem. I would by Asp.Net code with Excel Services to an Excel file. This is accessible via URL. I have this testet, by typing the URL directly into the browser.
When I try to open this file with Excel Services ExcelService.OpenWorkbook, I always get the error:
Errors in the request with HTTP status 401: Unauthorized
I make all the settings so that the service may access the file.
I would be very grateful for the help, Jörg Welters
after a week of correspondance with Microsoft Support, i have found the problem. There is a problem with the .Net Framework SP2. In the following article is a solution listed.