嗨,我想以編程方式更改webconfig中的頁面重定向。 我在web配置中有以下代碼。以編程方式更改網頁配置中的頁面重定向
<location path="WebForm2.aspx">
<system.webServer>
<httpRedirect enabled="true" destination="http://google.com" httpResponseStatus="Permanent" />
</system.webServer>
</location>
我想使用c#編程啓用或禁用httpredirect。 請告訴我如何做到這一點。
你檢查了這個http:///stackoverflow.com/questions/270287/editing-web-config-programatically – Rahul