Re: SQL - Login falied, user null error w SSPI

From: shyam (excelsmart1@yahoo.com)
Date: 03/03/03


From: "shyam" <excelsmart1@yahoo.com>
Date: Mon, 3 Mar 2003 17:13:53 +0530


u try this...it will force u to start ur context under specified username
and pwd...

<processModel
      enable="true"
      username="domain\user"
      password="password"
   />

"ShikariShambu" <shikarishambu70@hotmail.com> wrote in message
news:Osa6p#N4CHA.2396@TK2MSFTNGP09.phx.gbl...
> Hi,
> I have an intranet site that is set to use integrated windows
> authentication. For data access we are running the website under an
account
> that has privilege to access the DB( by setting the anonymous access
account
> in iisadmin for the site). However, when I try to run the site I get an
> error saying
>
> Login failed for user '(null)'. Reason: Not associated with a trusted SQL
> Server connection
>
> Appreciate any help in resolving the error.
>
> thanks
>
>



Relevant Pages

  • Re: SQL - Login falied, user null error w SSPI
    ... > I have an intranet site that is set to use integrated windows ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Changing domain user password
    ... editing the processModel section. ... If you have changed the process model account, there is no reason to also ... > DirectoryEntry de = new DirectoryEntry; ... Impersonation may or may not be needed as ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Server Application Unavailable
    ... password supplied in the processModel section of the config file ... directory allow access to the configured account. ... You can find the application pool in the properties of the website and/or virtual directory that contains the site you're trying to get to run. ... Read/write rights in the ASP.NET Temporary Files under the framework directory ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Server Application Unavailable
    ... The configuration is Windows 2000, with .NET 2.0 the default ASP.NET ... password supplied in the processModel section of the config file ... directory allow access to the configured account. ... Read/write rights in the ASP.NET Temporary Files under the framework directory ...
    (microsoft.public.dotnet.framework.aspnet)
  • Server Application Unavailable
    ... I'd actually likely be able to figure this out on my own if the administrator note were correct, but I can't find anything in the event log about the issue either. ... I see nothing about username/password in the processModel Section of that file, ... correctly installed and that the ACLs on the installation ... directory allow access to the configured account. ...
    (microsoft.public.dotnet.framework.aspnet)