RE: Login failed for user ''. The user is not associated with a tr



Hi Roger,

Most ISPs require the User ID and Password you were issued in the connection
string. Try checking the support forum on your ISP for more information on
the proper format for the connection string when using SQL Express.
'Integrated Security = true' almost always implies that you have been
authenticated via windows security.

Sorry I can't offer more help - perhaps other forum users can chime in..

Jeff

"Sylvan" wrote:

> First, I made a mistake, it works fine on my dev computer, just not on my ISP
> site.
> Here are the connection strings I am using:
>
> <connectionStrings>
> <!--<add name="Personal" connectionString="Data
> Source=.\SQLExpress;Integrated Security=True;User
> Instance=True;AttachDBFilename=|DataDirectory|Personal.mdf"
> providerName="System.Data.SqlClient"/>-->
> <!--<add name="Personal" connectionString="Data
> Source=sql2005.aspnix.com;Integrated Security=True;User
> Instance=True;AttachDBFilename=c:\domains\topodepot.com\wwwroot\App_Data\Personal.mdf" providerName="System.Data.SqlClient"/>-->
> <add name="Personal" connectionString="Data
> Source=sql2005.aspnix.com;Integrated Security=True;User
> Instance=True;AttachDBFilename=|DataDirectory|Personal.mdf"
> providerName="System.Data.SqlClient"/>
> <remove name="LocalSqlServer"/>
>
> <!--<add name="LocalSqlServer" connectionString="Data
> Source=.\SQLExpress;Integrated Security=True;User
> Instance=True;AttachDBFilename=|DataDirectory|aspnetdb.mdf"/>-->
> <!--<add name="LocalSqlServer" connectionString="Data
> Source=sql2005.aspnix.com;Integrated Security=True;User
> Instance=True;AttachDBFilename=c:\domains\topodepot.com\wwwroot\App_Data\aspnetdb.mdf"/>-->
> <add name="LocalSqlServer" connectionString="Data
> Source=sql2005.aspnix.com;Integrated Security=True;User
> Instance=True;AttachDBFilename=|DataDirectory|aspnetdb.mdf"/>
> </connectionStrings>
>
>
> The first commented out one in each section is the local connection string
> that works fine on my dev computer. The second commented out one used to work
> on my ISP. It now gives the "Login failed for user" error. The third one I
> tried, but it gives the "Invalid value for key 'attachdbfilename'. " error.
> Is there any log files anywhere that might give more information, or does
> anyone there know what might be causing this problem? I used the "Copy web
> site..." procedure to deploy from my dev machine to my ISP (ASPNix BTW).
>
> --
> Roger Bedell, President, Sylvan Ascent Inc.
>
>
> "Jeff" wrote:
>
> > Sounds like your connection string is using "Integrated Security".
> >
> > Jeff
> >
> > "Sylvan" wrote:
> >
> > > I am new with this personalization stuff.
> > >
> > > Everything was working fine, however, now I always get the Login failed for
> > > user ''. The user is not associated with a trusted SQL Server connection.
> > > error message.
> > >
> > > This is for anonymous personalization, very simple. I am just trying to
> > > retrieve a string from Profile. This is what I have in my web.config file:
> > >
> > > <system.web>
> > > <anonymousIdentification enabled="true" />
> > > <profile enabled="true">
> > > <properties>
> > > <add name="MainMapPane1XML" defaultValue="" type="string"
> > > allowAnonymous="true" />
> > > <add name="MB2_LocatorXML" defaultValue="" type="string"
> > > allowAnonymous="true" />
> > > <add name="MB2_MapPaneXML" defaultValue="" type="string"
> > > allowAnonymous="true" />
> > >
> > > </properties>
> > > </profile>
> > > </system.web>
> > >
> > >
> > > It also does this on my identical ISP site. Any ideas?
> > >
> > > --
> > > Roger Bedell, President, Sylvan Ascent Inc.
.



Relevant Pages

  • Re: IP address blocks
    ... the string "vc" which I took to be either Victoria ... interface, of course, which is what they claim their ISP does. ... I'm sure their lips are moving as they read too. ...
    (rec.crafts.glass)
  • Re: Physical threats of violence by spammer
    ... I complained to the spammer's ISP. ... We got a string of phone calls - threatening violence to us over this. ... I reported it to the police but heard nothing further. ...
    (uk.legal)
  • Re: Physical threats of violence by spammer
    ... I complained to the spammer's ISP. ... We got a string of phone calls - threatening violence to us over this. ... I reported it to the police but heard nothing further. ...
    (uk.legal)
  • Re: Physical threats of violence by spammer
    ... I complained to the spammer's ISP. ... We got a string of phone calls - threatening violence to us over this. ... I reported it to the police but heard nothing further. ...
    (uk.legal)
  • Re: ADO connections question
    ... Function CreateADOObjects(ConnectionString as string) ... you'll see this error if the connection has not been ... I have a specific login form that calls the dbLogin function as shown ... Dim strCriteria As String ...
    (microsoft.public.access.adp.sqlserver)