G
Guest
Hi, I have a ASP .Net, and in this I load a report or Crystal, with this
instruction:
crReportDocument.Load(Server.MapPath("") & "reporte.rpt");
It's good, but when I try to load a remote report file by example:
crReportDocument.Load(\\Servidor\rpts$\reporte.rpt);
I have problems and send me an error:
Load report failed,
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException:
Error of beginning of session: name of unknown user or incorrect password.
Somebody can help me? what can I do to load remote reports? I read than I
need to give permisions or to add a valid user in IIS, but I don't know how
do that?
Help me please!!
Thanks a lot
REGARDS!
instruction:
crReportDocument.Load(Server.MapPath("") & "reporte.rpt");
It's good, but when I try to load a remote report file by example:
crReportDocument.Load(\\Servidor\rpts$\reporte.rpt);
I have problems and send me an error:
Load report failed,
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException:
Error of beginning of session: name of unknown user or incorrect password.
Somebody can help me? what can I do to load remote reports? I read than I
need to give permisions or to add a valid user in IIS, but I don't know how
do that?
Help me please!!
Thanks a lot
REGARDS!