
July 26th, 2001, 09:32 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
Web Service Authorization
Originally posted by : Frank (frank.schlatter@gmx.de)Hi,I try to use Windows authentication and authorization on my ASP+ Web Application consisiting of several ASPX-pages and Web Services (*.asmx). My IIS properties for the application directory are set to "Anonymous Login: Disabled" and "Integrated Windows Login: Enabled". The "web.config" file contains the following code: Authorization works fine, when trying to access the test.asmx web-service from the browser.However if I try to call a web-method of test.asmx from an aspx-page through a web service proxy-object I get a HTTP 401: ACCESS DENIED messages onthe method call.With "Anonymous login: enabled" everything works fine, but I can't access the Windows login-name of the users and therefore my authorization concept won't work.Any ideas
|