Thursday, March 22, 2012

Trouble with IIS

I have touble with IIS 6.0 in Win 2003 SP1 . I have webservice which use
integrated autentication . In asp page i call webservice with
System.Net.CredentialCache.DefaultCredentials . Asp page run on concrete user
.. But asp page return error 401 . Access denied ...
where I create error ?

thanx
marekIs it possible the client user doesn't actually have permissions to access
your server?

-Brock
DevelopMentor
http://staff.develop.com/ballen

> I have touble with IIS 6.0 in Win 2003 SP1 . I have webservice which
> use
> integrated autentication . In asp page i call webservice with
> System.Net.CredentialCache.DefaultCredentials . Asp page run on
> concrete user
> . But asp page return error 401 . Access denied ...
> where I create error ?
> thanx
> marek
Web service is called from webpages, where is defined pool with user identity
admin.Impersonifikate i am not have set.

"Brock Allen" wrote:

> Is it possible the client user doesn't actually have permissions to access
> your server?
> -Brock
> DevelopMentor
> http://staff.develop.com/ballen
>
> > I have touble with IIS 6.0 in Win 2003 SP1 . I have webservice which
> > use
> > integrated autentication . In asp page i call webservice with
> > System.Net.CredentialCache.DefaultCredentials . Asp page run on
> > concrete user
> > . But asp page return error 401 . Access denied ...
> > where I create error ?
> > thanx
> > marek
>
>

0 comments:

Post a Comment