visual studio 2010 - Best practices for testing a netTcp WCF service at development environment -
visual studio 2010 - Best practices for testing a netTcp WCF service at development environment -
i have got nettcp
wcf service. service hosted @ iis 7.5 @ production time.
but necessary install iis 7.5 @ development machine debug service? i'm not able utilize built-in cassini
server or iis express
, because both not back upwards nettcp
. don't have feeling when installing total web server debugging, want know if there other possibilities.
how debug nettcp
wcf services? of course of study there several options:
note wcfsvchost.exe: i can't find such tool in visual web developer express 2010. still possible utilize tool in visual web developer express 2010? if alternative wcfsvchost.exe suggested, nice hear solution problem.
what advantages/disadvantages of each alternative in next aspects?
how close reality? installation effort security (is installing total web server idea?)thanks!
when wcf development, separate service hosting implementation. gives greater level of flexibility if hosting decision changes in future (for instance, iis wasn't selection of hosting platform when wcf first came out various reasons, it's pretty much preferred method). typically have debughost console app 1 of projects in solution, self-host services during development. project host whatever service happen debugging; actual service located in own class library project, , it's not dependent on how ends beingness hosted, whether in development or production.
of course of study means development environment won't match production, recommend having type of staging environment before go live verify configuration works iis before go production.
wcf visual-studio-2010 debugging visual-studio-express
Comments
Post a Comment