国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 開(kāi)發(fā) > 綜合 > 正文

beta2的web.config配置

2024-07-21 02:16:36
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友


<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <!-- application specific settings -->
    <appsettings>
        <add key="connectionstring" value="server=localhost;uid=sa;pwd=;database=store" />
    </appsettings>
    <!-- forms based authentication -->
    <system.web>
        <!-- enable forms authentication -->
        <authentication mode="forms">
            <forms name="ibuyspystoreauth" loginurl="login.aspx" protection="all" path="/" />
        </authentication>
        <!-- enable custom errors for the application -->
        <customerrors mode="remoteonly" defaultredirect="errorpage.aspx" />
        <!-- disable session state for application -->
        <sessionstate mode="off" />
    </system.web>
    <!-- set secure paths -->
    <location path="checkout.aspx">
        <system.web>
            <authorization>
                <deny users="?" />
            </authorization>
        </system.web>
    </location>
    <location path="orderlist.aspx">
        <system.web>
            <authorization>
                <deny users="?" />
            </authorization>
        </system.web>
    </location>
    <location path="orderdetails.aspx">
        <system.web>
            <authorization>
                <deny users="?" />
            </authorization>
        </system.web>
    </location>
</configuration>

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 辉县市| 德惠市| 沐川县| 古丈县| 乳山市| 石嘴山市| 汝城县| 巨野县| 云南省| 沐川县| 道孚县| 当雄县| 江川县| 吴川市| 柯坪县| 天全县| 南召县| 珲春市| 应用必备| 合水县| 涟水县| 南木林县| 孙吴县| 马山县| 灯塔市| 根河市| 团风县| 宁晋县| 富顺县| 阿拉尔市| 黑河市| 伊宁市| 佛学| 留坝县| 广汉市| 阜康市| 平谷区| 白山市| 茌平县| 木里| 准格尔旗|