Add Account To VPN Server Remotely?

Jun 3, 2011

I have a VPN server Hosted in 80.234.49.64

For Incoming Connections I have to Login Remotely(RDP) & add User Manualy(username & password)

I Just want to do it remotely(adding users for incoming connection) Through an application. which i want to write in vb.net

View 12 Replies


ADVERTISEMENT

Adding Account To VPN Server Remotely?

Jun 3, 2011

I have a VPN server Hosted in 80.234.49.64 For Incoming Connections I have to Login Remotely(RDP) & add User Manualy(username & password)I Just want to do it remotely(adding users for incoming connection) Through an application........which i want to write in vb.net?

View 8 Replies

Cannot Connect To Server Remotely

Sep 28, 2010

How to connect to MS SQL Server 2008 remotely? I have the following code but I can only connect to the server under the local machine network.

[Code]...

View 5 Replies

Ping A Server Remotely

Jun 27, 2011

I am working this little project where i need to ping some servers remotely. there's three of them. I need o ping them and per say while they're being pinged to have a command window open with the pinging process going to keep an eye untill it can ping successfully.And since this is for all three servers how do i create a program where it will have all three servers being pinged? [code]

View 6 Replies

Remotely Sending DOS Commands To Another Server

Jun 24, 2011

Is it possible to send DOS commands, using VB 2008, from one server to another server on the network? Perhaps using the process class?

View 1 Replies

Communications :: Execute Command Remotely On Server

Mar 16, 2010

I have been searching for a good code example that will place a small server program on my server and then allow me to use a client on my pc that will tell the server program to run a batch file on the server.

I thought this would be simple... I am finding it not that easy.

We have a server that users need to execute a command on however we do not want them to have login rights to the server so this will allow them to execute the batch file without having to log in.

View 1 Replies

VS 2008 Remotely Connect To Mysql Server?

Sep 9, 2010

from vb.net code i try to remotely connect to mysql server :

Dim conn As New MySqlConnection
Dim comand As New MySqlCommand
Dim myconnstring As String = "server=192.168.1.100" _

[Code]....

I get Timeout I/O operation. With mysql front i can connect without problem.I closed windows firewall.

View 1 Replies

Decrease The Response Time When Dealing With SQL Server Remotely?

May 20, 2012

I have created a vb.net application that uses a SQL Server database at a remote location over the internet.There are 10 vb.net clients that are working on the same time.The problem is in the delay time that happens when inserting a new row or retrieving rows from the database, the form appears to be freezing for a while when it deals with the database, I don't want to use a background worker to overcome the freeze problem.I want to eliminate that delay time and decrease it as much as possible?

View 3 Replies

Code Snippets - Remotely Accessing Server Event Logs?

Dec 2, 2010

I am working on a project that includes having my VB app pull event log data from a Windows 200x server remotely. Does anyone have any code snippets or reference sites that would have information on remotely accessing admin functions/data in a Win2Kx server environment?

View 2 Replies

Irc Server - Computers - Able To Control Them Remotely Without Using External Dekstop Management ?

Jan 6, 2009

At my house we got 6 computers and 5 laptops. Not I want to be able to control them remotely without using external dekstop management or something else. So i can control when my kids can use the computer or not

So I came up with the idea of creating an irc server that listens to commands that I type from my main computer. The commands are no problem for me to program but the irc server itself looks pretty hard. I've been looking on google but cant find a good source to learn it. some other ideas than using irc protocol?

View 1 Replies

Make A Connection To Dbf Free Table In LAN Environment Or Remotely To Server (without Mapping Network Drive)?

Sep 8, 2011

I have this code:

[Code]...

View 12 Replies

Made To Create An Account On A Server?

Apr 26, 2011

I need to have an invisible web client that when i press a button it will silently go to a URL and thats it. The URL is made to create an account on a server, but i do not want any user interaction and i would prefer not to use a web browser and then hide it in the properties. Is there a way i can do this.

View 12 Replies

VS 2005 Impersonation With Account Local On A Remote Server

Mar 19, 2009

I need to impersonate with an account that is local on the remote server not the server where the application is running.

View 1 Replies

VS 2008 Make The Client Send The Users Account And IP To The Server?

Oct 4, 2009

Im trying to make my client send the users Account and IP to the server. And the server puts them on a list box?

View 3 Replies

Run Windows Explorer With An Admin Account While Logged In With A Non Administrative Account?

Sep 12, 2010

Does anyone know how to run windows explorer with an admin account while logged in with a non admnistrative account? i want to be able to open up an admin share on a remote host with windows explorer instead of iexplorer. I tried some code I found on the net to impersonate but it didn't work.

View 2 Replies

Creation Of A New Account (sort Of A Personal Account)

May 17, 2012

I am currently working on a stock market monitoring application. how to create a new portfolio(sort of a personal account) for each user that accesses the system such that 2 different users do not have the same portfolio. I am making use of SQL server for my database.

View 3 Replies

Windows Service Running Under A Network Account Is Calling An EXE And Running It Under System Account?

Aug 27, 2010

We have a windows service running under a network account that calls and runs an ActiveX exe. The exe is running under the local system account, not the network account of the service.

View 1 Replies

Add Each Account Number To List1 So Now The Account Number Is Associated With The ListBox?

Apr 26, 2009

