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 strongm 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: *

  1. FluxAnomaly

    Local Host Impersonation Works, Remote Don't???!!!!

    you must change what's on the identity tab of "IIS out-of-proccess pooled applications" you probably have the IWAM_[Machine Name] User here try changing it to the option "Interactive User" WARNING: In some cases this could cause troubles due to the nature of IIS and make...
  2. FluxAnomaly

    Local Host Impersonation Works, Remote Don't???!!!!

    Control Panel -> Administrative Tools-> Component Services
  3. FluxAnomaly

    Unable To Mount CDROM In RedHat 8.0

    hi, i checked /var/log/Messages it says that the irq status is bussy, and something like the drive is not ready for command, when i compiled the kernel i placed set_multimode on because it told something about this error, but it did nothing, also i have tried with different cd drives so it's not...
  4. FluxAnomaly

    setnet32

    could you try to switch to olsoctcp?
  5. FluxAnomaly

    Fomat Fat32

    looks like it has mistaken your partition with an ext2 filesystem, are you sure /dev/hda5 is fat32? you can check it with fdsik /dev/hda and then press to print the partition table
  6. FluxAnomaly

    Local Host Impersonation Works, Remote Don't???!!!!

    you could check the following things 1) the authentication level in web.config 2) the configuration of IIS out-of-proccess pooled applications (or somethin like that) check if impersonation is enabled for the com+ package
  7. FluxAnomaly

    Interesting Authentication Problem

    check on your local box server if you have anonymous access enabled, disable it and turn on windows authentication.
  8. FluxAnomaly

    Access Denied Error!

    what about read permission?
  9. FluxAnomaly

    Unable To Mount CDROM In RedHat 8.0

    i tried without the -t switch it ask for it if i try /dev/cdrom it says it's not a valid block device since it's not in /dev i'll check the file thanks. could it be some issue with the mother board, i had problems to install it, it was an apic issue i think
  10. FluxAnomaly

    Unable To Mount CDROM In RedHat 8.0

    i know that, i said i can listen audio cd without mounting, the problem is with cds with files
  11. FluxAnomaly

    Unable To Mount CDROM In RedHat 8.0

    Hi, i'm trying to mount my cdrom drive in redhat in the following way mount -t iso9660 /dev/hdd /mnt/cdrom but it throws a lot of io errors and it says it has busy status, but i can use it fine on winxp y to listen audio cds in linux (without mounting) i have no idea what it is when i run...
  12. FluxAnomaly

    NEWBIE red hat install VFS: Cannot open root device

    i did the same, but it didn't help. you could try the following at the setup's boot promopt: linux noapic mem=128M and just in case try disabling APIC in the bios, i heard this is a cause to this problem.
  13. FluxAnomaly

    NEWBIE red hat install VFS: Cannot open root device

    Same with me, i tried the setup on an K62 box i had, and it worked fine after that i switched the hard drive back into the other pc and the kernel booted ok, it even detected most of my hardware so i'm happy now. As far as i could find out, it's a mixed problem between the processor and the...
  14. FluxAnomaly

    NEWBIE red hat install VFS: Cannot open root device

    Quell I have the same problem that you have, actually i just logged in to post the problem to see if someone had a clue about this, i tried red hat 8 and an old slakwarte 7 i had altough both yielded different errors i think the result was the same it couldn't mount root to start the setup, i...
  15. FluxAnomaly

    ASP.Net controls

    coding your own stuff will give you a lot of experience, but if you haven´t got the time or the will, i guess pre built controls are ok, i would prefer sources included but this is not linux :)
  16. FluxAnomaly

    Where's the click event in the Calendar Control?

    I Get that, with some out of process web apps, what could it be?
  17. FluxAnomaly

    unable to create web projects, in Visual Estudio .Net

    Hi, I have a similar problem just today. Sometimes that happens if you have not configured iis correctly or if you didn't intall the front page extensions. I think that the virtual folder already exists and it has assigned some physical directory in your hard drive other than...
  18. FluxAnomaly

    Refreshing page after pushing back

    no, it doesn´t
  19. FluxAnomaly

    Refreshing page after pushing back

    Hey there I have the following problem I have a page that reads some data from a database and then does a response.redirect to another page where you can enter some data, i would like to be able to refresh the first page i the user presses the back buton in internet explorer. Is there a way to...

Part and Inventory Search

Back
Top