Previous Category Entry
Left Arrow
C#
Current Category Entry
Go Back To Category List
[ASP.NET]
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.