ASP.Net en SQL2000 authorisation
From: Edward (e.tollenaar@otsgroup.nl)
Date: 10/28/02
- Next message: Alex Crookes: "pointers on DSA and assymetric signature validation needed"
- Previous message: dustin: "password protect subdirectory and files within"
- Next in thread: Cowboy \(Gregory A. Beamer\): "Re: ASP.Net en SQL2000 authorisation"
- Reply: Cowboy \(Gregory A. Beamer\): "Re: ASP.Net en SQL2000 authorisation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Edward" <e.tollenaar@otsgroup.nl> Date: Mon, 28 Oct 2002 06:05:46 -0800
Our sql2000-server (say the name is mySRV) is using
windows authentication. I've put mine asp.net application
on a server called myTest. In ISM I've
unchecked "anonymous access". Mine web.config file has the
following statements:
<authentication mode="Windows"/>
<identity impersonate="true" />
and defines a sql-connectionstring as:
<add key="myConnectionString" value="data
source=mySRV;initial catalog=myDB;integrated
security=SSPI;persist security info=False"/>
When I start IE on the server and goes to my page
(//localhost/myWeb/Customer?id=1), everything is working
fine. Data is retrieved from SQL-server.
When I'm using IE on my own pc and uses the
url //myTest/myWeb/Customer?id=1 I get the following error
message:
System.Data.SqlClient.SqlException: Login failed for
user 'NT AUTHORITY\ANONYMOUS LOGON'.
Mine applition is used in a intranet and the users are
authorized for the server.
What must I do or configure to run the application from my
own pc?
Thanks in advance.
Edward
- Next message: Alex Crookes: "pointers on DSA and assymetric signature validation needed"
- Previous message: dustin: "password protect subdirectory and files within"
- Next in thread: Cowboy \(Gregory A. Beamer\): "Re: ASP.Net en SQL2000 authorisation"
- Reply: Cowboy \(Gregory A. Beamer\): "Re: ASP.Net en SQL2000 authorisation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|