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 biv343 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: incron
  • Content: Threads
  • Order by date
  1. incron

    Disbling Web Site Challenge

    What determines priority when you have two websites connected to one Ip address. I had two websites on one IP address (the one I disabled) has an SSL installed. Even though I disabled it over 24 hrs ago when I put I my website address for the one that is active on Google – the other name pops...
  2. incron

    ASP wont expire

    Hello everyone I have a challenge with my ASP page I cannot get it to expire. I have tried and added several lines of code including pragma statements and Expire.Absolute as well as setting the expire setting to -2000 - no change. I have waited for quite some time and still no expire. Currently...
  3. incron

    Backup Dedicated Server

    Guys I have a dedicated Svr running Svr 2003 (it is located out of State) is there any tool that allows a image or some type of disk-wide backup of the Svr. it would take me about 90 days to set all that stuff back up again. Any Ideas...??
  4. incron

    IIS 6.0 SSL - the connection to the server was reset

    Hey guys I installed a new SSL on my Dedicated Sever and now I get this when I attempt to bring up my site: “the connection to the server was reset while the page was loading” Any ideas….?? running FireFox
  5. incron

    log off vs terminating session

    Hey guys I want to maintain a process in memory after I terminate a session. But I am somewhat confused - which method keeps an executable running. logging off or using the X option in the yellow tab at the top of remote desktop...?? Thanks in advance.
  6. incron

    CPU goes to 100% after 2 minutes

    Guys I am in a serious predicament I am due to launch a product in less than 24hrs and the server goes to 100% CPU level after 2 minutes of a reboot. I scanned the memory for viruses - clean I installed the newest version of Ad-Aware - whatever it is lets its load in memory and then takes it...
  7. incron

    icon problem

    Hey guys I program in different languages, I have never attempted to use C++ to add an icon to a program. Recently I attempted it, and now whenever I use macro scheduler (an automated macro program) and attach an icon to I, when I attempt to compile it with the macro scheduler compiler - Somehow...
  8. incron

    append text to a file

    Hi Guys I only use C++ If i have to, and I am stuck with a problem. I am trying to append a line of text to a file. and I don't understand why the file is deleted when the second write is attempted. Meaning I first create and write a text file and then close the file. But when I attempt to...
  9. incron

    exe logic

    Hi Guys: I developed and exe file and uploaded to the dedicated server running svr 2003. The exe file keeps using the old logic. Meaning even though I deleted the old exe file, the new exe file exhibits the same logic as the old one. I purposely deleted a msg box that was displayed in the old...
  10. incron

    Configuration Backup

    Hey Guys I am running a dedicated svr on 2003 and the website is running ASP and flash. Can anyone recommend a utility that can backup all of the configuration setup ie: IIS DNS etc for the svr in case of a data catastrophe...???
  11. incron

    3 servers one domain

    Hey Guys I have a dedicated server running Svr 2003. I have the system running pretty good. How do I setup three servers running the same domain? Are there some click-per-click instructions somewhere? Also is there a way to backup or make an image of the drives. I am currently using remote...
  12. incron

    Dedicatd Svr processes

    Guys - I keep trying to streamline my dedicated server so unnecessary processes wont run but every time I kill take it out of memory it comes back. I’m not sure what services need to be disabled and which ones are critical. I am running HTML / ASP / DHTML / FLASH AND VBSCRIPT is there any...
  13. incron

    ASP functionlity - basic structure

    Guys I new to asp – and I’m somewhat confused – below is a code snippet from free asp upload: <%@ Language=VBScript %> <% option explicit Response.Expires = -1 Server.ScriptTimeout = 600 ' All communication must be in UTF-8, including the response back from the request...
  14. incron

    IIS6 session timeouts

    I have checked several threads and still cannot find what I'm looking for. I'm relatvley ne to asp. There seems to be an ongoing challenge with all developers when they attempt to set the session timeout using the IIS6 configuration manager. The asp page ignores the setting. I have tried...
  15. incron

    Dedicatd Svr Domain 2nd Static IP

    Guys I have a dedicated server running svr 2003 iis6. I have tried everything I cant get the 2nd domain up and running. I did the standard setup including DNS zone records (using the wizard) cross referenced them against the first domain. Everything looks the same I have the 2nd domain on its...
  16. incron

    Intermmeidate Certificates

    I am trying to install an intermediate certificate for my dedicated server. I have tried several times with no success. After I install the plug in and save the console file. I then go to IIS 6 and attempt to install the certificate but it gives me only the option to replace or remove the...
  17. incron

    Expected Statement

    Guys I an running Svr 2003 on a dedicated server I have a file and in the file is this simple code: <%@ Language=VBScript %> <% option explicit Response.Expires = -1 Server.ScriptTimeout = 600 ' All communication must be in UTF-8, including the response back from the request Session.CodePage...
  18. incron

    multiple instances of w3wp.exe for same web page...

    Hey guys yesterday I placed this thread in svr 2003 exchange by mistake - I setup my first dedicated server, and my first asp page. Whenever I go to the website (on a separate machine) and refresh the web page. An additional instance of w3wp.exe is created in Task Manager on the dedicated...
  19. incron

    Environment Path does not work

    Hello everyone I cannot seem to get my environment variables to work. I go to control panel edit the path making sure to add my ; indicator at the beginning and end. But when I attempt to call on the program it does not respond. I get the unrecognized command error. I verified the path (5...
  20. incron

    Multiple Domains - one Ip Address

    Hey guys can you point me in the right direction: I'm trying to setup multiple Domains with one ip address on svr 2003 one Domain is setup successfully, but when I attempt to setup the second Domain, the Home Directory folder wont share on the domain I setup. When I right-click on the folder...

Part and Inventory Search

Back
Top