Search found 1 match
- Mon Jan 26, 2004 1:55 pm
- Forum: ActiveX
- Topic: Permissions issues on IIS?
- Replies: 7
- Views: 16000
Permissions issues on IIS?
Hello! Our ISP recently installed TeeChart (ActiveX) on our dedicated webserver (HTTPS). To verify the installation, I created a small test-page: set objChart = Server.CreateObject("TeeChart.TChart") arrStream = objChart.Export.asJPEG.SaveToStream set objChart = nothing response.binarywrite arrStrea...