IIS7
Tag details
Welcome to the 'IIS7' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'IIS7'.
Look up
"IIS7"
at The Free Dictionary
Latest blogosphere posts tagged “IIS7”
-
X-Forwarded-For HTTP Module For IIS7, Source Included!
Joe Pruitt —
Authority: 91
For those who of you that are having problems with logging client addresses in their server logs because you are running your web servers behind a proxy of some sort, never fear, your solution is here. For those that dont, I already discussed in my previous posts about what the X-Forwarded-For header is so feel free ...6 days ago -
Did you know: Enable Custom Error (redirect) in IIS 7 / 7.5 - Part 3
.Net Scraps —
Authority: 120
There was no option in IIS 6.0 to redirect a client browser to a different URL that contains the custom error. Here’s how you do it in IIS 7 / 7.5. Click on the Web Site (Default Web Site in our case) In Features View , double click on Error Pages Select the error page we want to customize (in ...1 week ago -
Did you know: Enable Custom Error (execute a URL) in IIS 7 / 7.5 - Part 2
.Net Scraps —
Authority: 120
Let us have a look at how to enable custom error pages to execute a URL in IIS 7 / 7.5. In IIS 6.0 Right click on Web Site (Default Web Site in our case) and click on Properties Under Custom Errors tab, click on the error page you want to customize (in our case 404) Click Edit… , under ...1 week ago -
Did you know: Enable Custom Error in IIS 7 / 7.5 - Part 1
.Net Scraps —
Authority: 120
You create a custom error page when you don’t want a regular user to see the actual error message. You can always see a detailed error message when you browse the page locally on the server. There are three ways how you can set custom error page in IIS 7 / 7.5, today we will look at how to set a static file in the ...1 week ago -
Search Engine Optimization (SEO) Toolkit
ScottGu's Blog —
Authority: 559
[ In addition to blogging, I’m also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] Over the last few weeks I’ve been polling developers to see how many are using the new Search Engine Optimization (SEO) toolkit to increase traffic to their web-sites. I’ve ...2 weeks ago -
“HTTP Error 500.19 - Internal Server Error” in IIS 7 / 7.5
.Net Scraps —
Authority: 120
I was testing a simple WCF application deployed on my IIS 7.5 machine. This was working fine on my development Windows 7 IIS 7.5 client machine but as soon as I deployed it on my Windows Server 2008 R2 IIS 7.5 machine the application threw the following error: HTTP Error 500.19 - Internal Server Error The ...2 weeks ago -
Did you know: Set Connection Limits in IIS 7 / 7.5
.Net Scraps —
Authority: 120
Connection Timeout is a setting in IIS which asks the server to wait on an inactive connection before disconnecting it. You don’t want to waste memory resources on an idle connection and hence you should think twice before you make any changes to the default setting. I have seen number of times people increase ...2 weeks ago -
Did you know: Enable content expiration in IIS 7 / 7.5
.Net Scraps —
Authority: 120
When you want Web site content to expire automatically such that no obsolete information is cached at the proxy or Web browsers you configure Content expiration in IIS at the Web site level. In IIS 6.0 Right click on Web Site (Default Web Site in our case) and click on Properties Under HTTP Headers ...2 weeks ago -
Did you know: Enable HTTP Keep-alive in IIS 7 / 7.5
.Net Scraps —
Authority: 120
Before you try to figure out where exactly Enable HTTP Keep-alive is in IIS 7, you should know what exactly it is and why this is beneficial for you. The HTTP keep-alive response header improves Web server performance by keeping a client/server connection open across multiple requests to the server. The open ...2 weeks ago -
Did you know: Add host header to a Web Site in IIS 7 / IIS 7.5
.Net Scraps —
Authority: 120
In IIS you can host multiple Web sites on a single server with the same port number and a single IP address using Host Header. By adding a unique host header to each Web site, you can map more than one Web site to a single IP address. In IIS 6.0, To add a host header entry for a Web Site in IIS 6.0. Right ...3 weeks ago -
Did you know: Difference between Virtual Directory & Application in IIS 7 / 7.5
.Net Scraps —
Authority: 120
In IIS 7 / 7.5, you have an option to create a Virtual Directory and Applications. What is a Virtual Directory? Virtual Directory is a directory that is mapped to a local physical directory or a directory on a remote server. A Virtual Directory will have its code executed in the same worker process as the ...3 weeks ago -
Did you know: View Virtual Directories / Applications in IIS 7 / 7.5
.Net Scraps —
Authority: 120
In IIS 7 / 7.5 you now have an option to view all the Virtual Directories or Applications in your website. By default in Content View, you see all the Files, Folders, Virtual Directories and Applications in your website. If you have lots of Applications / Virtual Directories in your website, you now have the option to ...3 weeks ago -
IIS 7/7.5, FastCGI hosting PHP and Compression
.Net Scraps —
Authority: 120
We know how to enable HTTP Compression in IIS 7/7.5. We also have articles on enable compression for .aspx or .asp or a static HTML files. Here we will see how to enable compression on FastCGI hosted PHP website in IIS 7/7.5. I have a default installation of IIS 7.5 and installed PHP 5.3.1 from PHP For Windows . I ...3 weeks ago -
Cloud-enabled enterprise-hosting provider NaviSite, sponsor a one-day workshop for web designers and developers on December 9th
Top 10 Dedicated Server Hosting Reviews, News and Articles —
Authority: 130
NaviSite, Inc., a leading provider of cloud-enabled enterprise-hosting and managed-application services, today announced that NaviSite will sponsor a one-day workshop, along with Microsoft Corp., for web designers and developers on December 9th. This workshop will examine best practices and will include demonstrations ...3 weeks ago -
Did you know: Enable File Level Authentication in IIS 7 / 7.5
.Net Scraps —
Authority: 120
With Windows Server 2008 and Windows Server 2008 R2, we have a new Web Server with a completely different UI. It’s sometimes difficult to get your things done the way you used to do with the age old IIS 5 and IIS 6 UI. Here I am going to post some “Did you know” series, which will show you how you did a ...3 weeks ago -
Running WCSF on IIS 7 (integrated mode)
Southworks Master Site Feed —
Authority: 115
If you host a WCSF application on IIS 7 (integrated mode), you will notice that the application throws an exception on its first request (System.Web.HttpException: Request is not available in this context). This is because when the Application_Start method of the WebClientApplication class calls the ...4 weeks ago -
IIS URL Rewrite – Redirect multiple domain names to one
Scott Forsyth's Blog —
Authority: 391
Consider this a 2nd part to IIS URL Rewrite – rewriting non-www to www . Reader Rubens asked about redirecting multiple domain names in a single rule. That’s a good question and worth writing a part II blog post about it. Here’s his question: If there any generic way to do that if we have ...4 weeks ago -
IIS URL Rewrite – rewriting non-www to www
Scott Forsyth's Blog —
Authority: 391
If you’re using IIS 7.0 (or 7.5), URL Rewrite is a valuable tool, well worth installing and using. One common use of URL Rewrite is redirecting http://domain.com to http://www.domain.com. Many people are doing this for search engine optimization (SEO) so that search engines only see the one site, rather than ...4 weeks ago

