1

Is it possible to make use of ASP.NET routing if not using ASP.NET MVC? It seems like a better solution than URL rewriting.

0

2 Answers 2

0

Yes, starting with ASP.NET 3.5 SP1 the routing capabilities are found in System.Web.Routing. See for example this MSDN page for info about how to get started.

Sign up to request clarification or add additional context in comments.

Comments

0

You have to be more specific on your scenario but overall, yes it is possible to use Routing wihtout the context of MVC, I have never done that (never had to) but if ever have the scenario to build better looking URLs and have my boilerplate code reduced, that is a good option.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.