在IIS的目录安全性设置里,把允许匿名访问选上,

解决方案 »

  1.   

    IUSR_youmachinename这个用户有没启用?
      

  2.   

    我的用户列表里面有 LIUNET\IUSR_WJL-B0GB3VEHAOE 这个用户名。很急,请各位帮忙。谢谢了
      

  3.   

    http://www.gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc
      

  4.   

    我这页的代码如下:
    <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
    <title>Standar TreeView</title>
    <meta name="Author" content="">
    <meta name="Keywords" content="tree,treeview,deeptree">
    <meta name="Description" content="">
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
    <script language="JavaScript" src="../workonline/treeview.js"></script>
    <link rel="stylesheet" type="text/css" href="../workonline/treeview.css">
    <style>
    a{font-size:12px;font-family:Verdana;text-decoration:none;color:red}
    </style>
    </head>
    <body leftmargin="5" topmargin="0" bgcolor="#eeeeee" onselectstart="return false">
    &nbsp;
    <a href="javascript:a.expandAll()">全部展开</a>
    <a href="javascript:a.collapseAll()">全部收回</a>
    <div>
    <script language="JavaScript">
    <!--
    var a=new TreeView("a")
    a.add(1,0,"My Web Site navigator","http://192.168.0.9/index.aspx/","","",icon.root.src)
    a.add(2,1,"促销管理")
    a.add(3,2,"促销表管理","../workonline/order.aspx","","rightFrm",icon.send.src)
    a.add(4,2,"进店表管理","http://fason.nease.net/","","",icon.send.src)
    a.add(5,2,"特殊费用表","http://fason.nease.net/","","",icon.addrbook.src)
    a.add(6,1,"请款单管理")
    a.add(7,6,"基础资料","http://192.168.0.9/index.aspx",icon.addrbook.src)
    a.add(8,6,"请款单管理","http://192.168.0.9/index.aspx",icon.addrbook.src)
    a.add(14,1,"回到主页","http://192.168.0.9/main.aspx","","",icon.addrbook.src)
    a.add(17,1,"退出系统","javascript:top.close()",'','_self',icon.exit.src)
    document.write(a)
    //-->
    </script>
    </div>
    </body>
    </html>
      

  5.   

    可能是文件目录安全权限的问题。
    你到需要访问的目录查看属性-》安全
    看有没有用户:LIUNET\IUSR_WJL-B0GB3VEHAOE 
    有读权限么?