J
jamesjanke
Hello everyone,
I need to write an application that listens for file request on a local
machine that is totally independant of IIS. I need to do some
processing on every file request in an application simliarly to the way
that MSDN works. They have a path setup as so: ms-help://folder/file.
Here is the overall structure of the app:
My .NET app starts a new process, could be HTML, SWF, or an EXE. When
another file is called from an HTML file with a relative path, I want
it to default to the previous requested path (myapplication://filepath)
So for example if i start a new process on "index.html" in a root
directory, and index.html has a link to page1.html I want it to appear
that it goes to myapplication://page1.html
I not asking for a full blown answer, just for someone to point me in
the right direction. I'm not sure what this technique is called to do
some research on it.
Thanks for your help,
James
I need to write an application that listens for file request on a local
machine that is totally independant of IIS. I need to do some
processing on every file request in an application simliarly to the way
that MSDN works. They have a path setup as so: ms-help://folder/file.
Here is the overall structure of the app:
My .NET app starts a new process, could be HTML, SWF, or an EXE. When
another file is called from an HTML file with a relative path, I want
it to default to the previous requested path (myapplication://filepath)
So for example if i start a new process on "index.html" in a root
directory, and index.html has a link to page1.html I want it to appear
that it goes to myapplication://page1.html
I not asking for a full blown answer, just for someone to point me in
the right direction. I'm not sure what this technique is called to do
some research on it.
Thanks for your help,
James