Home
About
Contact
Categories
Classic ASP (28 - Sub-Categories)
CSS (1 - Sub-Category)
JavaScript (5 - Sub-Categories)
Databases (22 - Sub-Categories)
ASP.NET (23 - Sub-Categories)
Delphi (5 - Sub-Categories)
Windows Server Core (3 - Sub-Categories)
VMWare (1 - Sub-Category)
Code Editing Tools (2 - Sub-Categories)
Linux (2 - Sub-Categories)
Dell Servers (15 - Sub-Categories)
Blog Entries
2025 (1 - Entry)
Bug Reports
(Bugs Fixed
New CFFCS Coding Source is still in Beta
Please report any errors to the [Contact] page. Thank you.
Classic ASP (28)
CSS (1)
JavaScript (5)
Databases (22)
ASP.NET (23)
Delphi (5)
Windows Server Core (3)
VMWare (1)
Code Editing Tools (2)
Linux (2)
Dell Servers (15)
Format SQL Script
Previous
C#
Current Category Entry
Go Back To Category List
[
ASP.NET
]
ASP.NET
Web.Config
Web.Config
SubCategory Entry Date: February 20,2023 @ 03:29:07 / Last Updated On: February 20,2023 @ 03:29:07
Web.Config is the configuration file for your IIS Web server.
Inside the Web.Config file, you can work with your website and make it work to your imagination. It is nearly limitless what you can do with the Web.Config file.
Code Articles
Using a Colon in your URL can be done with IIS URL Rewrite
The following error will occur when you have a Colon (:) in your URL. To use a colon in your IIS Website URL, you must have the URLRewrite component installed on the IIS Server and running on the website.
Using a comma in your URL can be done with IIS URL Rewrite
The following error will occur when you have a Comma (,) in your URL. HTTP Error 404.0 - Not Found
Using a period in your URL can be done with IIS URL Rewrite
A period is not allowed in a URL, but there is a work around using a URL Rewrite trick.