Darrell Norton's Blog [MVP]

Sponsors

The Lounge

Wicked Cool Jobs

News

  • Darrell Norton pic

    MVP logo

    View Darrell Norton's profile on LinkedIn

    Currently Reading:

    weewar.com

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
BizTalk Overview updated

I updated the BizTalk Overview.  Additions include 5 GotDotNet workspaces, 6 new webcasts, and 2 new blogs.  Check it out!


Posted Thu, Apr 1 2004 5:56 AM by Darrell Norton

[Advertisement]

Comments

hung wrote re: BizTalk Overview updated
on Tue, Apr 13 2004 1:07 PM
I know that xlang schedule 2004 needs some account to run under.
I use a domain account that has admin right to the domain.
Now, I have an orchestration in biztalk 2004 calling some web service.
If I use anonymous authentication for the web service virtual directory, the orchestration works fine.

If I use windows authentication (that should authentication the admin account I run Xlang under), the orchestration failed!!! The event logs specially said the error is due to the web service virtual directory permission.

Do you know why? Logically, my set up should work, but it does not.

Thanks,
Hung
Darrell wrote re: BizTalk Overview updated
on Tue, Apr 13 2004 1:10 PM
If IIS is setup to allow anonymous authentication (which is what it sounds like in your example), even if you try to use Windows authentication it will run with the anonymous account. In IIS, you need to uncheck the "Anonymous Access" directory security checkbox.
Devlicio.us