GoodStatusCodes: Report usage of redirect pages
Hi,
This is not something that is do***ented or supported, so it looks like you
are pretty much on your own here.
I used SQL Query Profiler to see what was happening when you run
Configuration Sync and it does update the SiteUrl table with the old props.
e.g
exec SPI_DfltPart_SiteURL2_0 1000, N'*.gif *.jpg *.jpeg *.cdf *.css', N'',
N'0 200 202 203 204 304', NULL, 0, 0, N'http://MSIBSERVER/cs2002labs',
N'http://MSIBSERVER/cs2002labs', 1000, 0, 1;
I can't see where it is getting these from (after hunting through the
_commerce and admin db's). My guess is that these are hard coded into the
Configuration Sync task and hence you will not be able to change them.
What you could try is after running the configuration sync task have custom
task that executes and updates the SiteURL table with the 302 value, and
then have the rest of the tasks execute.
Regards
Michael
--
This posting is provided "AS IS" with no warranties, and confers no rights.
|