我在admin下面建了一个webconfig,写到
<?xml version="1.0"?>
<configuration>
  <system.web>
    <authentication   mode="Forms">
      <forms   name="PetShopAuth"   loginUrl="index.aspx"   protection="None"   timeout="60"   />
    </authentication>  </system.web>
</configuration>错误啊,