hariç tüm sayfaları yeniden yönlendirme Bu kodu web sayfamın klasörlerinden birinde web.config içinde kullanıyorum, çünkü bu sayfayı kalıcı olarak kapatmak istiyorum.ASP.NET httpRedirect: bir
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location>
<system.webServer>
<httpRedirect enabled="true" destination="http://www.example.com/" httpResponseStatus="Permanent" />
</system.webServer>
</location>
</configuration>
Ama bu kurala bir istisna yapmak gerekir: Ben yönlendirmek olmak benim sayfa "default.aspx" istemiyoruz. Bunu nasıl yapabilirim?