On Thu, Sep 3, 2009 at 6:06 PM, Suraj<[email protected]> wrote:
> Hi all,
>
> I have created a crystal report which is used in a aspx page with the
> crystal report viewer component. This is working fine in the development
> machine. But when I deployed it in Production machine it is asking for user
> id and password for the crystal report page.
>
> How can I get rid of this.
>
> Regards,
>
> Vikas

Your production machine is operating with different credentials.
Figure out what context the production machine is running in. If
appropriate, grant rights to that account for the CR/database
resources being requested. Each app pool really should have its own
system or domain account. If need be, also consider using identity
impersonate in the web.config, or do in-code impersonation around the
operations that require authorization.

∞ Andy Badera
∞ +1 518-641-1280
∞ This email is: [ ] bloggable [x] ask first [ ] private
∞ Google me: http://www.google.com/search?q=(andrew+badera)+OR+(andy+badera)

Reply via email to