Jump to content
Xtreme .Net Talk

Sonreir

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Sonreir

  1. I don't have an ASP.NET local machine account... ?!?!
  2. Hey all, I'm trying to save a file uploaded by a user, but I keep getting the exception: Do I need to change something in IIS to allow my program access to this folder?
  3. Hey all, Getting this error when I try to open an access connection: I know the file isn't open, so do I need to setup any special permissions? If so, how?
  4. Forgive the onslaught of questions, but I'm a novice. I've got little experience with the registry and I'm not sure about the snytax of the Registry class. Microsoft.Win32.Registry.LocalMachine.ToString returns the string: HKEY_LOCAL_MACHINE [0x80000002] Anyway, I'm pretty sure that bit is irrelevant. How do I use Microsoft.Win32.Registry to query? What's the proper syntax and what data type will it return? I'm assuming that "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\" is some sort of arguement. Any working examples I can test and practice with? Thanks again. -Matt
  5. I understand the use of the Shell / Process.Start function, but what if I don't know the path (only the name) of the program I am trying to start? Is there another function that can perform a search and return the path? Thanks in advance.
×
×
  • Create New...