Hi there,
I have a question regarding accessing Outlook Calendars (not public calendars) from ASP.
Users do not login to NT by default, so the servervariable 'LOGON_USER' is empty.
I am happy with the programming side (CDO) , but want to allow access to some calendars via a generic login (a login that allows access to Meeting room mailboxes for example) , I do not want the user to have to login to exchange (via the prompt) when viewing the calendar.
Is there anyway to pass NT login details (those that the user provides in the
www.Authenticate prompt) using ASP?
Thanks