Tag Archive | "IIS"

Rejected-By-UrlScan 404 Errors

Friday, July 3, 2009

1 Comment

If you are getting some unexplainable 404 errors when accessing html or asp.net pages in IIS, and have exhausted the more common issues, check out your log file for URLScan errors. URLScan is a Microsoft security tool to help protect Internet Information Server. On your developer environment it might be getting in the way. How […]

Continue reading...

Redirecting Your Domain Using 301 Redirects

Tuesday, June 16, 2009

2 Comments

What are 301 redirects? It is the status code that has been sent back to your browser from the web server. In other words, the “301 status”, is telling your browser that the link you typed in or clicked on has moved permanently to the new address that you have just been forwarded to. When […]

Continue reading...

Slow Web Service calls to LocalHost in ASP.NET

Wednesday, November 5, 2008

Comments Off on Slow Web Service calls to LocalHost in ASP.NET

Here’s a few troubleshooting steps you can use to resolve slow calls to web services that are on your local host. 1. When I googled this issue, I found this link. It reveals a setting you can make in your web.config to force all calls to local web services to bypass your proxy (if you […]

Continue reading...