asp.net de uzun süredir kullandığım UrlRewritingNet.UrlRewriter.dll den daha iyi bir çözüm olduğuna inandığım ve deneylerle sabit Intelligencia.UrlRewriter.dll tavsiye ediyorum. godaddy ile diğer dll de birden fazla rule giremezken bunda istediğim kadar yeni rule girebiliyorum ve shared hostingde problem çıkarmadan çalışıyor. bide diğer proje biraz uyku modunda gibi bunu gayet gelişir gördüm :)
dökümantasyon ve download için buyrun.
Subscribe to:
Post Comments (Atom)
-
at the end of any product there will be a reporting interfaces for counts. let say you build a advertisement site which gives people to publ...
-
I took the first jab in August 15 around 10:30 in the morning. no pain or nausea or dry mouth, I have been intermittent fasting since 2017 ...
-
After iphone 16 I wanted to test an android and looks like sony xperia 10 VI is nice, which is 6.1 inches, but it was narrow and longer than...
3 comments:
selamlar...
ben godaddy ile sorun yaşıyorum...
deneyimlerinden faydalanabilir miyim?
web.config ayarların nelerdir???
teşekkür ederim...
system.web nodundan önce bu þekilde girmiþim web.confige
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter"/>
</configSections>
<rewriter>
<rewrite url="~/honda/ilangoster/(.*)\.aspx" to="~/ilangoster/default.aspx?id=$1"/>
<unless url="~/ilangoster/markalar\.aspx">
<unless url="~/ilangoster/sehirler\.aspx">
<rewrite url="~/ilangoster/(.*)\.aspx" to="~/ilangoster/default.aspx?id=$1"/>
</unless>
</unless>
............ve daha bir sürü rule..........
</rewriter>
umarým faydasý olur.
teşekkürler aslında benim sorunum bu ayarları yaptıktan sonra başlıyor...
localde çalışıyor fakat godaddy ye upload ettiğimde linkler için 404 not found hatası alıyorum...
http://fotoistanbul.weblebici.net
ayarlarımızı bir karşılaştırayım en iyisi...
ilgine teşekkür ederim...
Post a Comment