您目前尚未登陆,请选择【登陆】或【注册
首页->留言本类->ASP.NET三层架构留言本项目源码>>WEB/Web.config>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:ASP.NET三层架构留言本项目源码
当前文件:文件类型 MVCGuestBook/WEB/Web.config打开代码结构图
普通视图
		            
1<?xml version="1.0" encoding="utf-8"?><configuration> 2 3 4 5 <appSettings> 6 7 <add key="FCKeditor:BasePath" value="~/fckeditor/"/> 8 <add key="FCKeditor:UserFilesPath" value="~/upload/"/> <!--鍦?.6涓厤缃枃浠堕厤缃矾寰?-> 9 10 </appSettings> 11 12 <connectionStrings> 13 <add name="myData" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\WebData.aspx;" providerName="oledb"/> 14 <add name="mySql" connectionString="server=.;uid=sa;pwd=sa;database=GustBook" providerName="sql"/> 15 </connectionStrings> 16 17 <system.web> 18 <!-- 19 璁剧疆 compilation debug="true" 鍙皢璋冭瘯绗﹀彿鎻掑叆 20 宸茬紪璇戠殑椤甸潰涓備絾鐢变簬杩欎細 21 褰卞搷鎬ц兘锛屽洜姝ゅ彧鍦ㄥ紑鍙戣繃绋嬩腑灏嗘鍊? 22 璁剧疆涓?true銆? 23 --> 24 <compilation debug="false"> 25 26 27 <assemblies> 28 <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> 29 <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies></compilation> 30 <!-- 31 閫氳繃 <authentication> 鑺傚彲浠ラ厤缃?ASP.NET 鐢ㄦ潵 32 璇嗗埆杩涘叆鐢ㄦ埛鐨? 33 瀹夊叏韬唤楠岃瘉妯″紡銆? 34 --> 35 <authentication mode="Windows"/> 36 <!-- 37 濡傛灉鍦ㄦ墽琛岃姹傜殑杩囩▼涓嚭鐜版湭澶勭悊鐨勯敊璇紝 38 鍒欓氳繃 <customErrors> 鑺傚彲浠ラ厤缃浉搴旂殑澶勭悊姝ラ銆傚叿浣撹鏉ワ紝 39 寮鍙戜汉鍛橀氳繃璇ヨ妭鍙互閰嶇疆 40 瑕佹樉绀虹殑 html 閿欒椤? 41 浠ヤ唬鏇块敊璇爢鏍堣窡韪? 42 43 <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"> 44 <error statusCode="403" redirect="NoAccess.htm" /> 45 <error statusCode="404" redirect="FileNotFound.htm" /> 46 </customErrors> 47 --> 48 49 </system.web> 50 51</configuration>
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:ASP.NET三层架构留言本项目源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号