The Artima Developer Community
Sponsored Link

.NET Buzz Forum
URL rewriting, help required

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Paschal

Posts: 1621
Nickname: bigapple
Registered: Nov, 2003

Paschal is a .Net developer
URL rewriting, help required Posted: Jun 23, 2004 1:47 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Paschal.
Original Post: URL rewriting, help required
Feed Title: help.net
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/pleloup/Rss.aspx
Feed Description: .Net for mankind !
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Paschal
Latest Posts From help.net

Advertisement

I need some help here. For a web application I needed to use URL rewriting to create some nice easy to remember addresses.

Everything's fine except for some controls. I have on this page a Search textbox, so the user can enter a text and I send him to a search results page.

Very trivial, but with URL rewriting, according to this excellent article, you need to override the form tag to make things working properly.
So I used the assembly provided with the article, and actually only the method GET works. The POST method don't fire any events and send me back a 405 error.

I would be happy with the GET method, but of course this send all data as a query string, destroying all the efforts to make the URL nice and tidy.

Anyone has a solution ?

 

Read: URL rewriting, help required

Topic: Supernova Previous Topic   Next Topic Topic: UK Training - K2.net

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use