-
Posted to
General
by
jaydeepsatara
on
07-16-2009, 9:54 AM
Thank you very much.
Then I will go with the traditional way of implementation i.e. through VB Script.
-
Posted to
General
by
jaydeepsatara
on
07-16-2009, 8:14 AM
This is really very informative. I do not having any Idea about this. Thanks.
I tryed this but it is still not working.
Because In OCX control the code is written such that, data is fetched from the Current User registery.
I think then I need to change the code in OCX control also, i.e. to read HKEY\.Default right?
Or is there any ...
-
Posted to
General
by
jaydeepsatara
on
07-15-2009, 2:28 AM
I am reading registry key from HKEY_CURRENT_USER\Software\TRG
TRG is the application name an its registry settings.
But, When I run Application from visual studio it populate and call
all methodes/properties of control as expected, But when I tries to do same after
deploying on local IIS, the OCX control is not gets populated ...
-
Posted to
General
by
jaydeepsatara
on
07-14-2009, 1:13 AM
I tried it but my application is not reading registry.
Is there any settings on IIS to allow application to read system registery?
-
Posted to
General
by
jaydeepsatara
on
07-13-2009, 9:59 AM
How to check for account accessing the registry have permission to the
registry?
I have deployed application with administrative previlages.
-
Posted to
General
by
jaydeepsatara
on
07-13-2009, 9:46 AM
I have deployed the application on local IIS and with administrative previlages.
But the case happens that;
I
have created .dll file for the old OCX control and having reference
added in the web application. When I call, objAxtsARC.CreateControl();
this objAxtsARC object get populated from the system registery. Then by
using above ...
-
Posted to
General
by
jaydeepsatara
on
07-13-2009, 4:41 AM
My code contains OXC control which populate itself from registry.
This OXC is runing on STA thread. While I am running this application
from Visual studio it runs as expected. But when I am trying to run the
application after deploying it on IIS it is not working. The OXC
control is populated with all values as empty.
Could you please ...