Hi! I'm fairly new to ASP, and I'm not sure if this is the place to ask this, but any help would be greatly appreciated! I'm trying to create some pages that will allow me to start and stop NT Services on the server hosting the pages, and potentially other servers as well. I've been trying to do this using ASPExec and executing various "net start" commands on the server hosting the ASPs. With this method, I can view services currently running, yet do not have permissions to actually start or stop any services under IWAM_servername. Changing IWAM_servername to include the Administrators group allowed me to start and stop services, but this is unacceptable as a solution. Does anyone have any ideas? I'm probably going about it the wrong way...any suggestions would be greatly appreciated!