G
Guest
Hi,
We have a need to create pages on the fly for ASP.NET applications based on
some string that the Url ends with. For example:
http://www.domain.com/SomePath/aabbccdd.
"aabbccdd" does not exist physically on the file system, but we'd like that
to be handled somehow as an ID, make a call to some other system to retrieve
data (Web Service, database etc.), and then generate a response page.
One way I am aware of is to use an HttpModule to handle the request and
interpret it accordingly. Note that we do not want to use query strings to
address search engine optimization concerns.
I would appreciate it if you can share you experience or any ideas that you
have.
Thanks,
Adnan
We have a need to create pages on the fly for ASP.NET applications based on
some string that the Url ends with. For example:
http://www.domain.com/SomePath/aabbccdd.
"aabbccdd" does not exist physically on the file system, but we'd like that
to be handled somehow as an ID, make a call to some other system to retrieve
data (Web Service, database etc.), and then generate a response page.
One way I am aware of is to use an HttpModule to handle the request and
interpret it accordingly. Note that we do not want to use query strings to
address search engine optimization concerns.
I would appreciate it if you can share you experience or any ideas that you
have.
Thanks,
Adnan