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.
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.
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.
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.
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.
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
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?
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?
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
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".
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.
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.
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?
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.
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?
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).