Microsoft
Software
Hardware
Network
Question : Use different HTTP Redirects on multiple virtual directories in IIS 7.5
I am helping our web department migrate our main website on an old Windows 2000 (IIS 5.0) server to a new virtual Windows 2008 R2 (IIS 7.5) install.
On the old box they have 374 virtual directories pointed to various query strings. An example would be:
http://somesite.com/info
==> redirects to ==>
http://somesite.com/test.a
sp?q=Info4
At first I just created a virtual directory and set it to redirect to the query string and everything works great. The issue is when I add a second virtual directory and set it to different query string it takes the change, but changes it on both virtual directories. I have played around with changing the virtual directories to applications and putting them in separate pools, but with the same results. Is this something that has change with the new version of IIS?
Will I have to use URL Rewrites to accomplish this?
Answer : Use different HTTP Redirects on multiple virtual directories in IIS 7.5
Try this:
rpm -qa --queryformat '%{DESCRIPTION}\n' bash
Random Solutions
FTP not working on Windows Server 2008 IIS 7
Need a random list of 1000 geocoded locations in any one country
Variable not defined error using VBA ExportAsFixedFormat Type:=xlTypePDF in excel 2003
SQL 2005 Select Query from multiple tables
Should Sys Admins (Domain Admins) also have user accounts?
PL/SQL Export table data to .csv file and save; launch Excel inside PL/SQL and load saved .csv file
PHP 5.3.2 installation problem on Vista IIS7
adding a mac to sbs 2003 network
Crystal Reports 11 (migrating from 8.5) and VB6 using RDO resultset as datasource
How can I handle dbNull in Linq?