Log Failed Logins Without Security Log?

Aug 12, 2011

I am trying to create a VB.NET app that will capture failed windows logins without having to read from the security log. I know I can do ManagementEventWatcher and watch forWin32_LogonSession. But this only gives you successful logins. Is there anyway to do this? I figure I am just missing the correct class that will do this.

View 8 Replies


ADVERTISEMENT

C# - WCF WSHttpBinding SOAP Security Negotiation Failed?

Feb 1, 2012

I've got a fairly simple WCF self-hosted service using the WSHttpBinding that just refuses to work. If service and client runs on the same machine there's no problem, but as soon as I move the service to the window-server 2008 the client fails the communication attempts with

EXCEPTION
[System.ServiceModel.Security.SecurityNegotiationException] {"SOAP security negotiation with 'http://hvw-svr-01/SIT' for target 'http://hvw-svr-01/SIT' failed. See inner exception for more details."}

[Code].....

View 1 Replies

VS 02/03 On Logins And MDI Close Buttons?

Dec 22, 2009

Let's say you have a useraccount table which stores data about the user accounts. What if the system is run fron scratch (with the database having no input whatsoever, meaning, there are no existing user accounts as well)? How are you going to have the user login to the system?

Would you incorporate a backup admin into the login form (eg: a backup admin user with admin and pass as its username and password, respectively)? I did this, but limited the account's authorization to making an admin-level account. Suggestions?

How do you make sure that the database connection has already been closed? Is there any method we can use to do that? What event should I use when making sure that the database connection has already been closed (particularly when a form is about to be closed)?And how can I disable the close button on the MDI Form (and disabling ALT+F4)?

View 1 Replies

VS 2008 Best Way To Deal With Pre-defined Logins

Aug 28, 2009

[code]...

I got an Error about the INSERT INTO statement at command.executenonquery, but Im not seeing it. Could it be something else?

View 5 Replies

Asp.net - Prevent Multiple Logins For A Single User?

Jun 9, 2011

How can I prevent a single user from logging in to my asp.net website from more than one computer at the same time?I have tried using the application server side state managenment but it is not work properly.

View 1 Replies

Validating Logins Against Active Directory Not Working From Office?

Sep 1, 2009

I'm trying to validate signons against Active Directory. When I execute my function from my Computer at home that is VPN'd to my office, it works fine. When I execute the exact same code on my machine at the office, I get the following error: "The server is not operational"My code is as follows:

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim strDomain As String = "MyPDC"

[code]....

View 2 Replies

VS 2010 Aligning Webpage And Allowing Multi Logins?

Sep 9, 2011

I am new with VB 2010, I am starting a new personal project to control a browser based game for meWhat i have done so far is made a Windows Forms Application, with three tabs all with web browser and directing to the game.What i am having trouble with so far is to align the page so it is just the flash box of the game on the web site, so all i see in my window is the game and nothing more of the website.Also trying to work out how i can allow each tab to have a different account but on the same url address. A little bit like multifox made by firefox.

View 4 Replies

Create A Program That Connects To Several Websites, Logins, Then Post Some Data?

Nov 29, 2009

I use Visual Basic.net to create a program that connects to several websites, logins, then post some data. I can't use the httpwebrequest, some java is required on those sites, so i use the webbrowser control.Now I created a form, some fields for input data and a submit button. The coding part is like this:

Code:
sub website1(vars)
'login here
'post some data

[code].....

The problem is that I can't control what happens after submit button is clicked. I need to pause or stop the process at any time. If I exit the program while processing, I can see that even if the window disappear, the program is still running!I tried to use a thread for this, but the subs only get called if I use begininvoke, or invoke on a starter thread.

View 1 Replies

Make An Application To Start While User Logins And Runs In Taskbar?

Oct 7, 2011

I am developing an application, and i need this application to be running in background (like our anti-virus programs) on system task bar.

and how to add right click menu for this icon on taskbar...

View 4 Replies

VS 2008 Accessing Wordpress Mysql Db For Logins - Passwords Encrypted

Jul 29, 2009

Im doing a lil coding project in vb .net, i wrote up my login script and can can successful connect to a mysql database (not talking about the wordpress one) and pull login data from a table(called logins, fields are just username and password) to use for logging into my application. When i looked at the password fields in the wordpress database all the passwords are like encrypted and are random characters.

So the problem is im not sure of what type of encryption it is, and how I can utilize it for my login form in my vb project. I havn't tried coding this since i was certain if it was possible.

View 5 Replies

Error: "The Query Builder Failed. Cannot Open User Default Database. Login Failed. Login Failed For User <User Name>"

May 8, 2012

