AppBase for Windows Control hosted in IE

  • Thread starter Thread starter Tim Clamp
  • Start date Start date
T

Tim Clamp

I have a WindowsControl(and some satellite assemblies)
hosted in IE. The classid attribute on the object tag is
set as
classid="http:./controls/WindowsControls.dll#wps.WindowsCo
ntrols.ActResPlanning". I have set the permissions on the
controls directory to execute scripts only. When I take a
look at my url scans when IE attempts to download the
assemblies, the AppBase is set to the root directory of
my server. This obviously causes loading issues. How can
I specify the initial directory to look for when probing?
 
For anyone who is interested in resolving this issue,
take a look at MS knowledgebase article 814668.

Tim Clamp
 
Back
Top