niceguymattx
MIS
Hi all,
I apologies in advance if this is a really basic question, but its completely stumping me!!
I have an ASP.NET application running on one of our servers, which sends a few Web Service requests to our Sharepoint site. I'm trying to use windows integrated authentication to determines access to these web services (as opposed to saving a password in my code).
To cut a long story short I cant seem to get it to work! I have the following settings in my web.config file:
And have annonymous access switched off in our IIS, but it still doesnt work.
If I hard code in some credentials the application works fine. Am I missing something simple?
thanks in advance
Matt
I apologies in advance if this is a really basic question, but its completely stumping me!!
I have an ASP.NET application running on one of our servers, which sends a few Web Service requests to our Sharepoint site. I'm trying to use windows integrated authentication to determines access to these web services (as opposed to saving a password in my code).
To cut a long story short I cant seem to get it to work! I have the following settings in my web.config file:
Code:
<authentication mode="Windows" />
<identity impersonate="true" />
And have annonymous access switched off in our IIS, but it still doesnt work.
If I hard code in some credentials the application works fine. Am I missing something simple?
thanks in advance
Matt