| Author |
Problem deploying webservice from dev to test machine
|
|
|
| Hi
I am trying to deploy an webservice (orchestration) from my dev machine (XP)
to a test machine (WIN2K3) that does not have VS installed on it. I created a
web setup MSI package and installed web service ok
However when i try and view the webservice
(http://localhost/bzLoanSubmission.O...ionRequest.asmx)
thru IE I get 'Page Not Found" error.
If I type in http://localhost/bzLoanSubmission.Orchestrations_Proxy/ then
the webservice is displayed, clicking on it displays the "PAge Not Found"
error.
Is there are any security settings I need to change (say for ASPNET)
Regards
Tim
| |
| Saravana Kumar 2005-04-13, 7:58 am |
| See whether ASP. NET is installed on that server. To do that:
On IIS, expand "web Service extensions"..On the right hand side see whether
ASP. NET v1.1.4322 is allowed.
If you can't see them, don't worry you can install it
on your command prompt go to C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\
and type aspnet_regiis /i
This will install ASP.NET reset, after that go to web service extension and
allow asp.net.
HTH
--
Cheers
Saravana [MCP - Biztalk Server 2004]
http://saravanakumarmv.blogspot.com
"TimG" <TimG@discussions.microsoft.com> wrote in message
news:C525BEB8-D6F0-46DF-96D2-56184D70C9BF@microsoft.com...
> Hi
>
> I am trying to deploy an webservice (orchestration) from my dev machine
> (XP)
> to a test machine (WIN2K3) that does not have VS installed on it. I
> created a
> web setup MSI package and installed web service ok
>
> However when i try and view the webservice
> (http://localhost/bzLoanSubmission.O...ionRequest.asmx)
> thru IE I get 'Page Not Found" error.
>
> If I type in http://localhost/bzLoanSubmission.Orchestrations_Proxy/ then
> the webservice is displayed, clicking on it displays the "PAge Not Found"
> error.
>
> Is there are any security settings I need to change (say for ASPNET)
>
> Regards
>
> Tim
| |
|
| Thanks for that it worked
I have set the identity of the biztalk application pool and the web site
anonymous access to the user domain\btsisohostservice (member of BizTalk
Isolated Hosts Group and IIS_WPG)
Is it correct to do that
Regards
Tim
"TimG" wrote:
> Hi
>
> I am trying to deploy an webservice (orchestration) from my dev machine (XP)
> to a test machine (WIN2K3) that does not have VS installed on it. I created a
> web setup MSI package and installed web service ok
>
> However when i try and view the webservice
> (http://localhost/bzLoanSubmission.O...ionRequest.asmx)
> thru IE I get 'Page Not Found" error.
>
> If I type in http://localhost/bzLoanSubmission.Orchestrations_Proxy/ then
> the webservice is displayed, clicking on it displays the "PAge Not Found"
> error.
>
> Is there are any security settings I need to change (say for ASPNET)
>
> Regards
>
> Tim
| |
| Scott Colestock 2005-04-22, 5:54 pm |
| It should be sufficient to set the identity of the IIS6 application pool to
the correct account.
Scott Colestock
"TimG" wrote:
[vbcol=seagreen]
> Thanks for that it worked
>
> I have set the identity of the biztalk application pool and the web site
> anonymous access to the user domain\btsisohostservice (member of BizTalk
> Isolated Hosts Group and IIS_WPG)
>
> Is it correct to do that
>
> Regards
>
> Tim
>
>
> "TimG" wrote:
>
|
|
|
|