web.config

来自「c#中用MapXtreme开发的地理信息系统」· CONFIG 代码 · 共 18 行

CONFIG
18
字号
<?xml version="1.0"?>
<!-- 
    Note: As an alternative to hand editing this file you can use the 
    web admin tool to configure settings for your application. Use
    the Website->Asp.Net Configuration option in Visual Studio.
    A full list of settings and comments can be found in 
    machine.config.comments usually located in 
    \Windows\Microsoft.Net\Framework\v2.x\Config 
-->
<configuration>
	<appSettings>
		<!--Use this setting to turn Session pooling on/off (true/false)-->
		<add key="MapInfo.Engine.Session.Pooled" value="true"/>
		<!--Use this setting to save Session state automatically (HttpSessionState) or manually (Manual)-->
		<add key="MapInfo.Engine.Session.State" value="Manual"/>
		<!--Use this setting to preload a workspace on Session creation-->
		<add key="MapInfo.Engine.Session.Workspace" value="D:\Maps\World\world.mws"/>
		<add key="itemStr" value="GDP,浜哄彛,閲戣瀺,鑳芥簮,灏变笟,妞嶇墿,鑹炬粙鐥

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?