Configuring ASP .NET Routing
Posted on: Wed Dec 16 15:29:42 -0800 2009. Updated on: Wed Dec 16 15:31:31 -0800 2009.
Category: DotNet
Category: DotNet
Great article on msdn on how to do this: http://msdn.microsoft.com/en-us/library/cc668201.aspx
If you are using Session in your code that is routed to, you will need to add this line to your web.config under system.webserver -> modules -
your other stuff in here