C# - Run Programs On Other Computer
Aug 3, 2010
I am using asp.net and c#.
I know it sounds weird and unusual but I have got a requirement like this: I want to know how I can run an exe or take some control of a user's computer. Please note that when I say user computer I mean only 2-3 computers on which I have admin privileges.
So, the complete requirement is that I have to control other computers for which I have admin user and password in asp.net.
View 1 Replies
Similar Messages:
Jan 31, 2011
I am running a website from IIS on one computer and I want to view the web page on another computer. the only way I can do this is by using the ipaddress of the computer with IIS on it but would rather have a url. How can I generate a url or use a domain name from [URL]. I signed up for an account on that website but dont know how to use it. I dont know how to configure it.
View 2 Replies
Feb 7, 2011
I am a gamer...mostly CoD series. I have a server in my house that hosts 3 online CoD games and Admin Tools (B3). I'm quite rusty at asp.net but it comes back pretty easy.My idea that came to me is, wanting to learn how to start programs on my server through a web page.
I could have it authenticated through a DB,But I have no idea where to look to make a button start an executable that exists on the same server.Yes, I'm trying to replicate gameservers.net way of starting / stopping / restarting a game server.
View 1 Replies
Feb 18, 2011
i need an intaller program that allows me to write code(c# or vb.net) to be executed during the installation. the reason is that i want to check if the current account does have writing permission or not. if she is not then the installation should get aborted. also the installer should create a default uninstaller.
if you specify many it would be great so i can look for them in the market since not every software available here.
View 5 Replies
Jan 18, 2011
Can ASP.NET Programs be executed with VISUAL BASIC Coding?
View 4 Replies
Nov 19, 2010
I have 2 programs running at a time.
Can i update the same table in sqlserver at a time by using 2 programs?
View 4 Replies
Aug 5, 2010
I'm trying to kick off an application within my Programs folder on my web server with this code:
[code]....
and it's not starting the application but I'm also not getting any errors back from the server. I have made sure that the asp.net user has permissions on the folder, and I can run the application on it's own and it runs fine.
View 4 Replies
Oct 22, 2010
How to get the selected "current language for non-unicode programs" of system in .net programetially? you can see the "current language for non-unicode programs" in the following path in wista control panel -> Clock, Language and Region -> Regional and language options -> Administrative(tab) -> Language for non-unicode programs
View 1 Replies
Jul 29, 2013
Need to show the barchart for results of people visited the site from database using stored procedure....
View 1 Replies
Sep 3, 2010
Is there any way to find computer owner or computer accounts in activedirectory via ldap?
I wanna to know if it is possible via ldap or another way?
I using c#.
View 5 Replies
Feb 16, 2010
Right now, I am struggling with this ASP.NET problem. I want the computer to display a label that says, "ID Already exists -- must select a different value" when the computer has a matching (or the same) number in the dropdown list box. When I add a NEW ID, this is when the process happens.If the New ID does not = to the values in the ID Number, then when I press 'Add New Item', the red label should display:ID Already exists. Must select a different value. Right now, my code for the add button event is:
If ddlItems.Text = "Add New Item" Then
Dim item As New Item
With item
[Code]....
What can I do to add the text below and read all IDNumbers to verify that it is not chosen already?
View 4 Replies
Jan 17, 2011
In ASP.NET web application, by default even I have not logged in displays my computer name. When I click on logout, no any effect. How I login with different username on my localhost if it not displays as logged out.
In above image, my computer name is being displayed by default. How to remove such?
View 7 Replies
Feb 25, 2010
I wanted to run a .net application on a laptop. I created the application(aspx pages and SQL database) on a computer that has VS 08 installed. Now i wanted to run this application on a laptop that does not have SQL sever 2005 installed.
As far as the aspx pages if i publish them to a zip drive copy it to my laptop and go into IIS and define a new virtual directory to point where my pages are that should work RIGHT??
Now for the database i don't know what i need to do
View 5 Replies
Feb 28, 2011
i have a code to get all the computer names present in a doain which are not a part of any OU.
DirectoryEntry entry = new DirectoryEntry("LDAP://" + "Domain Name");
DirectorySearcher mySearcher = new DirectorySearcher(entry);
mySearcher.Filter = ("(objectClass=computer)");[code]....
what i want is.. along with these computernames get the computer names that belong to different OU's within the domain..
View 1 Replies
Jul 16, 2010
If I have a generic public asp.net website, I want to know who is visting my website (I know how to get that), but more importantly, I want to know what company the user is from (is this a microsoft employee viewing my website, or a Coca Cola employee viewing my site or is this person using a home computer to view my site). How can I determine the computers domain name? Hope this is making sense.
At most companies, I have seen the company name included as the "Full Computer Name" or the Domain value in "Computer name, domain and workgroup settings".
View 2 Replies
Jan 29, 2010
have to support an application which has been developed by another developer who is not with our company. When I run the localhost application http://localhost:8080/ReportServer/Pages/ReportViewer.aspx? from my server, it works fine but when I enter http://ipaddress:8080/ReportServer/Pages/ReportViewer.aspx? from another computer, it throws an rsInternalError 'Computer name could not be obtained.'I have other aspx pages hosted on my server and am able to access those pages from the other computer by entering http://ipaddress/kt/Default.aspxI am a total newbie to SSRS.
View 5 Replies
Apr 30, 2010
am doing an online computer service project. what i am looking for is an example of the contents that will be asked to the customer when he is logging an complaint. any suggestions, links will be really useful.
View 2 Replies
Feb 28, 2011
What are the ways to detect a computer other than ip address. I saw some bux website where they do not store ip addresses but detects computers. How this is possible? Do this a program, or any other? Is this in anyway related to cookies, or mayby something else? A web application automatically detects computers using something other than an IP address. What could it be?
View 2 Replies
Nov 13, 2010
I need to get the top-level domain of a client computer accessing my website. How do I do this? (code snippets in VB would be preferred).
View 2 Replies
Feb 15, 2011
I am developing asp.net web application on visual studio 10. I want to move this project to another machine running visual studio 10. I have databases and style sheets with my project. Whats the best way to copy this project to another machine preserving all dependencies.
View 2 Replies
Apr 27, 2010
I start learning ASP.NET few days. I don't know why my computer hangs when I debug my very simple application? My computer hangs, not only IDE hangs?
View 1 Replies
Dec 9, 2010
I am using asp.net ajax reorder list for one single page. It works fine for other computers on our network, except one computer. Regardless what browser she's using, it doesn't work. Is there a setting on the workstation's browser to allow asp.net ajax or something?
View 1 Replies
Jan 15, 2011
Is there any way to write the client IP and computer name on my server running ASP.NET?
View 4 Replies
Dec 10, 2010
I have a SQLServer database, Can I take a copy of this database with all tables and stored procedures and all data in tables ?
and if I can create this copy, how to add it to SQL Server in the new PC ?
View 6 Replies
Jan 28, 2013
I have an issue getting computer name where the person is loged-in in the application. The problem isnt to get the PC Name, but to save it in the DB (SQL).
View 1 Replies