I am considering writing a NT service. The service will need scripting capabilities. Users can write some VBScript/JScript code and feed the server.
I also want the script be able to debug in Microsoft Script Debugger.
The service will behave in a similar way as IIS with classic ASP. It gets input from somewhere else. When it get input, it runs the script user provided.
Right now all information I can found is MFC related. If I do not use MFC, how difficult to write such a program? Has anyone done this before?