ASP.NET Settings General Options
CodePage |
Codepage to be used for your web site, default is 65001 (utf-8) |
XML Encoding |
XML encoding of the output XML, default is utf-8. This setting must be compatible with codepage. |
LCID |
Locale ID to be used for your web site |
Default Date Format |
yyyy/mm/dd, mm/dd/yyyy, dd/mm/yyyy,
yyyy-mm-dd, mm-dd-yyyy, dd-mm-yyyy,
yyyy.mm.dd, mm.dd.yyyy, dd.mm.yyyy |
No Cache |
Whether caching is required on browser |
.NET-Specific Options
Language |
VB - VB.NET code will be generated
C# - C# code will be generated |
Web.config |
Various options for setting up the web.config.
ASP.NET Maker generates a configuration file (web.config) for each project.
The web.config file contains a nested hierarchy of XML tags and subtags with
attributes that specify the configuration settings which control how ASP.NET Web
applications behave. Here you can easily specify settings to many commonly used elements such as
authentication, sessionState and trace.
For detail description
of each field please refer to the Microsoft
.NET Framework SDK:
ASP.NET Settings Schema
|
|