app.config
资源名称:xssshell.rar [点击查看]
上传用户:wangting
上传日期:2020-01-24
资源大小:2226k
文件大小:2k
源码类别:
破解
开发平台:
ASP/ASPX
- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <configSections>
- <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
- <section name="XSSTunnel.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
- </sectionGroup>
- </configSections>
- <system.diagnostics>
- <sources>
- <!-- This section defines the logging configuration for My.Application.Log -->
- <source name="DefaultSource" switchName="DefaultSwitch">
- <listeners>
- <add name="FileLog"/>
- <!-- Uncomment the below section to write to the Application Event Log -->
- <!--<add name="EventLog"/>-->
- </listeners>
- </source>
- </sources>
- <switches>
- <add name="DefaultSwitch" value="Information" />
- </switches>
- <sharedListeners>
- <add name="FileLog"
- type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
- initializeData="FileLogWriter"/>
- <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
- <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
- </sharedListeners>
- </system.diagnostics>
- <userSettings>
- <XSSTunnel.My.MySettings>
- <setting name="AlwaysOnTop" serializeAs="String">
- <value>True</value>
- </setting>
- <setting name="Trans" serializeAs="String">
- <value>100</value>
- </setting>
- <setting name="CacheEnabled" serializeAs="String">
- <value>True</value>
- </setting>
- </XSSTunnel.My.MySettings>
- </userSettings>
- </configuration>