Results 1 to 5 of 5

Thread: Security with VB.NET Application

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2008
    Posts
    2

    Security with VB.NET Application

    Need your Help and Favor .
    I have one Vb.NEt Desktop application complete in working unfortunatly Developer Ran Away to other country and now I need to Build Secrtiy in that like there are 9 Different location that Application is installed called (Regions) I want every region to use only data relater to that region . I don't want to go in to every form and do this I need some kind so easy way to implement this kind of security

    Please help
    I have complete source code and this application is developed useing Visual Studio 2005 .
    Just one thing that I am useing online SQL DB with this application

    Please Please give me some solution thanks
    Jani ali

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Security with VB.NET Application

    I don't understand. This isn't security but some sort of data seperation. You haven't told us anything about this application (ASP.Net? Windows Forms? WCF? Web Service? Windows Service? Directly connects to SQL? Uses an n-tier design to hide database components?). I have no clue how we could possibly help you...

    Is this an already deployed solution?

    What you want is a seperation of data. I don't understand why you can't just "develop" it but, instead, need a "solution" from us.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: Security with VB.NET Application

    Frankly, I'm having a hard time getting past the part where the developer "ran away to other country." So the developer defected leaving a defective program behind.

    I think you will be lucky if there is an easy solution to the problem, but I agree with kasracer that this doesn't sound like a security issue. If the DB was set up right, this seems like it would be covered in the data layer. If the DB isn't set up with some means of distinguishing one region from another, I would guess that there is no solution. But I also agree with kasracer when he says that we are a long ways from having enough information to even make a meaningful suggestion.

    Where did the programer run off to? Did he do it out of spite?
    My usual boring signature: Nothing

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Security with VB.NET Application

    Are you afraid the developer that ran off built in some back doors to your application? Is that the necessity for additional security?

  5. #5
    Frenzied Member
    Join Date
    May 2006
    Location
    Toronto, ON
    Posts
    1,093

    Re: Security with VB.NET Application

    If the data is by region, then that information should be in the database. I'd suggest putting the region that the user is in in the app.config file and pulling that out in the data access layer in order to only returning the data that is for this region.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width