petshop运行出错
在应用程序级别之外使用注册为 allowDefinition='MachineToApplication' 的节是错误的。如果在 IIS 中没有将虚拟目录配置为应用程序,则可能导致此错误。
ASP.NET to identify an incoming user.
行 65: -->
行 66: <authentication mode="Windows">
行 67: <forms name="PetShopAuth" loginUrl="SignIn.aspx" protection="None" timeout="60"/>
行 68: </authentication>
这怎么解决呢