5 Topics

Member Avatar for
Member Avatar for Ari5555

Occasionally I need to log on to my childrens Windows 7 computer to sort things out. I have set them up as standard users and myself as Administrator. I was hoping that I may would be able to log into their accounts without having to remember their passwords and simply …

Member Avatar for RTFMID10T
0
238
Member Avatar for ##k.k##

Hello All, I am copying file from one machine to another machine after that execute that file on remote computer using c#. I am using below command to copy file File.Copy(sourcePath, DestinationPath, true); and ManagementClass remote_Class = new ManagementClass ("\\machineName\root\\cimv2:Win32_Process"); object[] remoterun = { destPathwithFileName, null, null, 0 }; remote_Class.InvokeMethod("Create", …

Member Avatar for ##k.k##
0
161
Member Avatar for sachintha81

I was looking for a way to Start / Stop Windows Services residing in a remote machine using C# code, and found the following code sample. It works fine for me. It is coded using Impersonation Technique, which apparently requires both the machines (let's say A and B) have a …

0
107
Member Avatar for lightman

Hi I'm fairly new to asp.net and here's my project: my company runs a website that provides daily video broadcasts to our clients. our clients have access to a specific link which I will call "videolink.aspx" and that's hosted in the address [url]http://www.mycompany/videolink.aspx[/url] in which there is a windows media …

0
100
Member Avatar for salman1986

Q: you are creating an asp.net application. the application will be displayed on intranet. application uses microsoft windows authentication. more than 100 users will use the asp.net application simultaneously.what setting should be done by the project manager? 1) Add the following element to the authentication section of the web.config file …

Member Avatar for kvprajapati
0
121

The End.