WCF/WF - Regarding base address in app.config - Asked By karur krishna madhu on 05-Aug-13 06:42 PM
I have created a wcf service as class library and then i have hosted it in a console environment and when i tried to create a service reference to my Front end asp.net web application based on the base address mentioned below
http://localhost:8733/Design_Time_Addresses/WcfsalesServiceLibrary/SalesService/
i got the service reference error and when i removed the line:Design_Time_Addresses. I was able to add the service reference and invoke the service. when i tried to add service reference i have ensured that the service hosted in the console is up and running. Could any one clarify about this Design time address?