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.
Wednesday, December 05, 2007
Subscribe to:
Post Comments (Atom)
diablo immortal
strangely I start liking diablo immortal in mobile, and now decided to install in windows :)
-
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...
-
In order to use jhipster user system I needed to find out how to call jhipster, I am planning to do this with curl because it is easiest wa...
-
if you have wl11 ejb server and in that environment generated ejb client and deploy to wl12 it will give you this exception java.lang.NoSu...
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