Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.CONFIG - File Extension for Configuration Files
What is CONFIG? CONFIG, short name for Configuration, is used as the file extension for Configuration files, .CONFIG files are XML files that contain runtime configurations for .NET applications. See the sample .CONFIG file included below.
✍: FYIcenter.com
File Extension: .CONFIG
MIME Type: text/plain
File Content: Configuration
.CONFIG files are Configuration files, that contain runtime configurations for .NET applications. Here is a sample .CONFIG Configuration file, link.exe.config:
<configuration>
<startup>
<requiredRuntime safemode="true" imageVersion="v2.0.50727"/>
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<publisherPolicy apply="no" />
</assemblyBinding>
</runtime>
</configuration>
.CONFIG Configuration file sample: Click sample.config to download.
Since .CONFIG files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
For for information on how to use .CONFIG Configuration files, see links below:
2012-09-07, 5250👍, 0💬
Popular Posts:
What is CS? CS, short name for C Sharp, is used as the file extension for C# (C Sharp) files. .CS fi...
What is BMP? BMP, short name for Bitmap, is used as the file extension for bitmap image files. .BMP ...
What is VDX? VDX, short name for Visio Drawing XML, is used as the file extension for Visio Drawing ...
What is XLSB? XLSB, short name for Excel Spreadsheet Binary, is used as the file extension for sprea...
File extension CLASS is used for Java compiled class files. A CLASS sample file is provided. Free JV...