Intranet windows authentication

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Intranet windows authentication

    Hello.

    I'm currently developing an intranet c# based application.
    I need to assign a windows login authentication form for
    users who needs to authenticate from any computer in the intranet web.

    How can i re-login through the aspx page by initiating
    windows integrated authentication form?

    Thank,
    --------------------------------
    From: Rafi Daskalo

    -----------------------
    Posted by a user from .NET 247 ([url]http://www.dotnet247.com/[/url])

    <Id>B/OHpgW8HU2LVx6syc2DVQ==</Id>
    Rafi Daskalo via .NET 247 Guest

  2. Similar Questions and Discussions

    1. using Windows authentication within intranet
      I would like to set up a web service to use Windows authentication. I understand how to do this in a situation where the client passes a...
    2. Get Windows username on Intranet
      Hi all, My Intranet currently runs fine (on a Linux-based server, with Apache, MySQL and PHP). The mail-form works splendid, except that I like...
    3. Intranet and Integrated Windows Authentication
      Hey all, I would like to preface my question by stating I am still learning ASP.net and while I am confident in the basics and foundation,...
    4. IntraNet Authentication
      Hello all, I hope my question is not too basic. I am working on an intranet and would like to avoid prompting users for a login. I know that...
    5. Intranet Screen Scrape (Passing Authentication)
      I would like to read a page programmatically with an ASP.NET intranet site. I am using forms authentication. No matter what I have tried, the login...
  3. #2

    Default Re: Intranet windows authentication

    Windows authentication was meant to work from the authenticated client, there is really no way to change this after they are up and running.

    One way around this should work is to start up Internet Explorer with different credentials using "Run As", which is supported in windows 2000/XP

    on windows 2000, hold shift while right-clicking the IE url, select run as..., and enter the credentials. In xp, you just need to right click and select RunAs, also this requires that you have the "runas service" running on their computer.

    Hope this helps,
    --Michael


    "Rafi Daskalo via .NET 247" <anonymous@dotnet247.com> wrote in message news:uFtXNlheEHA.1356@TK2MSFTNGP09.phx.gbl...
    > Hello.
    >
    > I'm currently developing an intranet c# based application.
    > I need to assign a windows login authentication form for
    > users who needs to authenticate from any computer in the intranet web.
    >
    > How can i re-login through the aspx page by initiating
    > windows integrated authentication form?
    >
    > Thank,
    > --------------------------------
    > From: Rafi Daskalo
    >
    > -----------------------
    > Posted by a user from .NET 247 ([url]http://www.dotnet247.com/[/url])
    >
    > <Id>B/OHpgW8HU2LVx6syc2DVQ==</Id>
    Raterus Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139