Re: HWS - Cant browse HwsService.asmx
- From: Asbjørn Rygg <a-rygg@xxxxxxxxxxxxxxxxx>
- Date: Sat, 08 Apr 2006 17:45:10 +1000
I somewhat overlooked that you were using IIS 6 AppPools and assumed IIS 5 on XP - sorry about that..
The application pool identity should be the service user you selected for BizTalk HWS access when BizTalk was configured. So the user to give registry access to is the identity of the application pool.
I tried changing identity to Network Service for the HwsWSAppPool and was able to reproduce the same failure you are getting. Changing back to the service user (or giving Network Service read access) solved the problem.
Cheers,
Asbjorn
Danila wrote:
Thanks for your help..
I tryed your suggestion, but unfortunatelly, it didn't work.
I also tryed to go from another direction and added the aspnet account to the local administrators group on biztalk server computer. didn't work either :(
I guess Im missing something.
P.S. The biztak computer is a virtual PC, can this be the reason for all that mess?
"Asbjørn Rygg" wrote:
Hi,
You are right about your finding - the aspnet user may not have the read permissions it needs for the registry key. To give access open regedit and go to HKLM\SOFTWARE\Microsoft\BizTalk
Server\3.0\Hws\WebService\Identity\ASPNET_SETREG , right click the ASPNET_SETREG and select Permissions. Give the ASPNET user read permissions and you should be fine.
Cheers,
Asbjørn Rygg
Danila wrote:Found a partial solution...
According to http://www.webservertalk.com/archive178-2004-8-362405.html
the problem is that aspnet_ws doesnt have permission to read registry values used to impersonate.
I went to webconfig of the hwsservice and manually edited the entry
<identity impersonate="true" userName="myUserName"
password="myPass"
/>
with values of the user who is adminstrator on the computer. Its working, but the values are in plain text. Ill keep looking and post m findings
- References:
- Re: HWS - Cant browse HwsService.asmx
- From: Asbjørn Rygg
- Re: HWS - Cant browse HwsService.asmx
- Prev by Date: Re: BTS 2004 and .Net 2.0 not getting along ?
- Next by Date: Re: How to wrap ns0 and xmlns:ns0="http://xxx" to plain XML document
- Previous by thread: Re: HWS - Cant browse HwsService.asmx
- Next by thread: username and password from a SOAP-port
- Index(es):
Relevant Pages
|