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 wOOdy-Soft 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. GreatSeaSpider

    Quick question about vshadow.exe from the vss SDK

    Hi there, I'm wanting to use a script similar to the one described here: http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx on my 2008 x64 server. I've done similar before, but on a 32 bit server 2003 machine. My problem is this... the version of vshadow.exe that comes with the...
  2. GreatSeaSpider

    trouble serving .aspx scripts

    Hi there, Random problem with my windows 2k3 server running iis 6. It's happily serving many many sites running coldfusion, but when i needed to quickly deploy a customer's simple .net site, i ran into a problem..... i created a new application pool for the site, made sure that index.aspx was...
  3. GreatSeaSpider

    weird XP pro laptop problem

    Hi guys, just bought a second hand laptop for my other half, its a tiny laptop but other than that its pretty good :) it came with the default tiny install as done by the tiny recovery disk, which obviously needed to go as quickly as humanly possible (xp on a fat32 partition?!?). So now i've...
  4. GreatSeaSpider

    High level encryption

    Hi there, I'm having an odd problem with my 2k3 server. I'm running a web app which generates secured pdf's, which works fine when tested on our 2k server here in the office (which has the high level encryption pack installed). The code fails when it runs on the 2k3 server, and complains that...
  5. GreatSeaSpider

    High level enycryption

    Hi there, I'm having an odd problem with my 2k3 server. I'm running a web app which generates secured pdf's, which works fine when tested on our 2k server here in the office (which has the high level encryption pack installed). The code fails when it runs on the 2k3 server, and complains that...
  6. GreatSeaSpider

    OWA Login problems

    Hi all, One of our clients has a nice new SBS2K3 box running along side an old NT4 SBS (which makes life interesting!) OWA worked fine until recently when I installed SP1 for exchange 2003 and GFI Mail Security. Now when users try to log in using OWA, they enter their details and OWA replies...
  7. GreatSeaSpider

    XML document using httpget

    hi guys, a script i'm writing needs to access an xml file on another web server which i access using httpget like this: http://user:pass@www.domain.com/CURRENT.XML i'm not great at .net so i was wondering if somebody could point me in the right direction at the moment i'm trying to open it...
  8. GreatSeaSpider

    Outbound SMTP problem

    Hi guys, I'm having trouble with a mail server. the server is an NT4 machine with exchange 5.5 sp4. I cant get the exchange to send mail to an external domain correctly. I think the problem has something to do with IMS's Address space thingy. i've managed to get it so that it connects to the...
  9. GreatSeaSpider

    Slow response from server

    Hi guys, i'm having trouble with one of our web servers, it has recently (since january) started to respond more and more slowly. We have the server monitored and it's connect time has dropped from a nice number around 0.07 seconds to around 1.5 seconds. its ping times have gone up slightly...
  10. GreatSeaSpider

    Auto-incremnting numbers with stored procedures question

    Hi, I'm using stored procedures to add entries to my tables in my database. A couple of the tables have two different integers as keys eg: customer: 1 Order: 1 etc. My stored procedures auto increment one of these fields, in this case the order field. my question is will the sql server be...
  11. GreatSeaSpider

    Bios flashing

    Hi all, I've recently got a nice new graphics card and my motherboard is er, disagreeing with it shall we say. The card's manufacturer have recomended a bios flash to fix the problem, my question is how do i go about this? i have been looking round the internet for ages and only found old...
  12. GreatSeaSpider

    Is there an eqivalent to php's $HTTP_RAW_POST_DATA in asp?

    Hi there, I need to create a file from the data posted to it. The data is actually a jpeg image! I can use php's $HTTP_RAW_POST_DATA to get the data from the post, but i need this script in asp, could anybody tell me how to go about this in asp? thanks, Pete
  13. GreatSeaSpider

    ASP applications

    Had to restart our win2k sp3 server this morning and since then the server will not run any asp pages. We also have PHP running on the server and that still works fine. I've never had to configure asp on a server before so all i can tell you is that the website in question appears to be...
  14. GreatSeaSpider

    Parse an input string to check/remove quotes

    Hi all, I've written a script to allow the manipulation of a database. It all works fine... but... the clever ppl using it are trying to use quotes ie " or ' in the text they are adding. This is causing problems as the sql query then has mis-matched quotes! Being quite new to php (come...
  15. GreatSeaSpider

    Win2k Internet connection sharing problem

    I have recently re-installed win2k server on our server. Everything seems to be working fine on the server, however all of the other pc's have suddenly lost their internet connection. I am (fairly) certain that i have everything set up the same way as before the reinstall. Any ides as to what...
  16. GreatSeaSpider

    Php sessions - newbie question

    Hi all, First time programming in php, need to add a login to a page. Using a mysql db and PHP v 4.0.6 (clients version). I'm going to use the session to store this information and i was just wondering if anybody has any examples of some simple session use?? thanks in advance, Pete
  17. GreatSeaSpider

    Using a compiled c# dll in .net

    Ok this may be a daft question, but i just cant figure it out!! The page i am writing needs to send an email with an attachment. I have been told to use Quiksoft's FreeSMTP.net I have their dll file with their compiled code and simply wish to include it in my aspx page. I am very new to asp...

Part and Inventory Search

Back
Top