G
Guest
I have some problem. My old site had thousand pages which looks like
“info_[subj].asp†and I did modification and now all content in database and
I can show it like this
“info_page.aspx?search=[subj]â€
It means now I have only one page which show text of all those page from
database where key param is [subj], but before it was part of page name.
For example,
Before
http://somesite.com/info_contacr_us.asp
Now
http://somesite.com/info_page.aspx?search=contact_us
And I have question here. How I can support old links if I don’t have those
files any more? It means some customer open old link and will be redirected
to new page.
As I know asp.net have some web handler type (Handler.ashx) and it looks
close to what I need, but I can’t found information how to use those files.
“info_[subj].asp†and I did modification and now all content in database and
I can show it like this
“info_page.aspx?search=[subj]â€
It means now I have only one page which show text of all those page from
database where key param is [subj], but before it was part of page name.
For example,
Before
http://somesite.com/info_contacr_us.asp
Now
http://somesite.com/info_page.aspx?search=contact_us
And I have question here. How I can support old links if I don’t have those
files any more? It means some customer open old link and will be redirected
to new page.
As I know asp.net have some web handler type (Handler.ashx) and it looks
close to what I need, but I can’t found information how to use those files.