How do I set the authentication mode to Windows in asp?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jannordgreen@gmail.com

    How do I set the authentication mode to Windows in asp?

    I found some code on the Internet that I have modified for my needs and
    it works nicely from a localhost, but not when it is sitting on our
    intranet server.

    I believe the reason is that the instruction

    <authenticati on mode="Windows" />

    is missing.

    In asp.net I would put this instruction in web.config, but since the
    code is in an earlier version of asp (the code is at
    http://www.hypergurl.com/verticaltext.html) I don't know how to
    include it.

    Any help would be greatly appreciated.

    Regards,

    Jan Nordgreen

  • Mike Brind

    #2
    Re: How do I set the authentication mode to Windows in asp?


    jannordgreen@gm ail.com wrote:[color=blue]
    > I found some code on the Internet that I have modified for my needs and
    > it works nicely from a localhost, but not when it is sitting on our
    > intranet server.
    >
    > I believe the reason is that the instruction
    >
    > <authenticati on mode="Windows" />
    >
    > is missing.
    >
    > In asp.net I would put this instruction in web.config, but since the
    > code is in an earlier version of asp (the code is at
    > http://www.hypergurl.com/verticaltext.html) I don't know how to
    > include it.
    >
    > Any help would be greatly appreciated.
    >
    > Regards,
    >[/color]

    This newsgroup id for classic asp. Dotnet is a different technology
    altogether. You would be better off having a chat with the chaps over
    at microsoft.publi c.dotnet.framew ork.aspnet.

    --
    Mike Brind[color=blue]
    > Jan Nordgreen[/color]

    Comment

    • jannordgreen@gmail.com

      #3
      Re: How do I set the authentication mode to Windows in asp?

      Mike, thanks for your reply.

      I think the code I got is in classic asp, so I guess this is the right
      group.

      Comment

      • Bob Barrows [MVP]

        #4
        Re: How do I set the authentication mode to Windows in asp?

        jannordgreen@gm ail.com wrote:[color=blue]
        > I found some code on the Internet that I have modified for my needs
        > and it works nicely from a localhost, but not when it is sitting on
        > our intranet server.
        >
        > I believe the reason is that the instruction
        >
        > <authenticati on mode="Windows" />
        >
        > is missing.
        >
        > In asp.net I would put this instruction in web.config, but since the
        > code is in an earlier version of asp (the code is at
        > http://www.hypergurl.com/verticaltext.html) I don't know how to
        > include it.
        >[/color]
        This is set using IIS Manager. There are no config files in classic asp
        where this can be set.

        --
        Microsoft MVP -- ASP/ASP.NET
        Please reply to the newsgroup. The email account listed in my From
        header is my spam trap, so I don't check it very often. You will get a
        quicker response by posting to the newsgroup.


        Comment

        • jannordgreen@gmail.com

          #5
          Re: How do I set the authentication mode to Windows in asp?

          Bob, thanks for the answer!

          Comment

          Working...