-
DLL Problem with ISS
Ok.. we have our own IIS server here. And I am trying the next thing.
I am making an ASP that will start an exe Application in the server where the ISS is running. The ASP Page will create an object of a DLL ActiveX registered and that DLL will shellexecute the program. Right now I am trying to execute the notepad.exe just for testing.
The page loads, the ASP executes, the DLL shell executed notepad.exe, and it starts. Its just that in the server I cant see the notepad. It in the task manager, but you cant see it.
Can someone help me here? Does it have to do with permisions?!?!
Thanks
-
In Task manager, have you checked "Show processes from all users"?
-
thanks waldo for replying.. I alredy found the problem.. I didnt have permisions in a folder U was trying to write! ooopss!