Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lumstar
  • Content: Threads
  • Order by date
  1. lumstar

    IPSEC Configuration for Windows File Sharing

    Hi there, I am having some trouble getting my IPSec settings correct for filesharing on my lan. Before you tell me about secutiry concerns I will say that the fileserver is for local traffic only and is behind our firewall. Currently, my policy looks like this: filterlist="SMB" srcaddr=any...
  2. lumstar

    Windows Server 2003 R2 Fresh Install, No internet

    Hi there, Fresh install of win2k3r2 with sp2. Internet isn't working. I can make incoming connections to ssh and file shares, and the rest of the computers on my network have internet, but none for the server. It is behind a nat firewall and I have the dns and gateway correctly set to that...
  3. lumstar

    Using data from SqlDataSource

    Hi There, I'm trying to put some data from a SQL database directly into my asp page - rather than in a databound control. Is this possible? I thought I could use a literal databinding expression like <%# sqlDataSource.nameOfSelectedItem %> and the text would appear on the page, but first of all...
  4. lumstar

    Migrating Dynamic Disk Pack from Windows Server Fails

    Hi There, I am moving a 2-disk spanned volume from a Server 2008 machine to a Vista machine. My problem is that my motherboard in the Vista machine (GA-M61SME-S2) backs up the BIOS by writing in a small HPA it creates at the end of the first hard drive. This modifies the partition size on one...
  5. lumstar

    File Share Access Problems

    Hi Everyone, I recently migrated from win2k3 server to win2k8 server in my home server setup (used for serving up media throughout my house and allow remote web scheduling for my pvr etc.) Anyways, I have a number of network shares that I have migrated from win2k3 to win2k8 (clean install of...
  6. lumstar

    Recover IE6 Passwords from corrupted install

    Hi Everyone, My windows install was corrupted, so I reinstalled on another drive. I now have access to all of the files from the corrupted install of windows. I want to know if there is any way to retrieve the saved passwords from Internet explorer? I was told they are in the NTUSER.dat...
  7. lumstar

    C# socket connection with C++ program

    Hi there, I have a C# program (We'll call it server) using a TCPListener to accept connections. I am trying to connect to the socket using a from a C++ program (We'll call it client). (Not Visual C++ or .Net, it is compiled in gcc 2.8). Whenever I try to connect to the server fro mthe client I...
  8. lumstar

    Package javax.xml.rpc does not exist

    Hi there, I am new to Java Web Services. I am trying to write a client to connect to a .net webservice i already have deployed. I have generated the stubs for the web service but am having trouble making a call. I have jwsdp 1.6, jdk 1.5. My classpath = ...
  9. lumstar

    instantiating a .aspx.cs class in a .cs class

    Hi there, I have a .cs class devsAuthor located in my web projects App_code folder. I am trying to create an instance of a web form (addauthor.aspx, addauthor.aspx.cs) so that I can call it's functions. however I get an error when i try to declare the form as follows: namespace.addauthor...
  10. lumstar

    ASP Button as a Hyperlink

    I'd Like to use a button on an aspx page a a hyperlink to another page. What code should I put in the On_Click function for that button? Thanks, Lumstar
  11. lumstar

    Just Installed VS 2005, Web Services do not work.

    I have just installed Visual Studio 2005 Beta 2 and .net Framework SDK 2. I have previous experience with VS2003 and SDK 1.1 but non under the current configuration. I created a new web service and a dialog pops up stating "Microsoft Visual Studio cannot detect whether the site...
  12. lumstar

    Problems with Distinct

    I have the following: ID Name ----------- 1 Bob 2 Jimmy 3 Cheryl 1 Susan 3 Michael I want to select only one Name for each of the distinct ID Values. The following is what I want: ID Name ----------- 1 Bob 2 Jimmy 3 Cheryl Or something similar. I have...
  13. lumstar

    Relationships Question

    Hi there, I'm pretty new to SQL but am learning fast. I have a database with 4 tables, Authors, Journals, Article_Details and Articles. The Authors Table has the following columns: AuthorID (index), LastName, FirstName. The Article_Details Table has Article_DetailsID, and then a few columns...
  14. lumstar

    StreamReader defaults to c:\windows\system32\

    Hi again, When I use a StreamReader to open a file as follows: StreamReader finschema = new StreamReader("dispPubs.xsl"); I get the following error: Could not find file "C:\WINDOWS\system32\dispPubs.xsl" Is there any way to open a file in the current directory without hardcoding it...
  15. lumstar

    Displaying XMLNode on Web Page

    Hi Guys, I have created a web services that returns an XMLNode. I have a .XSL file to format the xml. I want to know how to display the XMLNode on the page. Here is how I call the webservice: XmlNode xmlData = webserv.GetItems(); My xsl file is called DispPubs.xsl. How would I go about...
  16. lumstar

    Dual Screen on Fedore Core 2

    I have a radeon 7000 in my AGP slot and a Matrox Millenium in the top PCI slot. I am running Fedore Core 2. For a working install, I had to remove the Matrox from the pci slot during the install process. After the install was complete I put the Matrox back in the top PCI and rebooted. When I go...
  17. lumstar

    Can't ping BEFSR41

    I have been trying this for a while now, and I don't think I have overlooked anything. When trying to setup my 4-port etherfast router, I connect the cables, turn on the abvle modem and let it connect, turn on the router to let it try to get an IP address via DHCP from the internet then boot up...
  18. lumstar

    Radeon 7000 in xp, re-install not working

    I have an ATI Radeon 7000 with Tv-out. I was trying to update my drivers and when running the setup it failed because it could not load islayer.dll. I though that maybe this was because it was being used, so I uninstalled the current ATI driver, restarted and then once again tried to install the...
  19. lumstar

    Problem with XP and ATI Radeon

    Hey guys, I have an ATI Radeon 7000 with Tv-out. I was trying to update my drivers and when running the setup it failed because it could not load islayer.dll. I though that maybe this was because it was being used, so I uninstalled the current ATI driver, restarted and then once again tried to...
  20. lumstar

    Map drive using registry

    Hey guys, I'm trying to map a drive at login through the registyr, supplying the username and password, so that each time the computer boots up, itr maps the drive without prompting the user for a password. How can this be done? Thanks in advance, Lumstar...

Part and Inventory Search

Back
Top