G
Guest
Hello All,
In my app I have a page that shows articles something like
showarticle.aspx?articleid=xxxx, I want that it looks like:
/showarticle/article-one-title.aspx and so forth, so I was thinking to use
the “new†asp.net 2.0 URL Mapping instead of write a http module to handle
this.
I set the settings this way: <urlMappings configSource="Mappings.xml" /> and
I‘m planning to update the xml file every time a new article is added. I’m
not happy with this way, will be better to use the HTTP Handler? Any
recommendation?
Thanks!
In my app I have a page that shows articles something like
showarticle.aspx?articleid=xxxx, I want that it looks like:
/showarticle/article-one-title.aspx and so forth, so I was thinking to use
the “new†asp.net 2.0 URL Mapping instead of write a http module to handle
this.
I set the settings this way: <urlMappings configSource="Mappings.xml" /> and
I‘m planning to update the xml file every time a new article is added. I’m
not happy with this way, will be better to use the HTTP Handler? Any
recommendation?
Thanks!