Browse by Tags

All Tags » WCF (RSS)

For WCF Services hosted in non IIS apps - add permissions for a user to change the IIS namespace reservations by joelvarty

If you are hosting a WCF services in a console app, windows service or any other non-IIS application, you need to listen on a particular url address.  A normal user running an app or service doesn't have permission to do this unless that user is...
Filed under: ,

Storing Contextual Data in Web and non-Web applications by joelvarty

In Asp.Net apps, we are used to storing data in the current context. Objects that are specific to the currently executing Request, like a User object retrieved a database, or another object that you want to make globally available without requiring multiple...
Filed under: , ,
More Posts