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
1) Did you also install the PB2017Rx's .Net run-tine DLL's as well on the deployment IIS server?
Note: This is not the native PB run-time.
2) Did you create an Application Pool on the deplyment's IIS Server for your PB web service?
Regards ... Chris
2. I need to create an application pool on the customer's server ? if so , to create one and sign the app to it ?any specific parms ? have an example ?
2) Check you local IIS instance on your developer PC for the "PBDotnet4AppPool" App pool. That is where your local PB WS's should be attached to. Then proceed to the IIS instance where you are deploying and see if your deployed PB WS's are attached to the same.