Hi all
I have created a web service ( pb 2017 R3 build 1858 ) on my machine ( called it lola_tech)
the purpose is : connecting a db and return xml formatted answer for 3party users .
each db is physically located on my customer's site .
I want to publish the same ws as much as I need ( about 100 different sites for now)
the db connection made by an ini file ( published with the ws )
I have created msi file and install it on the first machine .
( the db is MSsql / Sybase )
I have some Questions :
1. on my sever ( the developer one ) , I can see automatically in : c:\inetpub\wwwroot\ , 2 folders ,
on the customer's pc , its installing on : c:\program files (x86)\… why ?
I copied the directories to the c:\inetpub\wwwroot .. Is that ok ?
2. Do I need something more to do ? configure ?
3. To get to the WSDL file , I double clicked the .asmx file but I get error on the explorer , the page cant be displayed
4. how the 3party knows to connect to the right ws if it is published on 100 pc's by the same name?
thanks
That is all that I do to make my WS's run in another IIS instance. Don't forget to make sure that the proper .NET run-times are also installed on the IIS machine. When you are installing your PB WS's, make sure that you point the installer to "c:\inetpub\wwwroot" so that your WS is installed *under* IIS - not outside as the default might be.
HTH
Regards ... Chris
I seems to work . I get to see the WSDL file under the IE . what was missed is ASP.NET for iis
Thanks a lot
That is great news ... thanks for letting us know!
Regards ... Chris