You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
707 B

<?xml version="1.0"?>
<configuration>
<configSections>
<section name="RewriterConfig" type="URLRewriter.Config.RewriterConfigSerializerSectionHandler, URLRewriter"/>
</configSections>
<appSettings>
<!--<add key="conn" value="Provider=SQLOLEDB.1;Data Source=(local);User ID=sa;Password=sa;Persist Security Info=True;Initial Catalog=ST_Blog;"/>-->
<add key="conn" value="Provider=SQLOLEDB.1;Data Source=.;User ID=sa;Password=51Aspx;Persist Security Info=True;Initial Catalog=ST_Blog;"/>
</appSettings>
<RewriterConfig>
<Rules>
<!-- Rules for Blog Content Displayer -->
<RewriterRule>
<LookFor>~/(\d+)\.aspx</LookFor>
<SendTo>~/ST_show.aspx?id=$1</SendTo>