Ask a Question related to ASP.NET Web Services, Design and Development.
-
RichardF #1
Permissions problem accessing SQL Server from Web Service on Windows 2003
I have a Web Service that accesses a SQL Server database.
IIS, SQL Server and the Web Service are all running on the same
machine.
As I have done on other machines, I gave the appropriate permissions
to the IIS_WPG user group.
However, on this machine, when my web service tries to open a
connection to the database I get the following message...
..Net SqlClient Data Provider: System.Data.SqlClient.SqlException:
Login failed for user <DOMAINNAME>\<MACHINENAME>$'. at
System.Data.SqlClient.ConnectionPool.GetConnection (Boolean&
isInTransaction) at
System.Data.SqlClient.SqlConnectionPoolManager.Get PooledConnection(SqlConnectionString
options, Boolean& isInTransaction) at
System.Data.SqlClient.SqlConnection.Open() at
MyWebService.OpenTheDBConnection()
Where <DOMAINNAME> and <MACHINENAME> are the domain name and machine
name of the machine where I am running everything.
Any ideas why it is using <DOMAINNAME>\<MACHINENAME>$ instead of the
IIS_WPG group?
Thanks for any help.
RichardF
RichardF Guest
-
401 Error on Windows 2003 Server Accessing Web Service
Hi. I have a web service running on 2003 Server. The client app running on the same machine gets a 401 error, but browsing the web service in... -
Windows 2003 server- permissions and sharing
Hello, I am fairly new to windows server and am trying to understand how shares and permissions work. I understand how to share a folder but am... -
access permissions in asp.net web service in windows 2003 server
First off I am using windows server 2003, IIS 6.0 .Net framework 1.1.4322..... I am attempting to use COM+ Loosely Coupled Events (LCE) from an... -
Elevating permissions for Web service running on IIS6/Windows Server 2003
I have a Web service hosted in IIS 6 on Windows Server 2003 that needs to write to the application event log. The default permissions prevent this.... -
ASP.NET, IIS 6.0 (Windows Server 2003) and Com permissions...
I have an ASP.NET application that instantiantes a Win32 C++ Com object. This object's methods require specific access permissions to the...



Reply With Quote

