I'm buiding an ASP.NET website using a rewrite module (UrlRewriting.net) and I plan to deploy it in a shared hosting environment (possibly DiscountAsp.net)
Do I have to worry about anything?
One thing that I'm concerned is about whether or not I can make extensionless rewriting..
for intance: foo.com/123/blablabla
instead of foo.com/123/blablabla.aspx
I'm afraid of having a lot of work and in the end it doesn't work :)
thank you in advance.