I
iam247
Hi
Can the following 2 things be done in asp.net? I do not need a lot of
guidance on how to implement - just can it be done and any anticipated
problems.
1. GENERATE PAGE ON THE FLY
I am aware that ASP generates pages on the fly, but I believe it is
normally the page content which it generates on the fly - I want the
page name genetated 'on the fly' as well as the content.
eg I have a thousand members in my database but I do not want to have
1000 individual web pages on my server. Jane Smith should be able to
give her friends the following url www.mysystem.com/janesmith.aspx -
the page will only be generated when users request it. When the page is
generated it will also add individual content relating to Jane Smith.
Am I correct that this is a reasonaby straightforward procedure in
ASP.net?
USE OF PERIOD IN PAGE NAME - other than before extension
I would like Jane Smith to be able to set up her user name on my system
as jane.smith rather than janesmith. Assuming my 'on the fly' page
generation above is possible I would like her page name to be
jane.smith.aspx (ie with a period in the page name).
Will she be able to give the following url to users,
www.mysystem.com/jane.smith.aspx - and will users be able to access it
(in other words - will the . in the page name cause any problems)?
Thanks in anticipation ColinK
Can the following 2 things be done in asp.net? I do not need a lot of
guidance on how to implement - just can it be done and any anticipated
problems.
1. GENERATE PAGE ON THE FLY
I am aware that ASP generates pages on the fly, but I believe it is
normally the page content which it generates on the fly - I want the
page name genetated 'on the fly' as well as the content.
eg I have a thousand members in my database but I do not want to have
1000 individual web pages on my server. Jane Smith should be able to
give her friends the following url www.mysystem.com/janesmith.aspx -
the page will only be generated when users request it. When the page is
generated it will also add individual content relating to Jane Smith.
Am I correct that this is a reasonaby straightforward procedure in
ASP.net?
USE OF PERIOD IN PAGE NAME - other than before extension
I would like Jane Smith to be able to set up her user name on my system
as jane.smith rather than janesmith. Assuming my 'on the fly' page
generation above is possible I would like her page name to be
jane.smith.aspx (ie with a period in the page name).
Will she be able to give the following url to users,
www.mysystem.com/jane.smith.aspx - and will users be able to access it
(in other words - will the . in the page name cause any problems)?
Thanks in anticipation ColinK