Problem with Url rewriting

Discussion in 'ASP.NET / ASP.NET Core' started by Fra84LC, Mar 26, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi!

    I have registered 5 domains in this order:

    aironeservice.biz
    jazzvideo.biz
    securtv.net
    musicnetworktv.net
    my02milano.com


    All this sites have the same files and characteristics.

    Everything works fine but only during the test of my02milano.com I have find a big error with the rewriting of the url.

    I use the DLL UrlRewritingNet.UrlRewriter.dll.

    I think that is an host problem because i try my02milano.com's files on the domain musicnetworktv.net and all work fine.


    Can someone help me?


    Thank's a lot,


    Francesco Balatti
    - Zelando.com -
     
  2. mjp

    mjp

    I see my02milano.com is on IIS 7. Don't know if you're aware of this, but IIS 7 has native url rewriting capabilities. You don't need to use a third party solution. You might want to look into that.

    There are some tips for switching from UrlRewritingNet to native IIS 7 url rewriting in this thread on the IIS forum.
     
  3. Thank's for the reply but my problem isn't really about the url rewriting because the same web site's files run on different domain with the same features!

    I think that the problem is about the configuration of my0milano.com website, but I don't know what is the problem!?
     
  4. Finally I find the problem:

    my web hosting is no Windows 2008 and IIS 7.0 but with IIS 7.0 the dll UrlRewritingNet doesn't work.


    Can I change my host in Windows 2003 and IIS 6.0? What can I do?
     
  5. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    Contact tech support about migrating your site from IIS6 to IIS7.
     
  6. Ok, but what can I do to contact the tech support?


    Thanks a lot!
     
  7. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page