I'm using Visual Basic Express 2010 and SQL Express 2008 in Windows XP. At first I couldn't add a datasource (the .mdf file for the database) because of a "Operating system error 32" which I seemed to have resolved by giving myself full permissions for .mdf file (by right clicking on the file and going into properties and then Security) and restarting the SQL SERVER (SQLEXPRESS) service. The dataset for the database is in my solution explorer but when I right click on a table adapter to add a query and attempt to open up the query builder, I get the error in the title above.

View 1 Replies

System.Security.SecurityException: System.Security.Permissions.SecurityPermission?

Jul 27, 2010

I am getting the following error message when I try to call this program from a shared drive on our network;

System.Security.SecurityException: System.Security.Permissions.SecurityPermission
at EMAILVB.EmialVB.EmailVB_Load(Object sender, EventArgs e)

[code]....

View 5 Replies

"The Query Builder Failed. Cannot Open User Default Database. Login Failed. Login Failed For User <User Name>"

May 8, 2012

I'm using Visual Basic Express 2010 and SQL Express 2008 in Windows XP.I created a database on my local PC HDD. At first I couldn't add a datasource (the .mdf file for the database) because of a "Operating system error 32" which I seemed to have resolved by giving myself full permissions for .mdf file (by right clicking on the file and going into properties and then Security) and restarting the SQL SERVER (SQLEXPRESS) service.The dataset for the database is in my solution explorer but when I right click on a table adapter to add a query and attempt to open up the query builder, I get the error in the title above.

View 10 Replies

Error: MSDatasetGenerator Failed. Failed To Generate Code Object Reference Not Set To An Instance Of An Object

Jul 28, 2009

I created a typed dataset a day or so ago, then I added a whole bunch of tableadapter/tables with some relationships etc... suddenly out of nowhere it decides my dataset "is not defined". everywhere in my code where i use this dataset now has an error. I tried not to pull out my hair and do a Clean then Rebuild solution... out of nowhere it just refuses to generate code. Object reference not set to an instance of an Object. It would be nice if it was my object so i could find it but it's not.

Curiously I also lost the little database icon on the dataset in the solution explorer.I can still open it in the designer and preview my queries etc... it just wont make the code. it's driving me insane. anyone got a solution?

View 3 Replies

.net - Request.ServerVariables("REMOTE_ADDR") Retrieving The Same IP For Multiple Logins?

Sep 9, 2010

I've been asked to write code to track IP addresses of visitors to one of my company's online applications in .NET. This is actually the second one I've done, having done another site late last year. I noticed then, and again now, that I sometimes get the same IP address showing up for what I know is another box.....sometimes a co-worker's and sometimes a box not even in this building. The code is pretty straightforward, here's how I get the address:

Dim IPAddress As String = Request.ServerVariables("HTTP_X_FORWARDED_FOR")
If IPAddress = "" Then IPAddress = Request.ServerVariables("REMOTE_ADDR")

I log the results to a database upon users logging in. My testing this morning on my development box, of course, yielded 127.0.0.1.....fine, just what I expected. When I deployed the code on our staging server, I got my actual IP address (I've seen it enough to know it when I see it). All fine.....but then a co-worker in our QA group went in to do some testing and MY IP address was logged in the database. I know with certainty that we don't share that address.

I also recall seeing this during my first deployment, when transactions from customers in various states around the US were logged with MY IP address. I'm not seeing things... It's almost like the transaction header is being cached and subsequent calls aren't fetching the new user's info.

View 1 Replies

Getting Error: "Cannot Open Database "MainDB" Requested By The Login. The Login Failed. Login Failed For User 'D630Admin'."

Mar 15, 2012

I created a SQL DB named MainDB.mdf and a small VB 2010 application with some forms and datasets.Everything was working OK until i got a new computer and re-installed Visual Studio 2010 and SQL server 2010 on it. I copied my DB from the old to the new computer and also copied by VB 2010 project to it. I used Windows Authentication to connect to the DB in the old computer and also in the new one, i am using different Windows user account names though.

I was able to connect to the DB in the new computer in the Server Explorer section, i created a new connection string to the DB and i can seed there is data in the tables. When i run my VB 2010 application created in the old computer get error:

"Cannot open database "MainDB" requested by the login. The login failed. Login failed for user 'D630Admin'."

I need to get rid of that error and be able to add/mod/del data from my DB using my VB application as i used to.

View 5 Replies

Add Security To Tcp Connection?

Feb 23, 2010

I have a simple video chat program running and most of it is working across my network I need to ask

I currently have it setup that whenever each client sends a message to the other a connection opens between them and a packet is sent, finnaly the connection is closed

This way I recive the data is were I belive my security problem comes in I have a listenner port on each computer and I am wondering if there is a way to add some security to it.

View 4 Replies

Asp.net - Html To PDF And Security?

Dec 15, 2010

We have a web app that is using forms security.One of the options includes the ability to print an html page to PDF. We're currently evaluating different products like PdfMetamorphosis, but I believe all of them will have this issue.The client makes a request for the pdf by clicking a link button. The code for the button instantiates the PDF builder and passes it a url to convert. However, the URL is behind our forms authentication. Which means that the resulting PDF is nothing but a login page.

Unfortunately, we need the user information in order to verify acccess to the printed page (among other reasons). Which means I can't just allow access to everyone to that folder.So I need one of three possible solutions.

1) I need a way to give the PdfMetamorphosis component the authorization ticket to pass on in it's request.
2) I need an html to pdf component that will do this.
3) Something else?