Ok this is what I'm stuck on:I have 2 ListBoxes and 2 Lists, let's call them ListBox1, ListBox2, List1 and List2.List1 needs to be associated with ListBox 1, and List2 with ListBox2 I loop through a bunch of accounts, add them to LixBox1 at run-time.During that loop I add each account number to List1 so now the account number is associated with the ListBox index number which is right.Now when I double click one of the accounts in ListBox1 it is added to ListBox2 (but it still remains in ListBox1), and the same index of List1 added to List 2, now the account in ListBox2 is associated with the account number at the same index in List2 you see where I'm going with this?The issue wtarts here.When I double click an account (let's say the account at the first index) in ListBox2 it should be removed from the list, so now I remove the index from List2 since it's no longer needed, but now you know what's happened right? ListBox2's List indexes have all decremented by 1 because I just removed an item from the beginning of the list, but List2's indexes have stayed the same (at least that's how it appeared when I tested it).

So basically whats the best method for keeping things in reference? I was told about list boxes in another thread of mine, but is it really the best way to go about this, I can't seem to keep everything linked together reliably.

View 10 Replies

Install MSI Remotely Without WMI?

Apr 11, 2011

I have an MSI that installs silently and I need to install it on remote machines via a VB.NET app. I would rather not use WMI so is there a builtin mechanism to do this?

View 5 Replies

Run A .bat File Remotely?

Oct 19, 2009

I need to run a .bat file on a remote machine and return the result to the local machine. How would I go about doing this?

View 4 Replies

Accessing The Computer Remotely?

Jun 6, 2012

I have a program called "Blue Coat K9 Web Protection" installed on all of the computers, which filter unwanted content on the internet. My problem is that every-time one of the children wish to access a website that has been unintentionally blocked, I have to enter my password to bypass the filter for that page, which can get quite annoying having to run around the house. To access the AdminCP, you have to enter an IP address in the browser on the local machine (127.0.0.1:2372)so you can change the settings.I wish to create a program that will allow me to remotely access the Admin page to unblock any sites needed from my computer.

View 1 Replies

Accessing The Database Remotely?

Jul 16, 2010

Im using vb.net and developed a project of payroll processing i need to access this project from another system which is connected via LAN by which everyone can use it, but i cant get it this is my connection string which im using .

Public con As New OleDbConnection("Provider=203.94.227.70;Data Source=path\pay.mdb")

View 3 Replies

Connecting To AS400 Remotely?

Feb 22, 2010

I need to connect to AS/400 remotely from VB.net I have this code but I keep getting this error "The 'IBMDA400' provider is not registered on the local machine" on the open statement

Dim conString As String = "Provider=IBMDA400;Data source=62.176.136.104;User Id=xxxxxxx;Password=*****"
Dim con As OleDbConnection = New OleDbConnection(conString)
Dim cmd As OleDbCommand = New OleDbCommand("Select * From Cust", con)
con.Open()

How do I get around this?

View 1 Replies

Detect If Connecting Remotely?

Mar 23, 2012

I'm working on an app that will allow connection to the sql server database from within the lan or from the internet.

I would like to know how it is possible to detect if a user is connecting via the internent instead of locally.

View 1 Replies

How To Remotely Login To Computer

Jun 2, 2009

Any way to remotely login to a computer? This is very useful for computer labs. I know how to shutdown, restart, logoff, and lock a remote computer however I dont know how to remotely log one in.

View 9 Replies

Remotely Connect To A Database?

Jun 29, 2009

Is possible for vb.net to create an oledbconnection based on a url?

We have a program that uses ms access as the back end database, which is stored on a local server. The issue we are having is that our office is split in two locations. The remote users are having unacceptable speed issues since they have to communicate over the vpn. Im trying to find a way to either place the database somewhere that is quickly accessable to both offices, or to create a copy of the database on the remote server and somehow sync the two databases periodically.

View 1 Replies

Remotely Control My Program?

Sep 5, 2009

I started learning programming using VB.NET a few months ago, so I'm still like a total noob at this, and I'm not experienced enough with the Microsoft Visual Basic Library to get my answer. I have done some Google searches, and still haven't found any relevant answers.

Okay, suppose I want make a VB.NET desktop app. that displays the number "1" in a textbox when a button is pressed... I can easily make that program, but what if I want the program to, on my remote command, display the number "2" instead when the button is pressed?

Is it possible to write code that reads gmail messages? I know that gmail is pretty open about it's SMTP and POP ports and stuff.[code]...

View 4 Replies

Remotely Deleting A File?

Aug 23, 2010

I have written a conversion (vb6) tool that migrates data (SQL 2008) from one database to another and I make some temporary files (.bak files)I would like to delete after the conversion finishes. The application will not be running on the SQL Server so I need to remotely delete the files. Is there a way to delete a file remotely without having to use an administrative share or the xcmd in SQL Server?

View 2 Replies

Remotely Login To A Forum?

Aug 29, 2009

I need some advise as to which options I have to go about this problem.I want to to create a simple application consisting of two text boxes.One for username Second for Password And then a submit button.What I want is when I enter user/pass and press submit.It should only give me a single message "Login Succeeded" or "Login Failed". The forum I trying to login into is : warez-bb.org What are my options to go about this?? I have considered Sockets but thats in VB6.Still,I couldnt get it to work.It doesnt even connect warez-bb on port 80.

View 2 Replies

Resetting IIS Programmatically And Remotely?

Sep 9, 2009

Usually, when I reset the IIS of a remote server, I have to use "Remote Desktop Connection", log in, and go to DOS , and type "iisreset". Now I'm wondering is it possible to do the exact same thing without using "Remote Desktop Connection" application? Could this be done programmitically and remotely (because the program will not be running on the actual server)? Of course, I'll be providing the username and password within the program.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved