Forum Discussion
Report Server Custom Authentication
- 8 years ago
Thank you v-qiuyu-msft for comments. It seems I had wrong URL in CodeGroup membership. When I changed URL from
C:\Program Files\Microsoft Power BI Report Server\PBIRS\PowerBI\Microsoft.Samples.ReportingServices.CustomSecurity.dll
to C:\Program Files\Microsoft Power BI Report Server\PBIRS\ReportServer\bin\Microsoft.Samples.ReportingServices.CustomSecurity.dll, it seems the permission problem has resolved and I can register new user.
However when login goes successfull and navigate to ReportServer Web Portal URL, it shows HTTP 500 Internal Server ERROR. Is there any way to investigate and find-out root cause of it?
Thanks once again,
M. Irfan
- 8 years ago
Thanks pbx This link help me to find out the exact problem. So for rest of the community here is the reason of HTTP 500 error
When we added "machineKey" in <RSPATH>\ReportServer\web.config path, everytime when pbix service restarted it remove this key. The step mentined here need to be updated v-qiuyu-msft. Best solution is to add machinekey in "machine.config" file inside <system.web> and then restart machine
32-bit
%windir%\Microsoft.NET\Framework\[version]\config\machine.config
64-bit
%windir%\Microsoft.NET\Framework64\[version]\config\machine.config
Note: This entry may create conflicts/problem for other application running on same machine so be careful.
Hope this will help. Thank you.
Hi malikirfan28,
I don't have much experience with develop section. Maybe mgmeyerriccardomutiJon-Heide from PG team have ideas?
Best Regards,
Qiuyun Yu
- malikirfan288 years agoHelper II
Thank you v-qiuyu-msft for comments. It seems I had wrong URL in CodeGroup membership. When I changed URL from
C:\Program Files\Microsoft Power BI Report Server\PBIRS\PowerBI\Microsoft.Samples.ReportingServices.CustomSecurity.dll
to C:\Program Files\Microsoft Power BI Report Server\PBIRS\ReportServer\bin\Microsoft.Samples.ReportingServices.CustomSecurity.dll, it seems the permission problem has resolved and I can register new user.
However when login goes successfull and navigate to ReportServer Web Portal URL, it shows HTTP 500 Internal Server ERROR. Is there any way to investigate and find-out root cause of it?
Thanks once again,
M. Irfan
- malikirfan288 years agoHelper II
Dear v-qiuyu-msft, mgmeyer, riccardomuti, Jon-Heide
Please need your support to resolve this HTTP 500 Error after successful login on Power BI Report Server.
Thank you in advance
- malikirfan288 years agoHelper II
You can review my configuration files using following links:
I have already placed Microsoft.Samples.ReportingServices.CustomSecurity.dll & pdb file in
C:\Program Files\Microsoft Power BI Report Server\PBIRS\ReportServer\bin
C:\Program Files\Microsoft Power BI Report Server\PBIRS\PowerBI
C:\Program Files\Microsoft Power BI Report Server\PBIRS\Portal
Please need your urgent support to resolve this HTTP 500 Internal Server Error.
Thank you.