vote up 1 vote down star

I did this on another project and now I can't make it work.

I need to set up the virtual address's in the web.config so that the URL

http://my.webspace.com/thesite/animal/dog/puppy

actualy goes to the page /thesite/animal.html with dog and puppy in the parameters.

flag
What ASP.NET flavor did you use in that other project? ASP.NET MVP oder "classic" ASP.NET? – splattne May 14 at 11:35
ASP.NET using IIS 6.0 When you set up the mapping for the virtual address in web.config you can specify that the last parts of it are actualy parameters. Just can't remember how to do it. – scott May 14 at 11:40

1 Answer

vote up 0 vote down check

You're looking for an url rewriter.

There's an example implementation at MSDN; URL Rewriting in ASP.NET

link|flag
It does look like an HttoHandler is needed to do this. – scott May 14 at 12:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.