iis 6 - HTTP 401.3 when PUT, DELETE to ADO.NET Data Service (.svc) -


I have an ADO.NET data service (we call it service.svc). When I run it integrated with Integrated Windows Authentication on the IIS 6 site, all requests (Receive, Post, Put, and Deletes) work fine for me, because I'm an administrator on the box. However, when a non-administrator hits the user service, then only GET and POST requests work. When they try the PUT or DELETE request, they receive an HTTP 401.3 "Access denied" error:

"Error message 401.3: using the credentials you provided You do not have permission to view this directory or page (Access restricted due to access control lists) Ask the administrator of the web server to grant you access to '... ... service.svc'. "

< P> if i am "authentic users Returns received permission to write to the local group "I .svc file, as everything should work, but I really do not want to do (and do not think I have to make it work). In fact, I'm confused about how the change of file permissions will affect it, but this is definitely a problem.

I have got some different suggestions for deciding to some degree similar problems in Microsoft forums (and I will post more links, but I am being told That new users can only post a link to a post), but none of the solutions helps.

Any help is greatly appreciated I am definitely not an IIS specialist, and it has stumped me.

I went into this same problem and did not find a complete solution, but I have another solution You got it (except to allow you to write), you can use it so that you do not need writing permissions. You can use the post tunnel to make all your calls as POST, and then you can add a header to tell the service what it really is ...

The same problem There is a thread to discuss and how to do tunneling is to work around it.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -