views:

48

answers:

2

I have developers working on a site for me, they have told me there is no possible way to re-write the URL so there is no second level category e.g. Remove "/category" from this URL http://www.somesite.com/category/page.aspx I understand that page.aspx can simply go in the root folder on the server however I don't want to do this as adding heaps of pages will slow down server load time

+2  A: 

check whether it will helpful for your requirement: URL Rewriting in ASP.NET

anishmarokey
+4  A: 

Do not believe them... It's easy and can be done for example by UrlRewriter.net library which is easy to use and open source. Also they can write own rewriter which is also not more then an hour of work, for example like here.

ŁukaszW.pl
URL Rewite is now part of IIS7: http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/
Remy
The site is on asp.net 3.5 should it still work?
Jacksta
Yes... it will be no problem...
ŁukaszW.pl