c# - hosting WCF Application in IIS -
i creating wcf project. project contains 2 applications: 1 console based, containing few classes support database operations 'insert', 'update', 'encryption' etc. , 1 wcf service application contains operation contracts. now, wcf service application using console application database operations. want know process of hosting project in iis. have steps in mind, please guide me whether right or wrong:
step - @ first, build console application , add reference in wcf application.
step ii - after finishing wcf tasks, host wcf application in iis.
is process correct? please guide me right , efficient way.
thanks.
you should split console application. both console application , wcf application should use dll logic in it.
once split solution wcf wont have problems interact console application.
Comments
Post a Comment