ASP.NET VB.NET Login page using Access db

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Devlon

    #1

    ASP.NET VB.NET Login page using Access db


    Hi,

    I'm trying to create a login page using the default login controle.
    I also would like to use a custom Ms Acces database instead of a sql
    server database.

    Can anyone please tell me how to or where I can find some usefull
    information ?

    Thanx

    John
  • John Devlon

    #2
    Re: ASP.NET VB.NET Login page using Access db

    Hi,

    Thanx for the info... works great... thanx

    John


    Comment

    • John Devlon

      #3
      Re: ASP.NET VB.NET Login page using Access db


      Dear Braulio

      I noticed that the solution uses C# class files....

      Can I keep using the vb.net language on my codebehind files or does it only
      works with c#?

      Thanx

      John



      "Braulio Diez" <braulio121NOSP AM@yahoo.esschr eef in bericht
      news:AE0B6E1C-7B2E-4B6C-84DF-D452FB22F934@mi crosoft.com...
      Hi
      >
      Here you have it sir... :-)
      >

      >
      By the way, do not forget to try it on a real IIS, on the cassini
      localhost everything will work fine, but when you move to IIS maybe you
      have
      to tweak some permissions to allow access to some DLL's.
      >
      Good luck
      Braulio
      >
      /// ------------------------------
      /// Braulio Diez
      ///
      /// http://www.tipsdotnet.com
      /// ------------------------------
      >
      >
      >
      >
      "John Devlon" wrote:
      >
      >>
      >Hi,
      >>
      >I'm trying to create a login page using the default login controle.
      >I also would like to use a custom Ms Acces database instead of a sql
      >server database.
      >>
      >Can anyone please tell me how to or where I can find some usefull
      >information ?
      >>
      >Thanx
      >>
      >John
      >>

      Comment

      • Mark Rae [MVP]

        #4
        Re: ASP.NET VB.NET Login page using Access db

        "John Devlon" <Johndevlon@hot mail.comwrote in message
        news:JIHLj.6989 9$qj3.36008@new sfe20.ams2...
        I noticed that the solution uses C# class files....
        >
        Can I keep using the VB.NET language on my codebehind files or does it
        only work with C#?

        Yes you can - just replace the C# classes with equivalent VB.NET classes...


        --
        Mark Rae
        ASP.NET MVP


        Comment

        • John Devlon

          #5
          Re: ASP.NET VB.NET Login page using Access db

          Hi,

          Thanx for the info... works great... thanx

          John


          Comment

          Working...