Results 1 to 4 of 4

Thread: Registry Settings???

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    4

    Registry Settings???

    Is there a way in ASP.NET to get a registry setting from the users computer? This is for a private corporate Intranet so security is not a big issue. I just need to find the registry setting that holds the path to a particular application that would reside on the users PC.

    Another solution to my problem would be searching the users HardDrive for the EXE. Is there a way to do that?

    ALL of this of course from a web page.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    No. ASP .NET is server side and in no way interacts with the client.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    Not without some sort of client side com component. Default security settings in IE would prevent you from doing any of this.
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  4. #4

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    4
    Ok does anyone know of any client side component that can help with this?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width