C
Christofer Dutz
Hi,
I am thinking about migrating an application of mine to .Net and have run
into this small "problem"
At the moment I would generally compare ASP.Net to JSPs in the Java world. I
know that this might not be 100% correct, but as far as addressing a page
from the browser it is. The real-path of an ASP.Net Site is equal to the
url-path. I would like to register a comonent as listener for an entire
portion of the url. For example let all urls starting with
http://hostname/app1/shop be handled by a servlet-like component.
Ist there a way to do this and if yes - what do I have to do?
Regards,
Chris
I am thinking about migrating an application of mine to .Net and have run
into this small "problem"
At the moment I would generally compare ASP.Net to JSPs in the Java world. I
know that this might not be 100% correct, but as far as addressing a page
from the browser it is. The real-path of an ASP.Net Site is equal to the
url-path. I would like to register a comonent as listener for an entire
portion of the url. For example let all urls starting with
http://hostname/app1/shop be handled by a servlet-like component.
Ist there a way to do this and if yes - what do I have to do?
Regards,
Chris