My web service prompts for username password

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

  1. #1

    Default My web service prompts for username password

    I have developed a web service and after deploying it on a
    Win2k server box with IIS, it starts throwing up the
    username password dialog. If I key in the windows
    username/password created in that particular server, it
    gets in. Otherwise it shows a 401.2 error. I tried by
    checking off the Windown NT authentication from the IIS
    security tab, but in that case it does not even allow me
    to access the web service. Any help would be appreciated.
    Arijit Chakraborti Guest

  2. Similar Questions and Discussions

    1. Since A9Pro, Safari Prompts for Password on First PDF Access
      Hello, I bought and installed A9P the day it came out. I can't swear this has been happening since then, but it never happened with A8P. Perhaps...
    2. username and password
      Hi all, My website host moved my site onto bigger servers and my ftp usermane and password had to be changed. Apparently the Contribute software...
    3. Acrobat Prompts for Admin Password
      Sometimes when Acrobat is started up it prompts for an administrator password. We have it implemented in a lab environment and do not want this to be...
    4. password/username
      i have figured out how to "insert record' and when i fill in the text areas the page inserts the names into my database labeled passwords. what i...
    5. How to change loging and password prompts ...
      Hi, Is it possible to change login and password prompts that appear while logging in? Are these configurable? thanks --gb
  3. #2

    Default Re: My web service prompts for username password

    Hi,
    > I have developed a web service and after deploying it on a
    > Win2k server box with IIS, it starts throwing up the
    > username password dialog. If I key in the windows
    > username/password created in that particular server, it
    > gets in. Otherwise it shows a 401.2 error. I tried by
    > checking off the Windown NT authentication from the IIS
    > security tab, but in that case it does not even allow me
    > to access the web service. Any help would be appreciated.
    Check the Web.config file in the application's root.
    It seems that authentication mode is setted up to "Forms".
    ______________________________
    With best wishes, Arthur Nesterovsky
    Visit, please, my home page:
    [url]http://www.nesterovsky-bros.com[/url]


    Arthur Nesterovsky Guest

  4. #3

    Default Re: My web service prompts for username password

    The authentication mode is Windows, it does not work even
    if tried with "None".
    >-----Original Message-----
    >Hi,
    >
    >> I have developed a web service and after deploying it
    on a
    >> Win2k server box with IIS, it starts throwing up the
    >> username password dialog. If I key in the windows
    >> username/password created in that particular server, it
    >> gets in. Otherwise it shows a 401.2 error. I tried by
    >> checking off the Windown NT authentication from the IIS
    >> security tab, but in that case it does not even allow me
    >> to access the web service. Any help would be
    appreciated.
    >
    >Check the Web.config file in the application's root.
    >It seems that authentication mode is setted up to "Forms".
    >______________________________
    >With best wishes, Arthur Nesterovsky
    >Visit, please, my home page:
    > [url]http://www.nesterovsky-bros.com[/url]
    >
    >
    >.
    >
    Arijit Chakraborti 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