Thanks Kadir. IIS7 has its own URL rewriting built-in I believe, or downloadable as an add-in module. I'm pretty sure it's there by default, or can be specified in Features & Roles for the server. Before you spend more time on this, I'd recommend taking a look at the built-in rewriting in IIS7.
If the built-in rewriting doesn't work for you, I'd recommend you use the source code package available for UrlRewritingNet.Rewrite, rather than the binaries, and step through the code to see where it's breaking now. IIS7 definitely does a few things a little (or a lot) differently. ∞ Andy Badera ∞ +1 518-641-1280 ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera On Tue, Sep 15, 2009 at 10:14 AM, Kadir Avci <[email protected]> wrote: > Ups. Sorry my mistake. > I'm using urlrewritingNetrewrite method. Here is the orijinal web site. > Can't IIS 7 support it? Do you know anything about that? > http://www.urlrewriting.net/160/en/documentation.html > > > Kadir Avcı | Software Developer > Freelance Web Designer > web: www.kad1r.com > mob: +90 555 676 9793 > Sent from Izmir, 35, Turkey > > On Tue, Sep 15, 2009 at 5:01 PM, Andrew Badera <[email protected]> wrote: >> >> Given that you don't tell us WHAT "rewrite method" you're using ... >> what help can we possibly give you? >> >> Provide proper detail please. >> >> ∞ Andy Badera >> ∞ +1 518-641-1280 >> ∞ This email is: [ ] bloggable [x] ask first [ ] private >> ∞ Google me: http://www.google.com/search?q=andrew%20badera >> >> >> >> On Tue, Sep 15, 2009 at 3:49 AM, Kadir Avci <[email protected]> wrote: >> > We had a server and its os is server 2003. Now we have new server and >> > its os >> > is server 2008. >> > We copy all files and give some permissions to folders and when we test >> > the >> > website its ok. Just /entry.aspx, /newcustomer.aspx ...etc works >> > normally. >> > On the other hand we use a rewrite method but this aspx files don't >> > work. We >> > got 404 error. >> > How can I solve it? >> > >> > >> > Kadir Avcı | Software Developer >> > Freelance Web Designer >> > web: www.kad1r.com >> > mob: +90 555 676 9793 >> > Sent from Izmir, 35, Turkey > >
