You could use a default.aspx aswell that sends an actual location: header, instead of relying on meta-tags. Or is IIS clever enough to parse META-tags before they serve the HTML-file?
You have a few other options aswell, some free. http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1599 James Curran wrote: > I went with the low-tech approach. A index.htm file with just a redirect: > > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="refresh" content="0;Url=Show/Playing.rails" /> > </head> > </html> > > On Mon, Oct 27, 2008 at 5:13 AM, bdaniel7 <[EMAIL PROTECTED]> wrote: > >> Thanks, >> >> i'll try Url Rewriter from Managed Fusion (http:// >> www.managedfusion.com/products/url-rewriter/) >> and Ionic Isapi Rewrite Filter (http://www.codeplex.com/IIRF) >> >> On Oct 27, 10:06 am, Jimmy Shimizu <[EMAIL PROTECTED]> wrote: >> >>> If you want to use MonoRails routing-engine I believe so. However, you >>> have other options if you use rewriting modules for IIS. >>> >>> Unless default document can give you this behaviour. >>> >>> bdaniel7 wrote: >>> >>>> Hi, >>>> i'm trying to route the requests tohttp://www.app.com/controller/to >>>> >>>> http://www.app.com/controller/index.rails >>>> >>>> So that the user can write just the controller name and be redirected >>>> to the index action. >>>> >>>> I've read in Monorail docs that i have to map all extensionless >>>> requests to aspnet_isapi.dll to achieve such thing >>>> Is this correct? >>>> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
