Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
web.config
Package: WebUserForms.zip [view]
Upload User: husern
Upload Date: 2022-03-24
Package Size: 534k
Code Size: 2k
Category:
Editor
Development Platform:
C#
- <?xml version="1.0"?>
- <!-- == FILE ==================================================================
- // name : Web.Config
- // project : Itenso Web User Forms
- // created : Jani Giannoudis - 2008.10.30
- // language : ASP.NET
- // environment: .NET 2.0
- // copyright : (c) 2008 by Itenso GmbH, Switzerland
- =============================================================================== -->
- <configuration>
- <appSettings file="web.local.config">
- <!-- misc app settings **************************************************** -->
- <add key="FormsPath" value="~/UserForms" />
- <add key="LookupItemText" value="Lookup Item {0}" />
- <add key="LookupItemValue" value="LookupValue {0}" />
- <add key="LookupItemCount" value="10" />
- </appSettings>
- <system.web>
- <!-- theming ************************************************************** -->
- <pages theme="Default" />
- <!-- compilation **********************"""********************************* -->
- <compilation debug="true">
- <assemblies>
- <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
- </assemblies>
- </compilation>
- <!-- profile ************************************************************** -->
- <authentication mode="None" />
- <!-- http modules ********************************************************* -->
- <httpModules>
- <remove name="WindowsAuthentication" />
- <remove name="FormsAuthentication" />
- <remove name="PassportAuthentication" />
- <remove name="RoleManager" />
- <remove name="UrlAuthorization" />
- <remove name="FileAuthorization" />
- </httpModules>
- </system.web>
- </configuration>
- <!-- == EOF =================================================================== -->