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

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


Comments:

Add a Comment:

simple_captcha.jpg
(human authentication)


Ads

Categories

About

Random foliage

This website is meant to be a reference for ASP Dot Net developers. The entries are a compilation of things I've figured out how to do and that I deem useful to keep of track for future reference. Assumptions: web development with: C Sharp (vb sucks), visual studio 05/08, .net 3.5, meant for programmers. Written by: James Reategui.