Hey everyone,
I have 2 servers setup, one an exchange server (2000) and one running .NET FW for ASP.NET. I'm trying to write an Interface that allows me to supply a link in my ASPX page that will open up a word doc on the Exchange Server in a public folder. I'm using a URL link to the public folder and the file name directly.
I currently have authentication turned on for both places, Exchange and on my web page using Integrated Windows Authentication. But since they are working across to different domains: exchange.domain.com and track.domain.com, when it tries to open up the doc, it asks for the users id and password and domain again (since its in a different url domain). Is there a way I can have it so it only authenticates once, when they initially log into the web application?
Thanks.
I have 2 servers setup, one an exchange server (2000) and one running .NET FW for ASP.NET. I'm trying to write an Interface that allows me to supply a link in my ASPX page that will open up a word doc on the Exchange Server in a public folder. I'm using a URL link to the public folder and the file name directly.
I currently have authentication turned on for both places, Exchange and on my web page using Integrated Windows Authentication. But since they are working across to different domains: exchange.domain.com and track.domain.com, when it tries to open up the doc, it asks for the users id and password and domain again (since its in a different url domain). Is there a way I can have it so it only authenticates once, when they initially log into the web application?
Thanks.