What are the differences between Dhtml and IIS applications in vb6.
I've used IIS application , now i want to incorporate dhtml features in that application is it possible? please suggest me any sites where i can find relavent information.
varadish
Printable View
What are the differences between Dhtml and IIS applications in vb6.
I've used IIS application , now i want to incorporate dhtml features in that application is it possible? please suggest me any sites where i can find relavent information.
varadish
a DHTML application runs - as its name implies - in the context of the browser as an ActivexDLL that has full access to the DHTML DOM (document object model) of the browser.
An IIS app is - again, the name is pretty obvious - an app that runs on the IIS machine.
the official documentation that comes with VB 6 (MSDN) is the BEST that I know of to create DHTML apps.