I migrated an application from IIS 6 to IIS7 and everything works except one thing.
We have a Download Manager that uses a WebService to connect to the site but for some reason it gives the following error:
" Error message 401.2.: Unauthorized: Logon failed due to server configuration Verify that you have permission to view this directory or page based on the credentials you supplied and the authentication methods enabled on the Web server. Contact
the Web server's administrator for additional assistance"
Looking at IIS logs it shows the following:
2008-09-30 18:46:03 XX.XX.XXX.XX POST /DataSite/FileList2.asmx - 80 - XX.XX.XXX.XX Mozilla/4.0+(compatible;+MSIE+6.0;+MS+Web+Services+Client+Protocol+2.0.50727.1434) 401 0 0 92
I checked all the possible permissions and compare with the ones in IIS6 where this is working but still no luck.
Anonymous Authentication is enabled for this application starting with the website down to all the virtual directories.
Any ideas?
Thanks
C