Previous
C#
|
Current Sub-Category Entry |
Go Back To Sub-Category List [ASP.NET] |
IIS Web.Config
-
- A potentially dangerous Request.Path value was detected from the client (:)
- An unhandled exception was generated
- To use a colon in your IIS Website URL
- rewrite rule
- rewrite rule
- how to write a url rewrite rule
- how to write a url rewrite rule
- HttpException 0x80004005
- HTTP Error 404.0 - Not Found
- Module IIS Web Core
- Notification MapRequestHandler
- Error Code 0x80070002
- URL Rewrite module
- To use a comma in your IIS Website URL
- web.config URL Rewrite Rule script
- web.config URL Rewrite Rule script
- web.config URL Rewrite Rule script
- period in url
- URL with a period
- how to have periods in a URL
- URL Rewrite Period in URL
- web.config
- web.config
- web.config
- web.config
- IIS website configuration file
- web.config,IIS website configuration file
- Content-Security-Policy
- CSP frame-ancestors
- prevent clickjacking
- iframe security
- IIS URL Rewrite
- IIS URL Rewrite
- prevent hotlinking
- image bandwidth theft
- HTTP Referer rule
- clientidmode static
- asp.net webforms
- generated control ids
- javascript asp.net
- static client id
- WWW redirect
- Non-WWW redirect
- Redirect WWW to Non-WWW
- HTTP 301 redirect
- Permanent redirect
- Canonical URL
- Canonical domain
- URL Rewrite rule
- IIS redirect
- Root domain redirect
- web.config https redirect
- iis url rewrite code
- redirect http to https
- web.config xml code
- force ssl iis
- stop website hijacking
- website hijacking
- X-Frame-Options
- X-Frame-Options asp.net
- X-Frame-Options NGINX
- X-Frame-Options PHP
Tags
Code Articles
How to implement the code in web.config to redirect http to https
DescAdd an XML URL rewrite rule to your web.config file to automatically redirect all insecure HTTP traffic to secure HTTPS.
How to Prevent Image Hotlinking and Bandwidth Theft in IIS Using URL Rewrite
Stop external websites from stealing your images and draining your server bandwidth by configuring an HTTP Referer block in your web.config.
How to Stop Website Content Theft and Clickjacking Using Content-Security-Policy (CSP)
Protect your website from being stolen or embedded in unauthorized iframes by using the Content-Security-Policy header in IIS web.config.
IIS Web.Config Redirecting WWW to Non-WWW Using IIS URL Rewrite
Create a permanent IIS URL Rewrite rule that automatically redirects visitors from the www version of your website to the preferred non-www domain while preserving the requested page and query string.
IIS Web.Config 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.
IIS Web.Config 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.
Stop your website from being hijacked by another site.
How to stop your website from being hijacked by another site.
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.
web.config 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
Why ASP.NET Adds Weird IDs to Your Controls
ASP.NET automatically changes control IDs when ClientIDMode="Static" is not used, creating long and unpredictable element names in HTML output.
