Hi
We have set up one custom tab in office communicator.Our web application is working from windows authentication in browser.When we set up custom tab for this application in office communicator, it does not show the custom tab inside the communicator.I have check the error in IIS log. The following error is coming:
#Date: 2009-05-05 06:45:29
#Fields: date time s-sitename s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status
2009-05-05 06:45:29 W3SVC1 127.0.0.1 GET /itimarchiveviews/tab.xml - 80 - 127.0.0.1 Communicator 401 2 2148074254
but when we make the application as anonymous access in IIS, it works in communicator.But we want application should work with windows authentication in communicator.
Please give some solution.