CFF Coding Source
  • Home
  • About
  • Contact
  • Categories
    Classic ASP (30 - Entries) CSS (1 - Entry) JavaScript (5 - Entries) Databases (26 - Entries) ASP.NET (25 - Entries) Delphi (6 - Entries) Windows Server Core (7 - Entries) VMWare (1 - Entry) Code Editing Tools (2 - Entries) Linux (3 - Entries) Dell Servers (15 - Entries)
  • Blog Entries
    2025 (3 - Entries)
  • Bug Reports (Bugs Fixed
  • CFFCS Coding Source
    Please report any errors to the [Contact] page. Thank you.
  • Classic ASP (30)
  • CSS (1)
  • JavaScript (5)
  • Databases (26)
  • ASP.NET (25)
  • Left Arrow
  • Delphi (6)
  • Windows Server Core (7)
  • VMWare (1)
  • Code Editing Tools (2)
  • Linux (3)
  • Dell Servers (15)
  • Tools
  • Format Your SQL Script
  • Minify your CSS
Previous
Left Arrow
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.
  1. Code Articles
  2. 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.
  3. 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
  4. 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.
  5. Stop your website from being hijacked by another site.
    How to stop your website from being hijacked by another site.
  6. URL Rewrite with 2 URLs that match with one having an extra Query Value
    web.config URL Rewrite with 2 URLs that match, with one having an extra Query Value.
About Company

CFF Coding Source

CFF Coding Source

CFFCS.COM Located in both Lee and Chatham County, North Carolina, USA

CFF Coding Source is Powered by Dell R710 Servers

Top Viewed Articles
  • Dell R910 Bootable update ISO
  • Dell R810 Bootable update ISO
  • Dell R630 Bootable update ISO
  • Dell R620 Bootable update ISO
  • Dell R610 Bootable update ISO
Recent Articles
  • ASP Classic split URL QueryString and have a count for each value
  • URL Rewrite with 2 URLs that match with one having an extra Query Value
  • A SQL Server Script for Zip Codes.
  • Delphi Product Code History Limit
  • Flickity carousel with 2 rows and 4 columns designed with ASP Classic and SQL Server