I don't think the first one is possible and I haven't been able to find a html to pdf component that takes this into consideration.

View 1 Replies

Asp.net - PKI Security For .net Application?

Dec 17, 2010

I want to use PKI public and private encryption for authentication to allow for a more streamlined and secure application access control system. Any help in the generation of certificate and authentication will be useful. One more question, can i use System.Security.Cryptography.X509Certificates class for the same?

View 1 Replies

Better Security For Databases?

Feb 20, 2011

Ok, so I am on my last book of course material for college and this weekend I started making my own personal applications, stuff I can really use in everyday life, these projects also serve as a port folio for future employers

View 1 Replies

Multiple Web Cam Security App?

Feb 14, 2012

I can use the c110 cam and one of the 270 versions at same time to get two seperate displays but when I try to usetwo of the 270 cams at same time which both show in device manager, I get "camera in use by another application" even though there are two cams (270's)and I reference them both seperately from a populated combo box containig all media devices present.will need to use all of the same type of cam for this app which will have from 4 to 16 or more cameras viewing and or recording at the same time. If there were 16 slightly different versions of the same cam which would give me different drivers, It would be fine but as you can probably imagine, not acceptable.

View 4 Replies

.exe Files Security Level?

Jun 17, 2011

.exe files security level

View 13 Replies

.net - Application Online Security?

Jan 29, 2011

I am developing and application in vb.net winxp+ (windows xp upwards). The application has to receive backup data from clients software located at different pc over the Internet. but am concerned about security of this application on the Internet. what would be the best way to implement security in vb.net 2008 to make sure that the data is not sniffed or interfere with?

am thinking of encrypting the data before sending, saving it that way until it need to be viewed before decrypting. what type of encryption would you suggest? Is there any other way you would suggest this data be sent?

View 2 Replies

Create A Usb Security Software

May 18, 2010

im starting to create a usb security software im searching if how the usb will be detected by the program so once it is detected i can now put the code to scan the drive.

View 7 Replies

DownloadFile Password Security?

Mar 23, 2011

recently discovered the My.Computer.Network.DownloadFile method and would love to use it to download files from a website (https://www...). I can include a username and password in the DownloadFile parameter list,but will it send the password in plain text? If so, is there a way to send an encrypted password?

There seem to be many ways to download files. What are the advantages or typical uses of each?

View 4 Replies

EventLog Security Error?

Apr 13, 2012

I'm working with vb.net in Visual Studio 2010, I have a method which writes entries in eventlog, this work fine in Windows XP but did not in Windows 7, here it throws a security exception.I allready know that this problem is because the user who exectues this assembly does not have permissions to write the registry, so my question is if does not exist some way to give permissions on the fly, something like declarative permissions or something
like that....this is my code:

Public Shared Sub Loguear(ByVal xsSource As String, ByVal xsMessage As String, ByVal xeEventType As EventLogEntryType, _
ByVal xsLogName As String)[code].....

View 1 Replies

Folder Security On Windows 7?

Jan 29, 2010

I use VB.Net 2003 and in my application I create a folder that I will use to create files in it.My problem is that under Windows 7 this folder dont have a full permissions and the files are not been created.Is there any way that I can give full access permissions to this folder?I can do it via VB.Net 200358 and via my Wise installation system.

View 3 Replies

Get Security Information From A Folder

Oct 18, 2010

I have been developing an application where we can get to give access and revoke access from folder provider.in this i want to have a listview with all the users who have access to that folder and there access rights ( read, write, modify etc )

View 1 Replies

Maintain Security In .net Applications ?

Aug 18, 2011

How do i maintain Security in VB.net Applications ? esp in databases

View 2 Replies

Make A Security For The Program?

Nov 24, 2010

How can I make my program to work only for certain period of time?Say... I want my program available for only One hour or Two days or one month or etc...

View 2 Replies







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