> However, just new, this week is this link; maybe it is something for you?
> http://msdn.microsoft.com/asp.net/asprk/default.aspx

I have to buy books anyway.

> while reading it I get more and more the idea that you are mixing up
things.

Reviewing things I think my question is confusing and unclear.

== VB6
4 years ago I have worked on a VB application built by someone else: saved
as EXE of DLL (i do not recall)

Instead of calling "<website>/thePage.asp?<parameters>"
the webpages called for "<website>/theDLL?<parameters>"

Then the DLL returned a HTML-page generated on the fly
IE does the same when a URL can not be resolved.

Inside the DLL there was some kind of "service" catching off the
"?<parameters>" bit.

I do not know how they did it.

== .NET
Searching the web for .NET solution I found an example using VB.NET to
present a browserwindow and catching off the "beforeNavigate2" event,
sending a "cancel=true" back and redirecting things somehow to a file
published by the VB.NET code using the ASPX "engine"

That is close, but not entirely what I have in mind.

"Cor" <non@non.com> wrote in message
news:#CgFNDoAEHA.1468@tk2msftngp13.phx.gbl...
> Hi Peter,
>
> Peter,
>
> This is not easy to answer, because you are asking so much and so
different,
> while reading it I get more and more the idea that you are mixing up
things.
>
> However, just new, this week is this link; maybe it is something for you?
>
> http://msdn.microsoft.com/asp.net/asprk/default.aspx
>
> Cor