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)
speed test glasgow
at first test upload was 20mbps, something broke it now it gives 0.07 but I am happy with 129 download and price is 16 £
-
I know its been a long time I have not write anything. because I have not learn or done any new things. I dont want to write regular meaning...
-
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...
-
in .net 2 if you want to show your application in system tray . you need to add notify icon to your application and set the "ShowInTas...
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