-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: _Neeraj_
Message 9 in Discussion

What I guess out of this is : The application is trying to connect to
the database under the security context of user : ASPNET. So either
give the rights to this user or in your web.config impersonate the
user to a user that have rights in the database. If you impersonate,
as soon as you finish log in, the application will run under the
security context of the impersonated user and then you will be able to
connect to database.

For impersoantion you need to add this entry in <System.Web>

<identity impersonate="true|false"  userName="domain\username"
          password="password"/>


See if it helps you. 

Regards, 
Neeraj Saluja

----- Original Message -----
From: harisu <[EMAIL PROTECTED]>
Date: Mon, 27 Sep 2004 12:10:05 -0700
Subject: Re: Please help me in solving ASP.NET issue
To: BDOTNET <[EMAIL PROTECTED]>


New Message on BDOTNET


Please help me in solving ASP.NET issue


Reply

 Reply to Sender   Recommend Message 8 in Discussion 

From: harisu 


Prasanth,
 
I think you need to assign access permissions for ASPNET user account
to access the particular database.Check if the SQL server login is set
in Mixed mode. Also see if the ASPNET account has permissions to
access the database
 
View other groups in this category. 



Also on MSN:
Start Chatting | Listen to Music | House & Home | Try Online Dating |
Daily Horoscopes





To stop getting this e-mail, or change how often it arrives, go to
your E-mail Settings.

Need help? If you've forgotten your password, please go to Passport
Member Services.
For other questions or feedback, go to our Contact Us page. 

If you do not want to receive future e-mail from this MSN group, or if
you received this message by mistake, please click the "Remove" link
below. On the pre-addressed e-mail message that opens, simply click
"Send". Your e-mail address will be deleted from this group's mailing
list.
Remove my e-mail address from BDOTNET.


-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to