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

  1. #1

    Default anonymous logon

    I have aproblem.
    I develop my asp.net site at my pc (named PCMANOS)(running IIS) and I have the SQL Server at another pc (named ATHDC).
    I've already created an IUSR_PCMANOS user account at ATHDC and I've given the appropriate priviledges to read and write from the database.
    When I test the site from my pc,I have no problem.
    If I test the site from another pc (belonging to my company's intranet - eg I write pcmanos\mytest\mainPage.aspx) the main page is oponned correctly but I cannot open the database and I have the exception message "NT authority/anonymous logon failed"
    I have also enabled anonymous access from IIS.
    I don't no what else I can do...

    Can anyone help me??

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

    <Id>vfTxpAUouUSjMV6semyINQ==</Id>
    manos papaoikonomou via .NET 247 Guest

  2. Similar Questions and Discussions

    1. ODBC Socket DSN erroring out 'ANONYMOUS LOGON'
      Hi everyone, I am desperately needing your help, I'm a newbie. I am developing an application which is currently local with remote SQL Server 2K. ...
    2. Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' msg
      Hey Guys, I have inherited an evil app that I am trying to fix. It is a VB6 desktop app, that I am trying to port to the web using VB6/com+/ASP...
    3. Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
      I'm getting a Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' error. I'm running IIS 6 on 2003 Server The error occurs when my asp.net page...
    4. How do I log onto anonymous ftp ?
      Hello I have logged onto ftps before, but never an anonymous one. I need to log into ftp://archive.progeny.com/ I can view the files with...
    5. "...not allow you to logon interactively..." preventing my Logon
      Ok, I have tried rebooting in Safe Mode, and know that the Administrator account is still called "Administrator". However, even in safe mode, I...
  3. #2

    Default RE: anonymous logon

    what authentication does ASP.Net use? is it windows authentication
    and if you have impersonation enabled, this will come up. try to disable the impersonation and check

    Av.
    avnrao 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