How to develop .Net services when not logged in as administrator -


is there easy way develop services in .net when i'm not running administrator? there couple problems encountered. first of when debugging, can't press f5 visual studio, says services must first installed , run services administrator tool. problem without administrator rights, can't create or control services. using windows server 2008 ad manage our users. there specific set of rights can give users can add/remove/start/stop services? if want developers accessing services created themselves? also, once service running, what's best way debug it. assuming service started, , running, visual studio attach running process, there better way debugging can begin entry point of service?

one thing tend when working services create console app run code during development. means have have service thin layer on code work, can call code console app, that's not bad idea anyway.

i know doesn't answer question, might helpful!


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -