Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 17th, 2006, 05:11 AM
Authorized User
 
Join Date: Feb 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default How can I allow remote users to access sqlserver.

Hai friends,

    I am Gowtham. I developped a project (web application) using asp.net and c#. My application is running successfully at my system. But remore users are unable to run my application. They are getting an error message "SqlServer Exception--Login failed for user domain\userid". I am using windows integrated authentication. In IIS I set the property windows integrated authentication.

    The problem is with sql server authentication. How can I make all remote users to access my application. Could you please help me.

Thanks and Regards
Gowtham sen.


Gowtham Sen
__________________
Gowtham Sen
 
Old February 18th, 2006, 06:10 PM
Friend of Wrox
 
Join Date: Dec 2005
Posts: 146
Thanks: 0
Thanked 1 Time in 1 Post
Default

Is IIS running on a different box than SQL (but part of the same Active Directory Forest)? If so, then in order to use Windows Authentication you need to allow the IIS box to impersonate users (it is a right that is granted to the computer account through Active Directory Users and Computers tool).

Setup a share on the SQL box (just for testing that users can access it). Allow Everybody read. Can the users access the share? If not then you may have other issues with AD and users

David Lundell
Principal Consultant and Trainer
www.mutuallybeneficial.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing a remote sqlserver Through Proxy Server? mizimizi Classic ASP Databases 0 July 23rd, 2006 05:49 AM
Connect Remote SQLServer Database krajdyal ADO.NET 1 December 21st, 2005 02:47 PM
[Problem] Remote SQLServer CE ahan C# 0 October 7th, 2004 10:17 PM
Transferring Users in sqlserver samarzone SQL Server 2000 6 July 7th, 2004 12:48 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.