Client Side Access to Registry

  • Thread starter Thread starter Yama
  • Start date Start date
Y

Yama

Hi,

How can I get some key values from my ASP.NET residing on client machine but
running from my web server?

Thanks,

Yama
 
How can I get some key values from my ASP.NET residing on client
machine but running from my web server?

You can't - that's a security hazzard. You'll need to load some type of
client application to read the registry - and even if you do, you'll need
the security permissions to do so.
 
Hi Yama,

You would have to use an ActiveX control or similar technology to access
this information on the client.

Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
Microsoft Developer Support
(e-mail address removed)

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
 
Hello,

Thanks for the replies. I actually do have a Software Application that is
installed on client machine that calls a web application on my server.

Hence how could I retrieve information from the local machine registry
folder where some settings of my application is installed.

Should my win. apps send the information via header or can I actually do
something that will give me access permission to a folder in the local
machine.

Thanks,

Yama
 
Yama,

That depends on what kind of software you are using on the client. It
would not be an ASP.NET issue.

Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
Microsoft Developer Support
(e-mail address removed)

This post is provided "AS-IS" with no warranties and confers no rights.

--------------------
 
Back
Top