Re: ASP.NET
回上一篇
附web.config檔
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="DSN" value="Provider=Microsoft.Jet.OleDb.4.0;Data So
urce=C:\Documents and Settings\buu\My Documents\Visual Studio
2005\Projects\WebSite1\DB.mdb"/>
</appSettings>
<system.web>
<authentication mode="Forms"/>
<forms name=".LoginCookie" loginUrl="login.aspx" protection="ALL"
timeout="40" path="/" />
<authentication>
<deny user="?"/>
</authentication>
</system.web>
</configuration>
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.115.217.216
討論串 (同標題文章)
Programming 近期熱門文章
PTT數位生活區 即時熱門文章