Welcome to Sol 3 Sign in | Join | Help

ASPInsiders

Aggregation of ASPInsiders and Microsoft ASP.NET team member blogs.

Browse by Tags

All Tags » IIS7   (RSS)
August 29th Links: .NET, ASP.NET, IIS Express, Silverlight, Windows Phone 7
Here is the latest in my link-listing series .  Also check out my VS 2010 and .NET 4 series and ASP.NET MVC 2 series for other on-going blog series I’m working on. [In addition to blogging, I am also now using Twitter for quick updates and to share Read More...
Troubleshoot ASP.NET Errors Remotely–while Appearing Local
For years I’ve wanted to be able to troubleshoot website remotely by seeing the detailed error report, while ensuring that other users on the web only see the friendly non-detailed error. This is now possible with URL Rewrite 2.0. Through a simple rule, Read More...
Introducing IIS Express
Developers today build and test ASP.NET sites and applications using one of two web-servers: The ASP.NET Development Server that comes built-into Visual Studio The IIS Web Server that comes built-into Windows Both of the above options have their pros Read More...
Visual Studio IntelliSense for URL Rewrite
Visual Studio doesn’t have IntelliSense support for URL Rewrite by default.  This isn’t a show stopper since it doesn’t result in stop errors. However, it’s nice to have full IntelliSense support and to get rid of the warnings for URL Rewrite rules. Read More...
URL Rewrite – Multiple domains under one site. Part II
I believe I have it … I’ve been meaning to put together the ultimate outgoing rule for hosting multiple domains under one site.  I finally sat down this week and setup a few test cases, and created one rule to rule them all.  In Part I of this Read More...
URL Parts available to URL Rewrite Rules
URL Rewrite is a powerful URL rewriting tool available for IIS7 and newer.  Your rewriting options are almost unlimited, giving you the ability to optimize URLs for search engine optimization (SEO), support multiple domain names on a single site, Read More...
Tip/Trick: Fix Common SEO Problems Using the URL Rewrite Extension
Search engine optimization (SEO) is important for any publically facing web-site.  A large % of traffic to sites now comes directly from search engines, and improving your site’s search relevancy will lead to more users visiting your site from search Read More...
The Mysterious ARR Server Farm to URL Rewrite link
Application Request Routing (ARR) is a reverse proxy plug-in for IIS7+ that does many things, including functioning as a load balancer.  For this post, I’m assuming that you already have an understanding of ARR.  Today I wanted to find out how Read More...
500.50 error using URL Rewrite
I ran into a 500.50 error yesterday, which wasn’t very descriptive initially, so I thought I would provide some details on what it could be. First, off, if you hit the page remotely, it’s going to hide the real details.  It will look something like Read More...
IIS URL Rewrite – Hosting multiple domains under one site
In a shared hosting environment, it’s a common desire to have a single IIS website that handles multiple sites with different domain names.  This saves the cost of setting up additional sites with the hoster.  At ORCS Web , we’ve supported this Read More...
How To Convert From Request With Parameter to No Parameter in ASP.NET (Server.Transfer)
  The problem is that I’m trying to keep track of the exact URL a person selects including the request parameter.  That is, I have a URLs that can be played as follows: ...

This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming
Search Engine Optimization (SEO) Toolkit
[ 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 Read More...
URL Authorization role service required for IIS7 system.webServer/security/authorization
Why isn’t IIS7 authorization working in my asp.net website?  I was trying to secure a folder in my asp.net application using the IIS7 system.webServer/security/authorization configuration settings.  In the past you could do this through the Read More...
IIS7 Search Engine Optimization Toolkit does not like HTML5 Doctype
The IIS7 Search Engine Optimization (SEO) Toolkit is an awesome tool to review your site and indicate any problems with the html that may cause search engines not to index your website properly.  Check out Scott Guthrie’s post on the IIS7 Search Read More...
IIS URL Rewrite – Redirect multiple domain names to one
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: Read More...
More Posts Next page »