• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problen in instantiating vb dll

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have my website and i'm using wint nt 4.0 ,iis 4.0 and vb 6.0 and mdac 2.1 and this works fimne with all these in combination.
When i port the same to windows 2000 server,IIS 5.5 and VB 6.0 and Mdac 2.6,one problem arises ,my website don't get loaded it throws some error while loading global.asa. As i'm using server.createobject to instance some dll in global.asa.It gives faill to call server.createobject accesss denied. I 'm using NT chalange response for security purpose. And when I'm giving everyone full controll in all dlls this runs and i dont want to use this everyone fullcontrol,as my website is for interanet and any body from the interanet can harm this.
If anybody can suggest some solution to this problem.
 
reply
    Bookmark Topic Watch Topic
  • New Topic