ASP.NET Site/Webservice and Windows/Form authentication

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

  1. #1

    Default ASP.NET Site/Webservice and Windows/Form authentication

    Hi All

    I have an ASP.NET site which runs using Windows(NTLM) authentication over
    SSL.
    I have a webservice where a vendor is only able to call the webservice via
    Basic authentication.
    Is it possible to run a webservice on this site using "Basic" authentication
    and keep the rest of the site on Integrated windows authentication.

    Mark Redman


    Mark Redman Guest

  2. Similar Questions and Discussions

    1. LOGON API and persistent cookies (Windows and Form authentication)
      Hi i integrated windows and forms authentication on my apps. I created a logon page and used the windows authentication instead of managing the...
    2. Custom Login Form for Windows Authentication?
      Hello: I need to have a custom login form page for a site with Windows Authentication and internally i make the 'authentication windows process'....
    3. windows authentication (webservice security)
      I'm using a lan with domain server under win200, and, in the same network, but in an other machine, i've installed a webservice. This second server...
    4. authenticate win32 form client with form based authentication web services
      (Type your message here) -------------------------------- From: kitchai yong Hi, Can you tell me how i authenticate the win32 form client...
    5. problem accessing webservice if enabling windows integrated authentication
      Hi,all webservice experts Here is my problem: when I try to call a webservice from my web application, I got access denied 401 error Here is...
  3. #2

    Default Re: ASP.NET Site/Webservice and Windows/Form authentication

    Hi,

    If anyone is watching....

    I have set the access on the virtual directory of the webservice to include
    basic authentication.

    I still dont know if there are any windows authentication specific
    attributes that can be added to a web.config file in the same folder to
    include digest,basic etc?

    Mark Redman


    Mark Redman 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