CFF Coding Source
  • Home
  • About
  • Contact
  • Categories
    Classic ASP (32 - Entries) CSS (1 - Entry) JavaScript (5 - Entries) Databases (30 - Entries) ASP.NET (26 - Entries) Delphi (6 - Entries) Windows Server Core (13 - Entries) VMWare (1 - Entry) Code Editing Tools (2 - Entries) Linux (4 - Entries) Dell Servers (15 - Entries) Design and Editing Software (1 - Entry)
  • Blog Entries
    2025 (3 - Entries)
  • Bug Reports (Bugs Fixed
  • CFFCS Coding Source
    Please report any errors to the [Contact] page. Thank you.
  • Classic ASP (32)
  • CSS (1)
  • JavaScript (5)
  • Databases (30)
  • ASP.NET (26)
  • Left Arrow
  • Delphi (6)
  • Windows Server Core (13)
  • VMWare (1)
  • Code Editing Tools (2)
  • Linux (4)
  • Dell Servers (15)
  • Design and Editing Software (1)
  • Tools
  • Format Your SQL Script
  • Minify your CSS
Previous
Left Arrow
C#
Current Sub-Category Entry
Go Back To Sub-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.
    • Tags
    • IIS website configuration file
    • web.config
  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
  • Delete contents of a folder using PowerShell
  • Visual Studio - Change port number for all website projects
  • Creating and Using Global Variables on both your Frontend and Backend ASP.NET VB Pages.
  • Information on how to use SSMS more efficiently
  • Creating Indexes that include all columns that will display to your page in SQL Server.