Web App Win 8 sp1

Hi i run
sc create RSWebSvc type= own start= auto binpath= c:\WebApp\WebApp.exe
but have access denied

You need to use Runas Administrator to create services.

yes i now but no works

What doesn’t work? Creating the Service or the web app?

Creating the Service

Must be you’re not getting admin permissions then. Try creating a batch file & run that as admin.

Alexis, You probably already know, but just in case. To be clear, it is not sufficient to have an admin level account, you must explicitly run as administrator. I created a service for a web app on a Win 2012R2 system, with basically the same security model as 8.1.

thanks
i going to tray to do a batch

Thanks Wayne

It works with the batch file run as Administrator