Login Errors

  • I have a Dot Net program with SQL Server 2005 back-end.

    I want the users to be authenticated on the front-end with

    their userIDs and passwords.

    I have an API that checks for that, yet when I try, I get

    AccessViolationException Error.

    Is there a way around this?

    If I have to speak to the Network Engineer, what kind of exact permission do I need?

    H-E-L-P!!:sick:

  • If it's truly an AccessViolationException error, that's not a connection problem. The application is trying to do something with protected memory in a way it shouldn't (this isn't to say that someone put hostile code in the app, it could have just been poorly written). The API likely will need to be debugged to find out why an AccVio is being thrown. But chances are, this isn't a security issue.

    K. Brian Kelley
    @kbriankelley

  • Thanks.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply