IIS web.config setting includes url in parameter

I did this in another project and now I cannot get it to work.

I need to configure a virtual address in the web.config file so that the URL

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

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

+1


a source to share


1 answer


You are looking for a rewriting url.



Here's an example implementation on MSDN; Rewrite url in ASP.NET

0


a source







All Articles