12-22-04 10:54 PM
I'm not sure that I fully understand what you are asking, so here goes.
You could set the Default Page in IIS,
You could create a Host Header for your App,
You Can load your DLL (if that's what your asking) using Configuration -
Mapping for the app (this assumes that you've created the app in IIS).
???
"drhowarddrfinedrhoward" <drhowarddrfine@earthlink.net> wrote in message
news:1Enyd.40435$nG3.12552@fe05.lga...
> I've learned a lot but can't connect the dots.
>
> When someone visits www.mysite.com, how do I set up IIS to call my
> application so I can dynamically create my index page?
>
> I sort of follow what to do if I had an isapi dll but if, instead, I
> wanted to run my own C++ file, or even .asm if I wanted, how do I make IIS
> understand to call it when it needs index.html?
>
> Is this only possible using isapi calls to send to the client browser?
>
> Does it work differently in IIS5 vs IIS6?
>
[ Post a follow-up to this message ]
|