TusharM
October 11th, 2001, 07:11 AM
Hi,
I have IIS Application,in VB.I have added Simple HTML template in it named MyTemplate.In WebClass_Start I have written
Set NextItem = MyTemplate
And in MyTemplate_Respond event i have written
MyTemplate.WriteTemplate
So now when i run application i should see the HTML content in Browser,but application hangs after that.
I am working under win2k.
Same code works under Win-NT.(In IIS Anonymous access is not selected).
Can anyone help on this?
Regards.
I have IIS Application,in VB.I have added Simple HTML template in it named MyTemplate.In WebClass_Start I have written
Set NextItem = MyTemplate
And in MyTemplate_Respond event i have written
MyTemplate.WriteTemplate
So now when i run application i should see the HTML content in Browser,but application hangs after that.
I am working under win2k.
Same code works under Win-NT.(In IIS Anonymous access is not selected).
Can anyone help on this?
Regards.