| View previous topic :: View next topic |
| Author |
Message |
Ed Dressel Guest
|
Posted: Thu Jun 01, 2006 5:15 am Post subject: default page being processed |
|
|
How do I get the default page to run through the ISAPI DLL so the TagString
(e.g. #MYDATAA) can be replaced with the data I need to have it replaced
with?
Thanks
Ed Dressel |
|
| Back to top |
|
 |
Adge Guest
|
Posted: Thu Jun 01, 2006 11:42 pm Post subject: Re: default page being processed |
|
|
Put the ISAPI DLL in the root folder and set it as the default document for
the website.
Create a default action in the DLL that uses the default page in a
pageproducer.
"Ed Dressel" <none> wrote in message
news:447e5931$1 (AT) newsgroups (DOT) borland.com...
| Quote: | How do I get the default page to run through the ISAPI DLL so the
TagString
(e.g. #MYDATAA) can be replaced with the data I need to have it replaced
with?
Thanks
Ed Dressel
|
|
|
| Back to top |
|
 |
Ed Dressel Guest
|
Posted: Fri Jun 02, 2006 4:16 am Post subject: Re: default page being processed |
|
|
thanks.
is it possible not to show the ISAPI DLL's name in the URL? or is that
required? e.g. when the go to a different page then the default one
Ed Dressel |
|
| Back to top |
|
 |
Ale Guest
|
Posted: Fri Jun 02, 2006 4:15 pm Post subject: Re: default page being processed |
|
|
You could maybe use a URL rewriter ISAPI Filter to take care of that
There is a free one out there which works with regular expressions.
I think its called urlrewrite, if you look for ruby on rails with IIS url
rewrite you will find it.
I have not tried that, yet.
Let us know how it works
"Ed Dressel" <none> wrote in message
news:447f8f46$1 (AT) newsgroups (DOT) borland.com...
| Quote: | thanks.
is it possible not to show the ISAPI DLL's name in the URL? or is that
required? e.g. when the go to a different page then the default one
Ed Dressel
|
|
|
| Back to top |
|
 |
Mark Horrocks Guest
|
Posted: Sat Jun 03, 2006 8:11 am Post subject: Re: default page being processed |
|
|
| Quote: | is it possible not to show the ISAPI DLL's name in the URL? or is that
required? e.g. when the go to a different page then the default one
Ed Dressel
|
Have a look at www.matlus.com I am sure he did an example of hiding the url,
I think you could chnange it to anything.
Mark |
|
| Back to top |
|
 |
|