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!

Recent content by incron

  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

    Thanks Mark I tried several adjustments on the Headers In IIS earlier to no avail. I wonder if it has something to do with flash being embedded in the asp file...??
  3. incron

    ASP wont expire

    Mark If that's true is there anyway to pragmatically bypass this from the ASP perspective?
  4. incron

    ASP wont expire

    Update Ok guys I have tried everything I have even set the asp page to session.abandon at the very top. I have set the expire setting in IIS to expire immediately. I have reset the website and stopped cleared and restarted firefox and it still wont expire the page. I have also restarted...
  5. incron

    ASP wont expire

    Chris I set the HTTP Headers to expire in 1 minute and matched that to the setting on the asp page as follows: <% Response.ExpiresAbsolute = #May 31,2010 13:30:15# %> I then restarted the dedicated server No change I also tried <% Response.ExpiresAbsolute = Now() %> No change Incidentally...
  6. incron

    ASP wont expire

    Chris - thanks I will try it - and FYI this is taken directly for MSDN you can use a negative number for the Expires property to expire the response immediately, as shown in the following code: <%Response.Expires = -1 %>
  7. 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...
  8. incron

    Backup Dedicated Server

    Thanks for the quick reply - I cant do this offline - is there a way to do it while the Svr is running..??
  9. 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...??
  10. 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
  11. incron

    log off vs terminating session

    Thanks I initially tried that and it didn't work. So I had to adjust the rdp settings in administrative tools, and then it worked - thanks.
  12. 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.
  13. incron

    CPU goes to 100% after 2 minutes

    Thank you everyone - I resolved the issue : It was a service that control indexing on svr 2003 - I still don't know why ti went haywire but when I disabled the service it CPU levels returned to normal. Is there a listing of services and processes that should be disabled - it not being used in...
  14. 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...
  15. 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...

Part and Inventory Search

Back
Top