Ask a Question related to ASP.NET Security, Design and Development.
-
Shannon Cayze #1
Accessing a Crystal Report on a remote server
Hello all,
I have an ASP.Net app using C# running on a web server. In this app I
attempt to access a Crystal Report on another server. If I set the
ReportSource through the DataBindings property in the designer, it
works perfectly in design mode. However, when I run the app, it can't
access the report. I even explicity set the ReportSource again in the
Page_Load and it doesn't work. The path that I'm using has the
following form: "\\someserver\\someshare$\\somefolder\\MyReport.rp t"
(I've also tried it with "\\\\someserver......." because of the escape
characters but that didn't work in any mode). Does Visual Studio .Net
access the file under a different user account in design mode than
ASP.Net accesses it at run-time? What security permissions must I
grant on the server with the Crystal Report? For example, do I grant
access to the machine with the app on it or to a user on the machine?
Thanks in advance,
Shannon
Shannon Cayze Guest
-
Accessing remote server
Hello, I'm trying to access MySQL server version 5.0.22 with the MySQL Administrator version 1.1.9. This MySQL server is running on a remote... -
crystal report "logon failed" on windows server 2003
Hi all, I encountered a crystal report deployment problem. I make reports with Crystal Report for Visual Studio .NET 2003. It works fine in... -
Using Integrated Security for Accessing SQL on Remote Server
Hello, I am currently trying to use integrated security to access the SQL database for the ASP.NET application (deployed on an intranet) I am... -
Crystal Report and Active Server Page
Hi All, Hope some one can help me. I am new to the world of ASP. Yes, I have created some asp pages, for our organization. My Server... -
Accessing a script on a remote server
I have a script set up on one server which queries the mysql server there and creates html code with the results. How do I access this and include...



Reply With Quote

