Impersonation in Windows XP & Crystal Report 9
From: Parag Dighe (pdighe_at_dimon.com)
Date: 04/08/04
- Next message: Drew Cooper [MSFT]: "Re: preventing users from removing a domain"
- Previous message: Drew Cooper [MSFT]: "Re: Command-line registry ACL editting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 7 Apr 2004 16:37:25 -0700
I am trying to develop a Web App for my company's
Intranet using Visual Studio .Net (VB.Net) on WIndows XP
Pro (Web Server), with identity impersonation to some
Domain user. My Web.Config file takes the form:
<identity impersonate = "true" userName = <DomainUser>
password = <userPassword>/>
When I add a Crystal Report Viewer to a web form within
this application and try to run this, it throws an error
and execution fails. I know you would be curious to know
the details of error. It is wierd error - Some VBC.Exe -
Application Failure error, due to a Access voilation
exception. Well, this error does not given much
information. The bottom line is, if I remove
the "userName" and "password" from the identity tag,
everything works well. FYI my domain user which I am
using is an Administrator on the web server (Windows XP
Pro in this case).
If I try to do exact same thing on Windows 2000, it
works. This has forced me to think this a Windows XP Pro
issue. FYI, Crystal Report 9 works under the ASPNET
worker Process user. I do not want to change the ASPNET
worker process user in machine.config file.
Please let me know if any one among you have come accross
similar problem or have any suggestions. Any tips will be
greatly appreciated.
- Next message: Drew Cooper [MSFT]: "Re: preventing users from removing a domain"
- Previous message: Drew Cooper [MSFT]: "Re: Command-line registry ACL editting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|