----------------------------------------------------------- New Message on MumbaiUserGroup
----------------------------------------------------------- From: Swapnil_B1 Message 1 in Discussion Folks, Solution for URL Rewriting in ASP.net This solution provides a facility for ASP.net developers to not only rewrite URL's used in their applications in an extensable and manageable way. The solution is built into three sections which are: 1. The URL configuration manager Allows configuration of the rewriting rules. This has been developed to allow for rewriting as well as the exclusion of certain files or folders and redirection. 2. The Navigation manager This allows the developer to manage the virtual structure of the web site. The examples provided work from an XML file but could easily be changed to work from another type of data source. This module is, I believe, something which sets this example of URL Rewriting apart from most of the other samples available. It allows folders to be defined as parameters which can then be requested by the developer. 3. Postbacks One of the problems which I found with most of the rewriting solutions available is that they post back to the re-written page making the URL's inconsistent. By overriding the base HTMLForm we can avoid that. Check the following Link http://www.codeproject.com/useritems/ASPnet_URL_Rewriting.asp Swapnil (swaps) http://swapsnet.spaces.live.com/ ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/MumbaiUserGroup/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
