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 TouchToneTommy 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 kinggyodokan

  1. kinggyodokan

    Default Web Site(Stopped)

    Is there another web site running? If not, then I would suggest reinstalling IIS. If there is another site running, you can not have two sites running under the same ip address unless you change the port number within the properties of the site.
  2. kinggyodokan

    Com+ cache problem - have to restart box to update!!

    Espar, Have you also stopped the MS DTC service before attempting to update the component? If you right-click on My Computer within Component Services, you can stop the MSDTC service. King
  3. kinggyodokan

    Processing Page

    I would suggest giving your sized popup a name. In the new page that loads, use an onLoad event in the body tag to: <script language=&quot;javascript&quot;> function closePopUp(){ window.close(&quot;windowname&quot;); } </script> onLoad = &quot;closePopUp()&quot; HOPE THIS HELPS... King
  4. kinggyodokan

    Slow Response Problems running ASP pages on IIS

    We are running IIS on a webserver that uses COM components to connect to an application server. Around the middle of the day, every day, the ASP pages take forever to load and don't always load completely. CPU utilization on the server only maxes at about 52%, and memory isn't anywhere close...

Part and Inventory Search

Back
Top