RE: SQL Server End User Problem



Try adding "Network Library=dbmsoccn" to the connection string to force the
connection to use TCP/IP for the connection so that the SQL server login will
be used. The default network library for SQL server is Named Pipes which uses
Windows Authentication.

"Lyners" wrote:

> I have an ASP.NET Site. My Web Server is a Windows 2003 Server, My SQL Server
> 2000 runs on another Windows 2003 server. I setup the website so that the
> connection statement would be in the web.config file (with a generic userid
> and password). I ran into a problem, for some reason the end users
> credentials are being passed to the SQL Server. If I do not have their Global
> User Name as a user in SQL Server, they are denied access. If I have there
> name, it works. Now this would be great if we wanted that tight of security,
> but in our case, it is a public website for everyone to see the data. What I
> was trying to do is have the vb behiond the scenes program call the SQL
> Server using the generic user id and password and retrieve data. I thought I
> had this working until I used an end user that had never used the SQL Server
> before. Can some one walk through an example of how this should be setup?
>
> Thank you.
>
> Here is my web.config file
> <configuration>
> <appSettings>
> <add key="DsnSqlOle" value="provider=SQLOLEDB;
> server=Servername\development; database=databasename; uid=user; pwd=theword"/>
> <add key="DsnSql"
> value="server=Servername\development;uid=user;pwd=theword;database=databasename"/>
> <!--This key is for directory locations for reports-->
> <add key="ExportDir" value="Export\"/>
> <add key="ReportDir" value="Reports\"/>
> </appSettings>
> <system.web>
> <compilation defaultLanguage="vb" debug="true"><assemblies><add
> assembly="CrystalDecisions.CrystalReports.Engine, Version=9.2.3300.0,
> Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add
> assembly="CrystalDecisions.ReportSource, Version=9.2.3300.0, Culture=neutral,
> PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Shared,
> Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add
> assembly="CrystalDecisions.Web, Version=9.2.3300.0, Culture=neutral,
> PublicKeyToken=692fbea5521e1304"/><add
> assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=9.2.3300.0,
> Culture=neutral, PublicKeyToken=692fbea5521e1304"/></assemblies></compilation>
>
> <customErrors mode="Off"/>
>
> <authentication mode="Windows" />
>
> <authorization>
> <deny users="?" />
> </authorization>
> <trace enabled="false" requestLimit="10" pageOutput="false"
> traceMode="SortByTime" localOnly="true"/>
>
> <sessionState mode="InProc"
> stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data
> source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20"/>
>
> <globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
> </system.web>
> </configuration>
.



Relevant Pages

  • Re: Slow booting xp home.
    ... Changing the boot order to boot first from your hard disk might save you a half second, but you won't be able to boot from a CD until you change it back - and the time spent to do that will erase any previous time saved. ... 2- Consider what software you really want to start with Windows and also how you've configured your applications at startup ... Installing and Registering Visual Studio Express Editions Smart Device ...
    (microsoft.public.windowsxp.perform_maintain)
  • Re: Slow booting xp home.
    ... Thirty seconds to boot Windows? ... I read somewhere that Microsoft suggest 30s boot up on xp home, I have seen videos on youtube of 8s boot up on xp, I'd be delighted with 30s and happy just to get below a minute. ... Installing and Registering Visual Studio Express Editions Smart Device ...
    (microsoft.public.windowsxp.perform_maintain)
  • Re: Remote connection failed
    ... If you are going over a remote connection or are not logging ... into the domain where SQL Server is then no, Windows ... authentication won't work. ...
    (microsoft.public.sqlserver.connect)
  • Re: Security Update for SQL Server 2005 Service Pack 2 (KB948109)
    ... If you're running Windows Live Mail, sign out then close the application. ... Understand that you can open a free support incident about your issues: ... When you call, clearly state that your problem is related to a Security Update and cite the update's KB number. ... SQL Server Database Services 2005 ENU SP2 ...
    (microsoft.public.windowsupdate)
  • Getting to the bottom of MSDE network connection problems ...
    ... but other than that it is MSDE 2000 with sp3a already applied. ... I've finally figured out the connection problems associated with this, ... and it seems the problems are due to Windows XP and not MSDE. ... the enterprise/standard versions of SQL server won't install ...
    (microsoft.public.sqlserver.msde)