Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
first of all let me say that I have never deployed any web applications before so my main issue here is inexperience. Hopefully someone with much more experience can help me out.

I have written a WCF Service called "DCRules2". This is hosted in IIS on a windows 2012 server. To consume this Service I have written an ASP.NET Web applications called "DCRulesWeb01" which has a service reference to "DCRules2" and also exists on the same windows 2012 server. In Debug when I run "DCRulesWeb01" (Default.aspx) it calls the service and does exactly what I want it to do. "DCRules2" & "DCRulesWeb01" exist in two separate Project folders. I also have a SQL database (also on same Windows 2012 server)which the service accesses. Now I want to deploy this service so that it can be called from a new website. To achieve this I did the following:

I registered a new domain name www.xxxxxxxx

I published "DCRulesWeb01" using "File system" method to location C:/Users/Administrator/documents/visual%20studio%202015/ Projects/ DCRulesWeb01/DCRulesWeb01/bin

I published "DCRules2" to location C:\Users\Administrator\Documents\Visual Studio 2015\Projects\DCRules2\DCRules2\bin\Release\...

This is where I am currently stuck at !!!!!!

What further steps do I need to take to deploy this service ? How is web application "DCRulesWeb01" linked to www.xxxxxxxx ??? Appreciate any help I can get to get this up and running.

regards
Pat

What I have tried:

Tried searching for answers via google but found nothing specific enough.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900