温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:仿Google查询并导出Excel源码
当前文件:
GoogleWebExcel/Web/Web.config[1K,2009-6-12 11:43:28],打开代码结构图
GoogleWebExcel/Web/Web.config[1K,2009-6-12 11:43:28],打开代码结构图1<?xml version="1.0"?> 2
<!-- 3
娉ㄦ剰: 闄や簡鎵嬪姩缂栬緫姝ゆ枃浠朵互澶栵紝鎮ㄨ繕鍙互浣跨敤 4
Web 绠$悊宸ュ叿鏉ラ厤缃簲鐢ㄧ▼搴忕殑璁剧疆銆傚彲浠ヤ娇鐢?Visual Studio 涓殑 5
鈥滅綉绔欌?>鈥淎sp.Net 閰嶇疆鈥濋夐」銆? 6
璁剧疆鍜屾敞閲婄殑瀹屾暣鍒楄〃鍦? 7
machine.config.comments 涓紝璇ユ枃浠堕氬父浣嶄簬 8
\Windows\Microsoft.Net\Framework\v2.x\Config 涓? 9
--> 10
<configuration> 11
<appSettings/> 12
<connectionStrings> 13
<add name="SQLConnString" connectionString="server=.\Sql2005;database=googleDB;uid=sa;password=sa"/> 14
</connectionStrings> 15
<system.web> 16
<compilation debug="true"/> 17
<authentication mode="Windows"/> 18
<!--閰嶇疆ajaxpro缁勪欢--> 19
<httpHandlers> 20
<add verb="*" path="*.ashx" type="AjaxPro.AjaxHandlerFactory,AjaxPro.2"/> 21
</httpHandlers> 22
<!--session涓嶈繃鏈?-> 23
<sessionState mode="StateServer" cookieless="false" timeout="6000" stateConnectionString="tcpip=127.0.0.1:42424" stateNetworkTimeout="14400" /> 24
<machineKey validationKey="78AE3850338BFADCE59D8DDF58C9E4518E7510149C46142D7AAD7F1AD49D95D4" decryptionKey="5FC88DFC24EA123C" validation="SHA1"/> 25
</system.web> 26
</configuration> 27



