Web.config
上传用户:xiecaij
上传日期:2015-02-08
资源大小:2016k
文件大小:0k
源码类别:

百货/超市行业

开发平台:

ASP/ASPX

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <system.web>
  4. <authentication mode="Forms">
  5. <forms name="eshopAdmin" loginUrl="Login.aspx" protection="All" path="/" />
  6. </authentication>
  7. <authorization>
  8. <deny users="?" />
  9. </authorization>
  10. <customErrors mode="On" defaultRedirect="Error.aspx"></customErrors>
  11. </system.web>
  12. <appSettings>
  13. <add key="ConnectionString" value="server=qs;database=eshop;uid=sa;pwd=" />
  14. </appSettings>
  15. </configuration>