﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Quomon - servers</title>
    <link>https://quomon.com</link>
    <description>Questions and Answers for IT &amp; Graphic Design Professionals - servers</description>
    <language>en-us</language>
    <copyright>Quomon</copyright>
    <generator />
    <webMaster />
    <lastBuildDate>Tue, 09 Jun 2026 13:15:02 GMT</lastBuildDate>
    <ttl>20</ttl>
    <item>
      <guid>https://quomon.com/2367313/Are-there-any-advantages-to-dedicated-hosting-over-cloud-hosting</guid>
      <title>Are there any advantages to dedicated hosting over cloud hosting?</title>
      <link>https://quomon.com/2367313/Are-there-any-advantages-to-dedicated-hosting-over-cloud-hosting</link>
      <description />
      <author>john45</author>
      <pubDate>Thu, 09 Nov 2017 09:08:12 GMT</pubDate>
      <comments>https://quomon.com/2367313/Are-there-any-advantages-to-dedicated-hosting-over-cloud-hosting#comments</comments>
      <category>hosting, servers, cloud, dedicated</category>
    </item>
    <item>
      <guid>https://quomon.com/1352048/Who-is-the-biggest-dedicated-server-hosting-company-in-the-Chicago</guid>
      <title>Who is the biggest dedicated server hosting company in the  Chicago?</title>
      <link>https://quomon.com/1352048/Who-is-the-biggest-dedicated-server-hosting-company-in-the-Chicago</link>
      <description>&lt;span style="line-height: 16.25px"&gt;I am looking for the biggest dedicated server hosting company in the Chicago area, I found out a dedicated hosting company named is : &lt;a href="http://www.mystarpoint.com" target="_blank" rel="nofollow"&gt;www.mystarpoint.com&lt;/a&gt;. Can anyone suggest is it the biggest dedicated server hosting company (whether public company or private held company) in the Chicago? Who is most reliable? Who offers best technical support?.... Please give your opinion as soon as possible...&lt;br&gt;&lt;br&gt;Awaiting for you response!&lt;br&gt;&lt;/span&gt;</description>
      <author>smithjohnson</author>
      <pubDate>Fri, 07 Nov 2014 02:26:38 GMT</pubDate>
      <comments>https://quomon.com/1352048/Who-is-the-biggest-dedicated-server-hosting-company-in-the-Chicago#comments</comments>
      <category>servers, internet, web hosting, dedicated server hosting</category>
    </item>
    <item>
      <guid>https://quomon.com/954502/is-this-possible-to-build-such-technology</guid>
      <title>is this possible to build such technology?</title>
      <link>https://quomon.com/954502/is-this-possible-to-build-such-technology</link>
      <description>I have see this technology in indiegogo &lt;a href="https://www.indiegogo.com/projects/domains-with-no-extentions/x/7946421" rel="nofollow"&gt;&lt;a href="https://www.indiegogo.com/projects/domains-with-no-extentions/x/7946421" target="_blank" rel="nofollow"&gt;https://www.indiegogo.com/projects/do...&lt;/a&gt;&lt;/a&gt; is this really possible to buld this? are there any regulatory challenges?</description>
      <author>advaitha</author>
      <pubDate>Sun, 22 Jun 2014 13:46:23 GMT</pubDate>
      <comments>https://quomon.com/954502/is-this-possible-to-build-such-technology#comments</comments>
      <category>servers, information technology, domain, domain hosting</category>
    </item>
    <item>
      <guid>https://quomon.com/109444/What-is-the-best-web-hosting-plan-for-online-store-building</guid>
      <title>What is the best web hosting plan for online store building?</title>
      <link>https://quomon.com/109444/What-is-the-best-web-hosting-plan-for-online-store-building</link>
      <description>&lt;p&gt;I'm looking for a web hosting plan that has:&lt;br&gt; - Low fee, &lt;br&gt; - lots of space available.&lt;br&gt; - Easy to use to design my store. I can add flash if I want.&lt;br&gt; - Offers a shopping cart &lt;br&gt; - Help with shipping and handling prices&lt;/p&gt;
&lt;p&gt;I only know of this web hosting providers that my friend has told me to opt for. now I am here. please recommend some.&lt;/p&gt;
&lt;p&gt;thanks!!&lt;/p&gt;</description>
      <author>thomas2730</author>
      <pubDate>Wed, 06 Feb 2013 11:30:56 GMT</pubDate>
      <comments>https://quomon.com/109444/What-is-the-best-web-hosting-plan-for-online-store-building#comments</comments>
      <category>web hosting, internet, servers</category>
    </item>
    <item>
      <guid>https://quomon.com/52239/Is-there-a-size-limit-to-a-PHP-file-being-called-by-Apache</guid>
      <title>Is there a size limit to a PHP file being called by Apache?</title>
      <link>https://quomon.com/52239/Is-there-a-size-limit-to-a-PHP-file-being-called-by-Apache</link>
      <description>I have a very long ifelse statement in a php file using the echo() function being called by my Apache server. There are 30 different categories with 20 different banner ads per if statement so that is about 1200 echo() statements. I am not storing the data in MySQL because the length of the columns are different returning an error in MySQL. Therefore, I am just storing the data in the php file. However, when I got to the sixth if statement I had an internal server error. Is there a limitation to how big a php file can be that is being called by Apache? If there is, how do I fix it? What's even more strange is to fix the problem I just deleted the php file, created another one with the same data, and then it worked. </description>
      <author>Crosb234</author>
      <pubDate>Fri, 30 Sep 2011 10:26:59 GMT</pubDate>
      <comments>https://quomon.com/52239/Is-there-a-size-limit-to-a-PHP-file-being-called-by-Apache#comments</comments>
      <category>Errors, servers, PHP, file, mysql, apache</category>
    </item>
    <item>
      <guid>https://quomon.com/52238/What-is-the-limitation-to-Apache-and-PHP</guid>
      <title>What is the limitation to Apache and PHP?</title>
      <link>https://quomon.com/52238/What-is-the-limitation-to-Apache-and-PHP</link>
      <description>I was wondering if there are any size limitations to a PHP file that is being called by Apache? I have about 30 different categories on my html code that calls a php file that has an obviously very long ifelse statement. There are about 20 banner ads per if statement so that's about 1200 echo() statements. Rather than to create 30 different MySQL files (since the length of the columns are different) I am just using echo() to send the data back to the html. However when I got to the sixth category, I got an internal server error. Is this because the php file is getting too big for the server? If so, how do I correct this error?</description>
      <author>Crosb234</author>
      <pubDate>Fri, 30 Sep 2011 10:12:55 GMT</pubDate>
      <comments>https://quomon.com/52238/What-is-the-limitation-to-Apache-and-PHP#comments</comments>
      <category>html, Apache Errors, servers, code, PHP, files</category>
    </item>
    <item>
      <guid>https://quomon.com/50232/whenever-i-try-to-delete-a-yahoo-contact-in-my-hotmail-messenger-i-get-an-error-server-can-t-remov</guid>
      <title>whenever i try to delete a yahoo contact  in my hotmail messenger i get an error:server can't remov</title>
      <link>https://quomon.com/50232/whenever-i-try-to-delete-a-yahoo-contact-in-my-hotmail-messenger-i-get-an-error-server-can-t-remov</link>
      <description>I have a yahoo contact on my hotmail messenger.  Everytime i try to delete him, i get an error saying "the server can't remove him from your contact list.
&lt;br&gt;
&lt;br&gt;He is not in my contact list, so why am i getting this error.</description>
      <author>satriani35912</author>
      <pubDate>Sat, 17 Sep 2011 06:48:09 GMT</pubDate>
      <comments>https://quomon.com/50232/whenever-i-try-to-delete-a-yahoo-contact-in-my-hotmail-messenger-i-get-an-error-server-can-t-remov#comments</comments>
      <category>servers, Yahoo, Delete, hotmail, remove</category>
    </item>
    <item>
      <guid>https://quomon.com/50007/Trying-to-activate-my-Windows-Server-2008-Standard</guid>
      <title>Trying to activate my Windows Server 2008 Standard</title>
      <link>https://quomon.com/50007/Trying-to-activate-my-Windows-Server-2008-Standard</link>
      <description>I can activate my windows server 2008 standard as it keeps redirecting to search.microsoft.com ? any help</description>
      <author>Mason</author>
      <pubDate>Wed, 16 Feb 2011 07:05:28 GMT</pubDate>
      <comments>https://quomon.com/50007/Trying-to-activate-my-Windows-Server-2008-Standard#comments</comments>
      <category>windows, servers</category>
    </item>
    <item>
      <guid>https://quomon.com/49763/How-can-I-Interface-a-terminal-such-as-a-point-of-sale-to-an-MSSQL-database</guid>
      <title>How can I Interface a terminal such as a point of sale to an MSSQL database</title>
      <link>https://quomon.com/49763/How-can-I-Interface-a-terminal-such-as-a-point-of-sale-to-an-MSSQL-database</link>
      <description>     I would realy like to know how to program terminals and Interface them with an SQL Server database since currently I have a project that entails me having ample knowledge of terminals such as POS.</description>
      <author>Warren The Animal</author>
      <pubDate>Fri, 26 Nov 2010 10:42:37 GMT</pubDate>
      <comments>https://quomon.com/49763/How-can-I-Interface-a-terminal-such-as-a-point-of-sale-to-an-MSSQL-database#comments</comments>
      <category>servers, database, sql, MSSQL, C#</category>
    </item>
    <item>
      <guid>https://quomon.com/52033/MY-Network-map-Driver-Automaticaly-Disconnect-What-is-problem</guid>
      <title>MY Network map Driver Automaticaly Disconnect What is problem</title>
      <link>https://quomon.com/52033/MY-Network-map-Driver-Automaticaly-Disconnect-What-is-problem</link>
      <description>what Newtork all pc connected with file server by map drive last two day i face problem the map drive is disconnect 
&lt;br&gt;
&lt;br&gt;what is problem 
&lt;br&gt;</description>
      <author>kirtanp1</author>
      <pubDate>Fri, 20 Aug 2010 05:23:56 GMT</pubDate>
      <comments>https://quomon.com/52033/MY-Network-map-Driver-Automaticaly-Disconnect-What-is-problem#comments</comments>
      <category>servers, PC, driver, network, file, Map Driver</category>
    </item>
    <item>
      <guid>https://quomon.com/49285/webmail-issue</guid>
      <title>webmail issue</title>
      <link>https://quomon.com/49285/webmail-issue</link>
      <description>i get this error when i try ti login to my webmail.
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;Server Error in '/' Application.
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;
&lt;br&gt;Bad Data.
&lt;br&gt;
&lt;br&gt;Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
&lt;br&gt;
&lt;br&gt;Exception Details: System.Security.Cryptography.CryptographicException: Bad Data.
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;Source Error: 
&lt;br&gt;
&lt;br&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  
&lt;br&gt;
&lt;br&gt;Stack Trace: 
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;[CryptographicException: Bad Data.
&lt;br&gt;]
&lt;br&gt;   System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +7596735
&lt;br&gt;   System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp;amp; msgData, Int32 type) +275
&lt;br&gt;   SmarterTools.SmarterMail.Remoting.IMail.Login(String initializationStr, Byte[] emailAddress, Byte[] password, Boolean recordLogin) +0
&lt;br&gt;   SmarterTools.SmarterMail.Remoting.RemoteMail.Login(String initializationStr, Byte[] email, Byte[] password, Boolean recordLogin) +40
&lt;br&gt;   SMWeb05.Login.login(String email, String password) +185
&lt;br&gt;   SMWeb05.Login.DoLoginInternal(String username, String password, Boolean rememberMe) +986
&lt;br&gt;   SMWeb05.Login.DoLogin(String username, String password, Boolean rememberMe) +21
&lt;br&gt;   SMWeb05.Login.DoLogin() +62
&lt;br&gt;   SMWeb05.Login.btnEnterClick_Click(Object sender, ImageClickEventArgs e) +5
&lt;br&gt;   System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +108
&lt;br&gt;   System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +118
&lt;br&gt;   System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
&lt;br&gt;   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
&lt;br&gt;   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
&lt;br&gt;   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
&lt;br&gt;
&lt;br&gt; 
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082 </description>
      <author>lanremilan</author>
      <pubDate>Mon, 02 Aug 2010 16:41:15 GMT</pubDate>
      <comments>https://quomon.com/49285/webmail-issue#comments</comments>
      <category>Errors, servers, asp, System, email, code</category>
    </item>
    <item>
      <guid>https://quomon.com/49214/Zip-with-asp-net</guid>
      <title>Zip with asp.net</title>
      <link>https://quomon.com/49214/Zip-with-asp-net</link>
      <description>Hello. I´ve read your question, and want the source of your project... Could you give it to me? I´m trying this months ago, and nobody knows how to do that.... I´m trying to send a ZIP archive to the server through FTP and use a ASP.NET to unzip it.... but i don´t know ANYTHING about asp, php, nothing... None of PHP worked, and i couldn´t find any ASP source... Can you help me?</description>
      <author>duspada</author>
      <pubDate>Tue, 22 Jun 2010 15:17:34 GMT</pubDate>
      <comments>https://quomon.com/49214/Zip-with-asp-net#comments</comments>
      <category>servers, asp, PHP, ftp, zip</category>
    </item>
    <item>
      <guid>https://quomon.com/49197/Sending-reported-error-0x80042109-Outlook-cannot-connect-to-your-outgoing-SMTP-e-mail-serv</guid>
      <title>- Sending' reported error (0x80042109) : 'Outlook cannot connect to your outgoing (SMTP) e-mail serv</title>
      <link>https://quomon.com/49197/Sending-reported-error-0x80042109-Outlook-cannot-connect-to-your-outgoing-SMTP-e-mail-serv</link>
      <description>hi i m ejaz.
&lt;br&gt;when i try to sent mail from my outlook. i received error "Task 'it@frigzinternational.com - Sending' reported error (0x80042109) : 'Outlook cannot connect to your outgoing (SMTP) e-mail server. If you continue to receive this message, contact your server administrator or Internet service provider (ISP).'" and i can not access my site on eny computer in my domain. other browsing is ok only our website is not access in my domain.
&lt;br&gt;
&lt;br&gt;please help me. 
&lt;br&gt;thanks</description>
      <author>ejazkhan</author>
      <pubDate>Wed, 09 Jun 2010 11:21:26 GMT</pubDate>
      <comments>https://quomon.com/49197/Sending-reported-error-0x80042109-Outlook-cannot-connect-to-your-outgoing-SMTP-e-mail-serv#comments</comments>
      <category>Websites, internet, Errors, computer, servers, Access</category>
    </item>
    <item>
      <guid>https://quomon.com/51984/how-to-create-login-form-in-windows-form-applications</guid>
      <title>how to create login form in windows form applications</title>
      <link>https://quomon.com/51984/how-to-create-login-form-in-windows-form-applications</link>
      <description>hi can someone help me out how to create a login form in windows application forms. 
&lt;br&gt;using sql server database. im somewot new to windows form. </description>
      <author>jagdishdoyijode</author>
      <pubDate>Mon, 10 May 2010 04:45:05 GMT</pubDate>
      <comments>https://quomon.com/51984/how-to-create-login-form-in-windows-form-applications#comments</comments>
      <category>windows, servers, forms, sql, database, application</category>
    </item>
    <item>
      <guid>https://quomon.com/49088/Windows-Server-2008-Caps-Lock-Key-not-working</guid>
      <title>Windows Server 2008 - Caps Lock Key not working</title>
      <link>https://quomon.com/49088/Windows-Server-2008-Caps-Lock-Key-not-working</link>
      <description>I need to type in caps but my caps lock key is not working. The light shows if I switch caps on, but it keeps on typing in small caps. It works when you I type using the shift key, but it gets quite annoying seeing that I'm working on a really big spreadsheet.
&lt;br&gt;
&lt;br&gt;Please help quick!
&lt;br&gt;
&lt;br&gt;Thanks,
&lt;br&gt;Anri</description>
      <author>pookie</author>
      <pubDate>Tue, 27 Apr 2010 14:04:53 GMT</pubDate>
      <comments>https://quomon.com/49088/Windows-Server-2008-Caps-Lock-Key-not-working#comments</comments>
      <category>windows, servers</category>
    </item>
    <item>
      <guid>https://quomon.com/50684/Why-is-my-computer-running-slow-and-the-computer-usage-at-100-all-the-time-2</guid>
      <title>Why is my computer running slow and the computer usage at 100% all the time? #2</title>
      <link>https://quomon.com/50684/Why-is-my-computer-running-slow-and-the-computer-usage-at-100-all-the-time-2</link>
      <description>Logfile of Trend Micro HijackThis v2.0.2
&lt;br&gt;Scan saved at 10:38:00 PM, on 2/18/2010
&lt;br&gt;Platform: Windows Vista SP1 (WinNT 6.00.1905)
&lt;br&gt;MSIE: Internet Explorer v7.00 (7.00.6001.18385)
&lt;br&gt;Boot mode: Normal
&lt;br&gt;
&lt;br&gt;Running processes:
&lt;br&gt;C:\Program Files (x86)\Common Files\Dell\apache\bin\httpd.exe
&lt;br&gt;c:\PROGRA~2\mcafee.com\agent\mcagent.exe
&lt;br&gt;C:\Program Files (x86)\Intel\Intel Matrix Storage Manager\IAAnotif.exe
&lt;br&gt;C:\Program Files (x86)\Dell DataSafe Online\DataSafeOnline.exe
&lt;br&gt;C:\Program Files (x86)\Pando Networks\Media Booster\PMB.exe
&lt;br&gt;C:\Program Files (x86)\Dell Webcam\Dell Webcam Central\WebcamDell.exe
&lt;br&gt;C:\Program Files\CyberLink\PowerDVD DX\PDVDDXSrv.exe
&lt;br&gt;C:\Program Files (x86)\Dell Support Center\bin\sprtcmd.exe
&lt;br&gt;C:\Program Files (x86)\Java\jre6\bin\jusched.exe
&lt;br&gt;C:\Program Files (x86)\HP\Digital Imaging\bin\hpqtra08.exe
&lt;br&gt;C:\Program Files (x86)\HP\HP Software Update\hpwuSchd2.exe
&lt;br&gt;C:\Program Files (x86)\iTunes\iTunesHelper.exe
&lt;br&gt;C:\Program Files (x86)\HP\Digital Imaging\bin\hpqSTE08.exe
&lt;br&gt;C:\Program Files (x86)\HP\Digital Imaging\bin\hpqbam08.exe
&lt;br&gt;C:\Program Files (x86)\HP\Digital Imaging\bin\hpqgpc01.exe
&lt;br&gt;C:\PROGRA~2\mcafee\msc\mcshell.exe
&lt;br&gt;c:\PROGRA~2\mcafee\VIRUSS~1\mcvsshld.exe
&lt;br&gt;C:\Program Files (x86)\Mozilla Firefox\firefox.exe
&lt;br&gt;C:\Program Files (x86)\Trend Micro\HijackThis\HijackThis.exe
&lt;br&gt;
&lt;br&gt;R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = &lt;a href="http://g.msn.com/USCON/1" target="_blank" rel="nofollow"&gt;http://g.msn.com/USCON/1&lt;/a&gt;
&lt;br&gt;R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Page = &lt;a href="http://go.microsoft.com/fwlink/?LinkId=54896" target="_blank" rel="nofollow"&gt;http://go.microsoft.com/fwlink/?LinkI...&lt;/a&gt;
&lt;br&gt;R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Start Page = &lt;a href="http://today.ask.com/frostwire?o=101676&amp;amp;l=dis" target="_blank" rel="nofollow"&gt;http://today.ask.com/frostwire?o=1016...&lt;/a&gt;
&lt;br&gt;R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = &lt;a href="http://go.microsoft.com/fwlink/?LinkId=69157" target="_blank" rel="nofollow"&gt;http://go.microsoft.com/fwlink/?LinkI...&lt;/a&gt;
&lt;br&gt;R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Search_URL = &lt;a href="http://go.microsoft.com/fwlink/?LinkId=54896" target="_blank" rel="nofollow"&gt;http://go.microsoft.com/fwlink/?LinkI...&lt;/a&gt;
&lt;br&gt;R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Search Page = &lt;a href="http://go.microsoft.com/fwlink/?LinkId=54896" target="_blank" rel="nofollow"&gt;http://go.microsoft.com/fwlink/?LinkI...&lt;/a&gt;
&lt;br&gt;R0 - HKLM\Software\Microsoft\Internet Explorer\Main,Start Page = &lt;a href="http://go.microsoft.com/fwlink/?LinkId=69157" target="_blank" rel="nofollow"&gt;http://go.microsoft.com/fwlink/?LinkI...&lt;/a&gt;
&lt;br&gt;R0 - HKLM\Software\Microsoft\Internet Explorer\Search,SearchAssistant = 
&lt;br&gt;R0 - HKLM\Software\Microsoft\Internet Explorer\Search,CustomizeSearch = 
&lt;br&gt;R1 - HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings,ProxyOverride = *.local
&lt;br&gt;R0 - HKCU\Software\Microsoft\Internet Explorer\Toolbar,LinksFolderName = 
&lt;br&gt;R3 - URLSearchHook: AIM Toolbar Search Class - {03402f96-3dc7-4285-bc50-9e81fefafe43} - C:\Program Files (x86)\AIM Toolbar\aimtb.dll
&lt;br&gt;F2 - REG:system.ini: UserInit=userinit.exe
&lt;br&gt;O1 - Hosts: ::1 localhost
&lt;br&gt;O2 - BHO: AcroIEHelperStub - {18DF081C-E8AD-4283-A596-FA578C2EBDC3} - C:\Program Files (x86)\Common Files\Adobe\Acrobat\ActiveX\AcroIEHelperShim.dll
&lt;br&gt;O2 - BHO: McAfee Phishing Filter - {27B4851A-3207-45A2-B947-BE8AFE6163AB} - c:\PROGRA~2\mcafee\msk\mskapbho.dll
&lt;br&gt;O2 - BHO: (no name) - {5C255C8A-E604-49b4-9D64-90988571CECB} - (no file)
&lt;br&gt;O2 - BHO: Search Helper - {6EBF7485-159F-4bff-A14F-B9E3AAC4465B} - C:\Program Files (x86)\Microsoft\Search Enhancement Pack\Search Helper\SEPsearchhelperie.dll
&lt;br&gt;O2 - BHO: scriptproxy - {7DB2D5A0-7241-4E79-B68D-6309F01C5231} - C:\Program Files (x86)\McAfee\VirusScan\scriptsn.dll
&lt;br&gt;O2 - BHO: Windows Live Sign-in Helper - {9030D464-4C02-4ABF-8ECC-5164760863C6} - C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WindowsLiveLogin.dll
&lt;br&gt;O2 - BHO: ooVoo Toolbar - {A1FB2F9A-D35E-11DD-8935-E46A56D89593} - C:\Program Files (x86)\oovootb\oovoodx.dll
&lt;br&gt;O2 - BHO: AIM Toolbar Loader - {b0cda128-b425-4eef-a174-61a11ac5dbf8} - C:\Program Files (x86)\AIM Toolbar\aimtb.dll
&lt;br&gt;O2 - BHO: Java(tm) Plug-In 2 SSV Helper - {DBC80044-A445-435b-BC74-9C25C1C588A9} - C:\Program Files (x86)\Java\jre6\bin\jp2ssv.dll
&lt;br&gt;O2 - BHO: Windows Live Toolbar Helper - {E15A8DC0-8516-42A1-81EA-DC94EC1ACF10} - C:\Program Files (x86)\Windows Live\Toolbar\wltcore.dll
&lt;br&gt;O2 - BHO: HP Smart BHO Class - {FFFFFFFF-CF4E-4F2B-BDC2-0E72E116A856} - C:\Program Files (x86)\HP\Digital Imaging\Smart Web Printing\hpswp_BHO.dll
&lt;br&gt;O3 - Toolbar: &amp;amp;Windows Live Toolbar - {21FA44EF-376D-4D53-9B0F-8A89D3229068} - C:\Program Files (x86)\Windows Live\Toolbar\wltcore.dll
&lt;br&gt;O3 - Toolbar: ooVoo Toolbar - {A1FB2F9A-D35E-11DD-8935-E46A56D89593} - C:\Program Files (x86)\oovootb\oovoodx.dll
&lt;br&gt;O3 - Toolbar: AIM Toolbar - {61539ecd-cc67-4437-a03c-9aaccbd14326} - C:\Program Files (x86)\AIM Toolbar\aimtb.dll
&lt;br&gt;O4 - HKLM\..\Run: [Dell Webcam Central] "C:\Program Files (x86)\Dell Webcam\Dell Webcam Central\WebcamDell.exe" /mode2
&lt;br&gt;O4 - HKLM\..\Run: [Dell DataSafe Online] "C:\Program Files (x86)\Dell DataSafe Online\DataSafeOnline.exe" /m
&lt;br&gt;O4 - HKLM\..\Run: [PDVDDXSrv] "C:\Program Files\CyberLink\PowerDVD DX\PDVDDXSrv.exe"
&lt;br&gt;O4 - HKLM\..\Run: [mcagent_exe] "C:\Program Files (x86)\McAfee.com\Agent\mcagent.exe" /runkey
&lt;br&gt;O4 - HKLM\..\Run: [DellSupportCenter] "C:\Program Files (x86)\Dell Support Center\bin\sprtcmd.exe" /P DellSupportCenter
&lt;br&gt;O4 - HKLM\..\Run: [SunJavaUpdateSched] "C:\Program Files (x86)\Java\jre6\bin\jusched.exe"
&lt;br&gt;O4 - HKLM\..\Run: [hpqSRMon] C:\Program Files (x86)\HP\Digital Imaging\bin\hpqSRMon.exe
&lt;br&gt;O4 - HKLM\..\Run: [HP Software Update] C:\Program Files (x86)\HP\HP Software Update\HPWuSchd2.exe
&lt;br&gt;O4 - HKLM\..\Run: [Adobe Reader Speed Launcher] "C:\Program Files (x86)\Adobe\Reader 9.0\Reader\Reader_sl.exe"
&lt;br&gt;O4 - HKLM\..\Run: [Adobe ARM] "C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe"
&lt;br&gt;O4 - HKLM\..\Run: [QuickTime Task] "C:\Program Files (x86)\QuickTime\QTTask.exe" -atboottime
&lt;br&gt;O4 - HKLM\..\Run: [iTunesHelper] "C:\Program Files (x86)\iTunes\iTunesHelper.exe"
&lt;br&gt;O4 - HKCU\..\Run: [Sidebar] C:\Program Files\Windows Sidebar\sidebar.exe /autoRun
&lt;br&gt;O4 - HKCU\..\Run: [SightSpeed] "C:\Program Files (x86)\Dell Video Chat\DellVideoChat.exe" -bootmode
&lt;br&gt;O4 - HKCU\..\Run: [oovoo.exe] C:\Program Files (x86)\ooVoo\oovoo.exe /minimized
&lt;br&gt;O4 - HKCU\..\Run: [Aim] "C:\Program Files (x86)\AIM\aim.exe" /d locale=en-US
&lt;br&gt;O4 - HKCU\..\Run: [Skype] "C:\Program Files (x86)\Skype\Phone\Skype.exe" /nosplash /minimized
&lt;br&gt;O4 - HKCU\..\Run: [Pando Media Booster] C:\Program Files (x86)\Pando Networks\Media Booster\PMB.exe
&lt;br&gt;O4 - HKCU\..\Run: [WMPNSCFG] C:\Program Files (x86)\Windows Media Player\WMPNSCFG.exe
&lt;br&gt;O4 - HKUS\S-1-5-19\..\Run: [Sidebar] %ProgramFiles%\Windows Sidebar\Sidebar.exe /detectMem (User 'LOCAL SERVICE')
&lt;br&gt;O4 - HKUS\S-1-5-19\..\Run: [WindowsWelcomeCenter] rundll32.exe oobefldr.dll,ShowWelcomeCenter (User 'LOCAL SERVICE')
&lt;br&gt;O4 - HKUS\S-1-5-20\..\Run: [Sidebar] %ProgramFiles%\Windows Sidebar\Sidebar.exe /detectMem (User 'NETWORK SERVICE')
&lt;br&gt;O4 - HKUS\S-1-5-21-738431106-13021719-2251988817-1001\..\Run: [Sidebar] %ProgramFiles%\Windows Sidebar\Sidebar.exe /detectMem (User 'RA Media Server')
&lt;br&gt;O4 - S-1-5-21-738431106-13021719-2251988817-1001 User Startup: Dell Dock First Run.lnk = C:\Program Files\Dell\DellDock\DellDock.exe (User 'RA Media Server')
&lt;br&gt;O4 - .DEFAULT User Startup: Dell Dock First Run.lnk = C:\Program Files\Dell\DellDock\DellDock.exe (User 'Default user')
&lt;br&gt;O4 - Startup: Dell Dock.lnk = C:\Program Files\Dell\DellDock\DellDock.exe
&lt;br&gt;O4 - Startup: FrostWire On Startup.lnk = C:\Program Files (x86)\FrostWire\FrostWire.exe
&lt;br&gt;O4 - Global Startup: Dell Remote Access.lnk = ?
&lt;br&gt;O4 - Global Startup: HP Digital Imaging Monitor.lnk = C:\Program Files (x86)\HP\Digital Imaging\bin\hpqtra08.exe
&lt;br&gt;O9 - Extra button: Blog This - {219C3416-8CB2-491a-A3C7-D9FCDDC9D600} - C:\Program Files (x86)\Windows Live\Writer\WriterBrowserExtension.dll
&lt;br&gt;O9 - Extra 'Tools' menuitem: &amp;amp;Blog This in Windows Live Writer - {219C3416-8CB2-491a-A3C7-D9FCDDC9D600} - C:\Program Files (x86)\Windows Live\Writer\WriterBrowserExtension.dll
&lt;br&gt;O9 - Extra button: HP Smart Select - {DDE87865-83C5-48c4-8357-2F5B1AA84522} - C:\Program Files (x86)\HP\Digital Imaging\Smart Web Printing\hpswp_BHO.dll
&lt;br&gt;O13 - Gopher Prefix: 
&lt;br&gt;O15 - Trusted Zone: &lt;a href="http:// rel="nofollow"*.mcafee.com" target="_blank"&gt;http://*.mcafee.com&lt;/a&gt;
&lt;br&gt;O18 - Protocol: skype4com - {FFC8B962-9B40-4DFF-9458-1830C7DD7F5D} - C:\PROGRA~2\COMMON~1\Skype\SKYPE4~1.DLL
&lt;br&gt;O23 - Service: McAfee Application Installer Cleanup (0243281266444109) (0243281266444109mcinstcleanup) - McAfee, Inc. - C:\Windows\TEMP\024328~1.EXE
&lt;br&gt;O23 - Service: Andrea ST Filters Service (AESTFilters) - Unknown owner - C:\Windows\System32\DriverStore\FileRepository\stwrt64.inf_15f4e438\AESTSr64.exe (file missing)
&lt;br&gt;O23 - Service: @%SystemRoot%\system32\Alg.exe,-112 (ALG) - Unknown owner - C:\Windows\System32\alg.exe (file missing)
&lt;br&gt;O23 - Service: Remote Access Media Server (Apache2.2) - Apache Software Foundation - C:\Program Files (x86)\Common Files\Dell\apache\bin\httpd.exe
&lt;br&gt;O23 - Service: Apple Mobile Device - Apple Inc. - C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\bin\AppleMobileDeviceService.exe
&lt;br&gt;O23 - Service: Bonjour Service - Apple Inc. - C:\Program Files (x86)\Bonjour\mDNSResponder.exe
&lt;br&gt;O23 - Service: @dfsrres.dll,-101 (DFSR) - Unknown owner - C:\Windows\system32\DFSR.exe (file missing)
&lt;br&gt;O23 - Service: Dock Login Service (DockLoginService) - Stardock Corporation - C:\Program Files\Dell\DellDock\DockLogin.exe
&lt;br&gt;O23 - Service: Remote Access DB (dsl-db) - Unknown owner - C:\Program Files (x86)\Common Files\Dell\MySQL\bin\mysqld.exe
&lt;br&gt;O23 - Service: Remote Access File Sync Service (dsl-fs-sync) - SingleClick Systems - C:\Program Files (x86)\Common Files\Dell\Remote Access File Sync Service\dsl_fs_sync.exe
&lt;br&gt;O23 - Service: GoToAssist - Citrix Online, a division of Citrix Systems, Inc. - C:\Program Files (x86)\Citrix\GoToAssist\514\g2aservice.exe
&lt;br&gt;O23 - Service: Advanced Networking Service (hnmsvc) - Dell Inc. - c:\Program Files (x86)\Common Files\Dell\Advanced Networking Service\hnm_svc.exe
&lt;br&gt;O23 - Service: Intel(R) Matrix Storage Event Monitor (IAANTMON) - Intel Corporation - C:\Program Files (x86)\Intel\Intel Matrix Storage Manager\IAANTMon.exe
&lt;br&gt;O23 - Service: iPod Service - Apple Inc. - C:\Program Files (x86)\iPod\bin\iPodService.exe
&lt;br&gt;O23 - Service: @keyiso.dll,-100 (KeyIso) - Unknown owner - C:\Windows\system32\lsass.exe (file missing)
&lt;br&gt;O23 - Service: McAfee Services (mcmscsvc) - McAfee, Inc. - C:\PROGRA~2\McAfee\MSC\mcmscsvc.exe
&lt;br&gt;O23 - Service: McAfee Network Agent (McNASvc) - McAfee, Inc. - C:\Program Files (x86)\Common Files\mcafee\mna\mcnasvc.exe
&lt;br&gt;O23 - Service: McAfee Scanner (McODS) - McAfee, Inc. - C:\PROGRA~1\McAfee\VIRUSS~1\mcods.exe
&lt;br&gt;O23 - Service: McAfee Proxy Service (McProxy) - McAfee, Inc. - C:\PROGRA~2\COMMON~1\McAfee\McProxy\McProxy.exe
&lt;br&gt;O23 - Service: McAfee Real-time Scanner (McShield) - McAfee, Inc. - C:\PROGRA~1\McAfee\VIRUSS~1\mcshield.exe
&lt;br&gt;O23 - Service: McAfee SystemGuards (McSysmon) - McAfee, Inc. - C:\PROGRA~2\McAfee\VIRUSS~1\mcsysmon.exe
&lt;br&gt;O23 - Service: McAfee Personal Firewall Service (MpfService) - McAfee, Inc. - C:\Program Files (x86)\McAfee\MPF\MPFSrv.exe
&lt;br&gt;O23 - Service: @comres.dll,-2797 (MSDTC) - Unknown owner - C:\Windows\System32\msdtc.exe (file missing)
&lt;br&gt;O23 - Service: McAfee Anti-Spam Service (MSK80Service) - McAfee, Inc. - C:\Program Files (x86)\McAfee\MSK\MskSrver.exe
&lt;br&gt;O23 - Service: @%SystemRoot%\System32\netlogon.dll,-102 (Netlogon) - Unknown owner - C:\Windows\system32\lsass.exe (file missing)
&lt;br&gt;O23 - Service: @%systemroot%\system32\psbase.dll,-300 (ProtectedStorage) - Unknown owner - C:\Windows\system32\lsass.exe (file missing)
&lt;br&gt;O23 - Service: @%systemroot%\system32\Locator.exe,-2 (RpcLocator) - Unknown owner - C:\Windows\system32\locator.exe (file missing)
&lt;br&gt;O23 - Service: @%SystemRoot%\system32\samsrv.dll,-1 (SamSs) - Unknown owner - C:\Windows\system32\lsass.exe (file missing)
&lt;br&gt;O23 - Service: SoftThinks Agent Service (SftService) - SoftThinks - C:\Windows\sminst\sftservice.EXE
&lt;br&gt;O23 - Service: @%SystemRoot%\system32\SLsvc.exe,-101 (slsvc) - Unknown owner - C:\Windows\system32\SLsvc.exe (file missing)
&lt;br&gt;O23 - Service: @%SystemRoot%\system32\snmptrap.exe,-3 (SNMPTRAP) - Unknown owner - C:\Windows\System32\snmptrap.exe (file missing)
&lt;br&gt;O23 - Service: @%systemroot%\system32\spoolsv.exe,-1 (Spooler) - Unknown owner - C:\Windows\System32\spoolsv.exe (file missing)
&lt;br&gt;O23 - Service: SupportSoft Sprocket Service (DellSupportCenter) (sprtsvc_DellSupportCenter) - SupportSoft, Inc. - C:\Program Files (x86)\Dell Support Center\bin\sprtsvc.exe
&lt;br&gt;O23 - Service: Audio Service (STacSV) - Unknown owner - C:\Windows\System32\DriverStore\FileRepository\stwrt64.inf_15f4e438\STacSV64.exe (file missing)
&lt;br&gt;O23 - Service: stllssvr - MicroVision Development, Inc. - C:\Program Files (x86)\Common Files\SureThing Shared\stllssvr.exe
&lt;br&gt;O23 - Service: @%SystemRoot%\system32\ui0detect.exe,-101 (UI0Detect) - Unknown owner - C:\Windows\system32\UI0Detect.exe (file missing)
&lt;br&gt;O23 - Service: UltraVNC Server (uvnc_service) - UltraVNC - C:\ProgramData\UltraVNC\winvnc.exe
&lt;br&gt;O23 - Service: @%SystemRoot%\system32\vds.exe,-100 (vds) - Unknown owner - C:\Windows\System32\vds.exe (file missing)
&lt;br&gt;O23 - Service: @%systemroot%\system32\vssvc.exe,-102 (VSS) - Unknown owner - C:\Windows\system32\vssvc.exe (file missing)
&lt;br&gt;O23 - Service: Dell Wireless WLAN Tray Service (wltrysvc) - Unknown owner - C:\Windows\System32\WLTRYSVC.EXE (file missing)
&lt;br&gt;O23 - Service: @%Systemroot%\system32\wbem\wmiapsrv.exe,-110 (wmiApSrv) - Unknown owner - C:\Windows\system32\wbem\WmiApSrv.exe (file missing)
&lt;br&gt;O23 - Service: @%ProgramFiles%\Windows Media Player\wmpnetwk.exe,-101 (WMPNetworkSvc) - Unknown owner - C:\Program Files (x86)\Windows Media Player\wmpnetwk.exe (file missing)
&lt;br&gt;O23 - Service: Marvell Yukon Service (yksvc) - Unknown owner - RUNDLL32.EXE (file missing)
&lt;br&gt;
&lt;br&gt;--
&lt;br&gt;End of file - 13475 bytes
&lt;br&gt;
&lt;br&gt;That is my HijackThis log file. What's wrong? Any viruses? Pleas help?</description>
      <author>fosterm3</author>
      <pubDate>Fri, 19 Feb 2010 02:41:31 GMT</pubDate>
      <comments>https://quomon.com/50684/Why-is-my-computer-running-slow-and-the-computer-usage-at-100-all-the-time-2#comments</comments>
      <category>windows, internet, servers, computer, vista, System</category>
    </item>
    <item>
      <guid>https://quomon.com/48896/Can-t-connect-to-all-web-pages</guid>
      <title>Can't connect to all web pages</title>
      <link>https://quomon.com/48896/Can-t-connect-to-all-web-pages</link>
      <description>I have xp pro and Firefox, ie,and Netscape for browsers.. just recently I can not connect to all web sites that I use to like winnie winster or hotmail, I can do this at work but now I can't at home I can't figure out what is causing just certain web sites unable to open. the message I receive is problem loading page The connection has timed out
&lt;br&gt;
&lt;br&gt;      
&lt;br&gt;
&lt;br&gt;      
&lt;br&gt;      
&lt;br&gt;      
&lt;br&gt;
&lt;br&gt;      
&lt;br&gt;        
&lt;br&gt;        
&lt;br&gt;
&lt;br&gt;          
&lt;br&gt;
&lt;br&gt;The server at &lt;a href="http://www.winster.com" target="_blank" rel="nofollow"&gt;www.winster.com&lt;/a&gt; is taking too long to respond.
&lt;br&gt;
&lt;br&gt;        
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;        
&lt;br&gt;        
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;    *   The site could be temporarily unavailable or too busy. Try again in a few
&lt;br&gt;          moments.
&lt;br&gt;
&lt;br&gt;    *   If you are unable to load any pages, check your computer's network
&lt;br&gt;          connection.
&lt;br&gt;
&lt;br&gt;    *   If your computer or network is protected by a firewall or proxy, make sure
&lt;br&gt;          that Navigator is permitted to access the Web.
&lt;br&gt;this is the one for Netscape, all 3 have similar messages.
&lt;br&gt;
&lt;br&gt;Thanks 
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;      
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;      </description>
      <author>lee0me</author>
      <pubDate>Fri, 05 Feb 2010 02:55:41 GMT</pubDate>
      <comments>https://quomon.com/48896/Can-t-connect-to-all-web-pages#comments</comments>
      <category>servers, browsers, computer, firefox, Access</category>
    </item>
    <item>
      <guid>https://quomon.com/48870/In-IIS-is-maximum-used-memory-for-an-application-pool-for-all-worker-processes-or-each</guid>
      <title>In IIS is maximum used memory for an application pool for all worker processes or each?</title>
      <link>https://quomon.com/48870/In-IIS-is-maximum-used-memory-for-an-application-pool-for-all-worker-processes-or-each</link>
      <description>Hi,
&lt;br&gt;
&lt;br&gt;I would like to know if the setting "maximum used memory" in IIS 6 for an application pool is the total of memory used by all it's worker processes or per each worker proces?
&lt;br&gt;
&lt;br&gt;I thought it would be each, but yesterday an incident on the server made me think it's total.
&lt;br&gt;
&lt;br&gt;Please provide a reference to back it up if you can.
&lt;br&gt;
&lt;br&gt;Thanks.</description>
      <author>dustPuppy</author>
      <pubDate>Fri, 29 Jan 2010 07:54:00 GMT</pubDate>
      <comments>https://quomon.com/48870/In-IIS-is-maximum-used-memory-for-an-application-pool-for-all-worker-processes-or-each#comments</comments>
      <category>servers, internet information services, application, Memory</category>
    </item>
    <item>
      <guid>https://quomon.com/48760/i-cant-receive-mail-from-external-email-eg-yahoo-on-my-outlook</guid>
      <title>i cant receive mail from external email eg yahoo on my outlook.?</title>
      <link>https://quomon.com/48760/i-cant-receive-mail-from-external-email-eg-yahoo-on-my-outlook</link>
      <description>on the small buisness server 2008 i tried to start/stop the IGetMail service but it displays "windows could not stop the IGet Mail service on local computer
&lt;br&gt;
&lt;br&gt;error 1503:the service didnot respond to the start or control request in a timely fashion.
&lt;br&gt;
&lt;br&gt;and on the event viewer under windows log it says"unable to send e-mail notification.Event ID(10052)
&lt;br&gt;Any suugestions/help</description>
      <author>salami662002</author>
      <pubDate>Wed, 16 Dec 2009 16:02:59 GMT</pubDate>
      <comments>https://quomon.com/48760/i-cant-receive-mail-from-external-email-eg-yahoo-on-my-outlook#comments</comments>
      <category>windows, servers, email, Yahoo, control, event</category>
    </item>
    <item>
      <guid>https://quomon.com/48618/how-to-use-Arithmetic-formulas-in-datagridview-in-vb-net-and-stroe-them-to-sql-server-database</guid>
      <title>how to use Arithmetic formulas in datagridview in vb.net and stroe them to sql server database</title>
      <link>https://quomon.com/48618/how-to-use-Arithmetic-formulas-in-datagridview-in-vb-net-and-stroe-them-to-sql-server-database</link>
      <description>how to use Arithmetic formulas in datagridview in vb.net and stroe them to sql server database and then update also</description>
      <author>raj8asr</author>
      <pubDate>Thu, 08 Oct 2009 09:00:48 GMT</pubDate>
      <comments>https://quomon.com/48618/how-to-use-Arithmetic-formulas-in-datagridview-in-vb-net-and-stroe-them-to-sql-server-database#comments</comments>
      <category>servers, sql, database, datagridview, vb.net</category>
    </item>
    <item>
      <guid>https://quomon.com/48547/The-server-responded-ERR-Message-number-1823-is-too-large</guid>
      <title>The server responded: -ERR Message number 1823 is too large</title>
      <link>https://quomon.com/48547/The-server-responded-ERR-Message-number-1823-is-too-large</link>
      <description>Task '****.********.** - Receiving' reported error (0x800CCC90) : 'Your incoming (POP3) e-mail server has reported an internal error. If you continue to receive this message, contact your server administrator or Internet service provider (ISP).  The server responded: -ERR Message number 1823 is too large'. After this message a removed the 1823 message, but another one is giving the error, and deleted that one too, but is still giving the error but with another message.</description>
      <author>bravoman</author>
      <pubDate>Mon, 29 Jun 2009 14:10:07 GMT</pubDate>
      <comments>https://quomon.com/48547/The-server-responded-ERR-Message-number-1823-is-too-large#comments</comments>
      <category>internet, Errors, servers, outlook</category>
    </item>
    <item>
      <guid>https://quomon.com/48487/code</guid>
      <title>code</title>
      <link>https://quomon.com/48487/code</link>
      <description>Dear madam and sir
&lt;br&gt;I want to devlop a window application How can detect my server is closed?</description>
      <author>comminfosys</author>
      <pubDate>Tue, 26 May 2009 05:20:03 GMT</pubDate>
      <comments>https://quomon.com/48487/code#comments</comments>
      <category>servers, code, application</category>
    </item>
    <item>
      <guid>https://quomon.com/48289/MS-Office</guid>
      <title>MS Office</title>
      <link>https://quomon.com/48289/MS-Office</link>
      <description>I recently replace an old desktop system with a new Dell. Everything is working OK except one little issue. When I open an existing Word doc it messes the page. What it does is it moves the last two lines on the first page of the document to page 2 which messes all other pages. Now there are 4 other workstaions that are using the same exact Version of MS office 2002 and they all doing fine. The old system alos works fine. I installed MS office 2007 and it did the same thing. If I put the old system back, it works fine. The files are located on a HP server (OS 2003). I even emailed the file and tried to open it from the email, it did the same thing. 
&lt;br&gt;
&lt;br&gt;I installed MS office 2002 on my laptop and opened the Doc and it worked just fine.
&lt;br&gt;It seems to be this new Dell that is causing that. Now I am not sure what else to try. Can you Help please. My email is James@cnc2net.com &amp;amp; JBoroujerdi@yahoo.com.
&lt;br&gt;Thanks</description>
      <author>James3</author>
      <pubDate>Thu, 09 Apr 2009 21:19:20 GMT</pubDate>
      <comments>https://quomon.com/48289/MS-Office#comments</comments>
      <category>servers, Laptop, files, HP, System</category>
    </item>
    <item>
      <guid>https://quomon.com/48169/Need-URGNET-HELP</guid>
      <title>Need URGNET HELP</title>
      <link>https://quomon.com/48169/Need-URGNET-HELP</link>
      <description>Please help any VB 2008 / asp.net 3.5 guru 
&lt;br&gt;
&lt;br&gt;I used dropdown list box SQL Server , list view, Pager … its working fine see the link below 
&lt;br&gt;
&lt;br&gt;&lt;a href="http://www.tharjuma.com/anquran.aspx" target="_blank" rel="nofollow"&gt;http://www.tharjuma.com/anquran.aspx&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;The problem I’m facing is See the program ….  For Example 
&lt;br&gt;
&lt;br&gt;If the I am selecting the Sura No 6.  And press SHOW button , It will jump to the page No : 177 as the Database and program as I did 
&lt;br&gt;
&lt;br&gt;The same way if I choose Sura No 18. And press SHOW button , It will jump to the page No : 408 as the Database and program as I did .
&lt;br&gt;
&lt;br&gt;But  if I pressed Next/Last button in the pager its working ….but after that if select and Drop down list as mentioned on the same way it will not show right page. It requires the “First“ PAGE button of PAGER button to be pressed once then only it will be shown properly
&lt;br&gt;
&lt;br&gt;How to rectify this? I think we need to reset the Pager every time when we click the Dropdown list? Could anyone guide me?
&lt;br&gt;
&lt;br&gt;</description>
      <author>rmda</author>
      <pubDate>Sat, 14 Mar 2009 08:46:41 GMT</pubDate>
      <comments>https://quomon.com/48169/Need-URGNET-HELP#comments</comments>
      <category>servers, asp, sql, database, visual basic, Button</category>
    </item>
    <item>
      <guid>https://quomon.com/48161/does-plesk-have-an-api-to-create-subdomains-programmatically</guid>
      <title>does plesk have an api to create subdomains programmatically?</title>
      <link>https://quomon.com/48161/does-plesk-have-an-api-to-create-subdomains-programmatically</link>
      <description>My server has a plesk control panel that makes it easy to setup sites, domains, subdomains etc., but i was wondering if plesk has an API that would enable me to easily setup a subdomain including a physical web folder?</description>
      <author>dustPuppy</author>
      <pubDate>Thu, 12 Mar 2009 10:07:27 GMT</pubDate>
      <comments>https://quomon.com/48161/does-plesk-have-an-api-to-create-subdomains-programmatically#comments</comments>
      <category>servers, web, plesk, Websites, api</category>
    </item>
    <item>
      <guid>https://quomon.com/51468/Outlook-Receive-Error</guid>
      <title>Outlook Receive Error</title>
      <link>https://quomon.com/51468/Outlook-Receive-Error</link>
      <description>Checked out Outlook connection. Problem with one account
&lt;br&gt;Task 'pop3.blueyonder.co.uk (2) - 
&lt;br&gt;Receiving' reported error (0x800CCC90) : 
&lt;br&gt;'Your incoming (POP3) e-mail server has reported an internal error. 
&lt;br&gt;If you continue to receive this message, contact your server administrator or Internet service provider (ISP).  
&lt;br&gt;The server responded: '
&lt;br&gt;Advice given
&lt;br&gt;Open a command window (Start - Run - Enter "cmd") and
&lt;br&gt; type in telnet followed by servername i.e. pop.myserver.com 
&lt;br&gt;followed by the port number i.e. 110 for example "telnet pop.myserver.com 110" Once you are connected type "USER youUserName" and hit enter then type in "PASS yourMailPassword" (Note: You won't see what you are typing, so be sure to type correctly!) and hit ENTER. If you get an error you might have a problem with your server account, if it works, you have a problem with your Outlook settings. 
&lt;br&gt;Seems connection is OK, so what to do next?
&lt;br&gt;
&lt;br&gt;</description>
      <author>servenet</author>
      <pubDate>Sun, 21 Sep 2008 21:59:31 GMT</pubDate>
      <comments>https://quomon.com/51468/Outlook-Receive-Error#comments</comments>
      <category>Errors, servers</category>
    </item>
    <item>
      <guid>https://quomon.com/51464/Change-AOL-toolbar-to-Yahoo-toolbar-Need-instructions-to-do-so-Thank-You-</guid>
      <title>Change AOL toolbar to Yahoo toolbar. Need instructions to do so. Thank You!!!</title>
      <link>https://quomon.com/51464/Change-AOL-toolbar-to-Yahoo-toolbar-Need-instructions-to-do-so-Thank-You-</link>
      <description>When I'm on the Internet    AOL toolbar comes on screen instead of the one I selected----and that is YAHOO.I have new HP laptop. It's giving me gas pains
&lt;br&gt;
&lt;br&gt;Thank you 
&lt;br&gt;
&lt;br&gt;</description>
      <author>firtelj</author>
      <pubDate>Sun, 21 Sep 2008 04:11:13 GMT</pubDate>
      <comments>https://quomon.com/51464/Change-AOL-toolbar-to-Yahoo-toolbar-Need-instructions-to-do-so-Thank-You-#comments</comments>
      <category>browsers, internet, Errors, servers</category>
    </item>
    <item>
      <guid>https://quomon.com/47120/Oracle-Client-installation</guid>
      <title>Oracle Client installation.</title>
      <link>https://quomon.com/47120/Oracle-Client-installation</link>
      <description>Hi All,
&lt;br&gt;
&lt;br&gt;I was trying to install the Oracle Client on the server.The server (windows 2000) have Oracle 9i Enterprise edition. I have encounter with the following error. 
&lt;br&gt;
&lt;br&gt;Error 
&lt;br&gt;The location specified,"E:\oracle\ora92" is already used as an Oracle home for 'Oracle82 Beta'.It cannot be used as an Oracle home for 'nt'. 
&lt;br&gt;
&lt;br&gt;Then I have created a new folder on drive C with ORACLE name.But when i was trying to install the Oracle in the that folder, I have encounter with the following error. 
&lt;br&gt;
&lt;br&gt;Home change information 
&lt;br&gt;
&lt;br&gt;The oracle installer has detected that you already have an existing Oracle home;E:\Oracle\ora92.Selecting a different location will disable your currently installed oracle products.Choose Back to select the existing location.Choose Ok to confirm your new selection. 
&lt;br&gt;
&lt;br&gt;How can i install the Oracle client??? 
&lt;br&gt;
&lt;br&gt;any suggestions???
&lt;br&gt;
&lt;br&gt;Ask a New Question
&lt;br&gt;</description>
      <author>ab_trivedi</author>
      <pubDate>Thu, 11 Sep 2008 12:15:32 GMT</pubDate>
      <comments>https://quomon.com/47120/Oracle-Client-installation#comments</comments>
      <category>Errors, servers, Databases, windows</category>
    </item>
    <item>
      <guid>https://quomon.com/47089/Trying-to-connect-to-Shared-Drives-on-Exchange-Server-through-VPN-on-Apple-Macbook-Pro</guid>
      <title>Trying to connect to Shared Drives on Exchange Server through VPN on Apple Macbook Pro</title>
      <link>https://quomon.com/47089/Trying-to-connect-to-Shared-Drives-on-Exchange-Server-through-VPN-on-Apple-Macbook-Pro</link>
      <description>I have a Apple Macbook Pro and connect to my office Exchange server through a VPN connection via Apple Airport Extreme.  I want to access the Shared drives on the server to access from home.  I can access email.  What do I need to be able to connect?  </description>
      <author>cmelrose</author>
      <pubDate>Tue, 26 Aug 2008 15:29:32 GMT</pubDate>
      <comments>https://quomon.com/47089/Trying-to-connect-to-Shared-Drives-on-Exchange-Server-through-VPN-on-Apple-Macbook-Pro#comments</comments>
      <category>servers</category>
    </item>
    <item>
      <guid>https://quomon.com/51423/how-to-get-iframe-value-at-server-side</guid>
      <title>how to get iframe value at server-side?</title>
      <link>https://quomon.com/51423/how-to-get-iframe-value-at-server-side</link>
      <description>i have a problem in ifrma?how to get iframe value at server-side</description>
      <author>punjabian36</author>
      <pubDate>Fri, 15 Aug 2008 11:05:27 GMT</pubDate>
      <comments>https://quomon.com/51423/how-to-get-iframe-value-at-server-side#comments</comments>
      <category>servers, C#</category>
    </item>
    <item>
      <guid>https://quomon.com/46954/How-do-you-create-a-sql-file-extension</guid>
      <title>How do you create a .sql file extension?</title>
      <link>https://quomon.com/46954/How-do-you-create-a-sql-file-extension</link>
      <description>I am using PHP &amp;amp; My Sql with Dreamweaver CS3. One of the tutorial has a .sql file extension. How can you create a .sql file extension and populate the data into MySQL? Thanks for your feedback. </description>
      <author>sureal07</author>
      <pubDate>Tue, 08 Jul 2008 02:45:16 GMT</pubDate>
      <comments>https://quomon.com/46954/How-do-you-create-a-sql-file-extension#comments</comments>
      <category>servers</category>
    </item>
    <item>
      <guid>https://quomon.com/51348/configure-billion-router-to-work-with-dyndns-org</guid>
      <title>configure billion router to work with dyndns.org</title>
      <link>https://quomon.com/51348/configure-billion-router-to-work-with-dyndns-org</link>
      <description>I try to configure an Billion router to work with a web server, i configure my account in dyndns, i install the updater client, i configure the NAT to forward for the webserver, and finally i look in the DMZ to do this work. but nothing; (i have disble the firewall in os and in the router; and my domain.dyndns.org is responding for the ping command), i dont know where is the error; if any have any idea, plz send it christian.mansilla (at)gmail.com
&lt;br&gt;
&lt;br&gt;thnks for your time</description>
      <author>christianmansilla</author>
      <pubDate>Mon, 02 Jun 2008 03:31:15 GMT</pubDate>
      <comments>https://quomon.com/51348/configure-billion-router-to-work-with-dyndns-org#comments</comments>
      <category>servers, Errors, Websites</category>
    </item>
    <item>
      <guid>https://quomon.com/51312/Account-problem-with-windows-service</guid>
      <title>Account problem with windows service</title>
      <link>https://quomon.com/51312/Account-problem-with-windows-service</link>
      <description>Hi,
&lt;br&gt;
&lt;br&gt;Came across your post regarding the the windows servicehaving problems accessing OPC server with Local system account.
&lt;br&gt;
&lt;br&gt;I too having similar problems with open office and windows service(written in c#) . I tried local system as well as tried giving the adminstrator account. Nothing works.
&lt;br&gt;
&lt;br&gt;I just wanted to know if you have found a solution for it.
&lt;br&gt;
&lt;br&gt;Thanks &amp;amp; Regards,
&lt;br&gt;Chethan</description>
      <author>chethanraj</author>
      <pubDate>Mon, 21 Apr 2008 08:28:20 GMT</pubDate>
      <comments>https://quomon.com/51312/Account-problem-with-windows-service#comments</comments>
      <category>servers, windows, C#</category>
    </item>
    <item>
      <guid>https://quomon.com/46758/ASP-net-application</guid>
      <title>ASP.net application</title>
      <link>https://quomon.com/46758/ASP-net-application</link>
      <description>I have a server in the USA and data entry is done in Japan. when the users in Japan enters date they get error say the date is in the future. I  know this error result in the time differents but How do I fix this problem so that the my friends in Japan can enter date.</description>
      <author>easy1</author>
      <pubDate>Tue, 25 Mar 2008 15:42:14 GMT</pubDate>
      <comments>https://quomon.com/46758/ASP-net-application#comments</comments>
      <category>asp.net 2, servers, Errors</category>
    </item>
    <item>
      <guid>https://quomon.com/46754/need-to-know-what-is-the-pop-server-for-hotmail-so-can-set-up-emails-on-my-phone</guid>
      <title>need to know what is the pop server for hotmail so can set up emails on my phone</title>
      <link>https://quomon.com/46754/need-to-know-what-is-the-pop-server-for-hotmail-so-can-set-up-emails-on-my-phone</link>
      <description>need to know now</description>
      <author>alldayconstruction</author>
      <pubDate>Mon, 24 Mar 2008 20:01:02 GMT</pubDate>
      <comments>https://quomon.com/46754/need-to-know-what-is-the-pop-server-for-hotmail-so-can-set-up-emails-on-my-phone#comments</comments>
      <category>servers</category>
    </item>
    <item>
      <guid>https://quomon.com/51292/auto-refresh-of-single-html-form-when-I-have-multiple-html-forms-in-a-single-webpage</guid>
      <title>auto refresh of single html form when I have multiple html forms in a single webpage.</title>
      <link>https://quomon.com/51292/auto-refresh-of-single-html-form-when-I-have-multiple-html-forms-in-a-single-webpage</link>
      <description>I am developing a web page that has to update things periodically with out refreshing the webpage (I have multiple forms in my web page and I don't want to disturb other forms). I  can get the things back to the web page and they can be updated periodically when I use a single form. But the problem is when I use multiple forms in a single web page I am not able to refresh the single form. Can any one provide some tips how can I send single form request to the server. 
&lt;br&gt;
&lt;br&gt;Note: Please remember that I can't use submit buttons or anchor tags for submiting the form. It should be done automatically.</description>
      <author>mainenilakshman</author>
      <pubDate>Fri, 21 Mar 2008 08:49:56 GMT</pubDate>
      <comments>https://quomon.com/51292/auto-refresh-of-single-html-form-when-I-have-multiple-html-forms-in-a-single-webpage#comments</comments>
      <category>servers, forms, JavaScript &amp; HTML</category>
    </item>
    <item>
      <guid>https://quomon.com/46703/How-can-i-run-and-display-notepad-exe-file-in-a-web-page-with-asp</guid>
      <title>How can i run and display "notepad.exe" file in a web page with asp.</title>
      <link>https://quomon.com/46703/How-can-i-run-and-display-notepad-exe-file-in-a-web-page-with-asp</link>
      <description>I can not display notepad file,text file,... in a web page that has designed with ASP . I use the following code:
&lt;br&gt;
&lt;br&gt;Dim oScript
&lt;br&gt;Set oScript = Server.CreateObject("WSCRIPT.SHELL")
&lt;br&gt;Call oScript.Run ("cmd.exe /c c:\windows\system32\notepad.exe" , 0, True)
&lt;br&gt;
&lt;br&gt;but this code does not work.when run this code notepad window does not open for me.i want have a web page, that when run it, a exe file (for example notepad,calculator,word file,cmd,...) run and open (display) for me. please help me.
&lt;br&gt;thanks. </description>
      <author>mehdialavi57</author>
      <pubDate>Thu, 13 Mar 2008 10:42:46 GMT</pubDate>
      <comments>https://quomon.com/46703/How-can-i-run-and-display-notepad-exe-file-in-a-web-page-with-asp#comments</comments>
      <category>servers, web development</category>
    </item>
    <item>
      <guid>https://quomon.com/46603/If-i-wanted-server-to-steam-audio-files-for-100-000-users-what-should-it-take-to-allow-growth</guid>
      <title>If i wanted server to steam audio files for 100,000 users what should it take to allow growth.</title>
      <link>https://quomon.com/46603/If-i-wanted-server-to-steam-audio-files-for-100-000-users-what-should-it-take-to-allow-growth</link>
      <description>this is database of questions and audio files as in song not presentations. Should i store all music in house. Its a blend of microsoft calendar, audio songs and a playlist. To allow users to search and find there needs of music. What should i use to start out and get it running. I was thinking one for datebase and one for storage and streaming. I will probably start with 60-600 users. </description>
      <author>pauldeangelis</author>
      <pubDate>Tue, 05 Feb 2008 17:25:20 GMT</pubDate>
      <comments>https://quomon.com/46603/If-i-wanted-server-to-steam-audio-files-for-100-000-users-what-should-it-take-to-allow-growth#comments</comments>
      <category>servers</category>
    </item>
    <item>
      <guid>https://quomon.com/46517/How-to-setup-server-to-ignore-htaccess-files-in-subdirectories</guid>
      <title>How to setup server to ignore .htaccess files in subdirectories.</title>
      <link>https://quomon.com/46517/How-to-setup-server-to-ignore-htaccess-files-in-subdirectories</link>
      <description>I would like to set up a configuration so that some, but not all, .htaccess files are ignored - or handled as a regular (text-)file.
&lt;br&gt;
&lt;br&gt;This should be setup in an .htaccess file and prevent i.e. Apache from processing .htaccess files in any subdirectory to the current. But I don't know which directive(s) to use.
&lt;br&gt;
&lt;br&gt;The reason is that I have a folder where user uploads are stored. To prevent the user executing scripts (i.e. php) I have changed the handler for the files of the directory and subdirectories. But they could still upload an .htaccess to a subdirectory that reverted that change.
&lt;br&gt;
&lt;br&gt;I know that the software should also dissallow certain files - and it will - but I don't wanna rely on the software alone, since 'any' bug could potentially render that useless.
&lt;br&gt;
&lt;br&gt;I also cannot use the Apache conf file for this.
&lt;br&gt;And lastly, the solution has to know nothing about the actual directory names it trying to protect.
&lt;br&gt;
&lt;br&gt;Is it possible?
&lt;br&gt;
&lt;br&gt;Thanks for your help,
&lt;br&gt;Jakob</description>
      <author>jgivoni</author>
      <pubDate>Thu, 10 Jan 2008 16:48:40 GMT</pubDate>
      <comments>https://quomon.com/46517/How-to-setup-server-to-ignore-htaccess-files-in-subdirectories#comments</comments>
      <category>servers, .htaccess, apache, security</category>
    </item>
    <item>
      <guid>https://quomon.com/46478/Moving-Windows-2000-professional-OS-to-Windows-XP-professional-OS</guid>
      <title>Moving Windows 2000 professional OS to Windows XP professional OS.</title>
      <link>https://quomon.com/46478/Moving-Windows-2000-professional-OS-to-Windows-XP-professional-OS</link>
      <description>Hi ,
&lt;br&gt;I have web based applications running on Windows 2000 professional on my pc.Web based applications are developed using ASP and running at intranet.
&lt;br&gt;My server is having Windows 2000 server and IIS 5.0
&lt;br&gt;
&lt;br&gt;Now I want to move from Windows 2000 professional OS to Windows XP professional OS.  Will it create any problem for web based applications?
&lt;br&gt;
&lt;br&gt;I think it won't but need your expert advice...
&lt;br&gt;
&lt;br&gt;Regards,
&lt;br&gt;Sarbjit </description>
      <author>multani.sarbjit</author>
      <pubDate>Thu, 03 Jan 2008 09:57:52 GMT</pubDate>
      <comments>https://quomon.com/46478/Moving-Windows-2000-professional-OS-to-Windows-XP-professional-OS#comments</comments>
      <category>servers, windows, web development</category>
    </item>
    <item>
      <guid>https://quomon.com/46329/Server-question</guid>
      <title>Server question</title>
      <link>https://quomon.com/46329/Server-question</link>
      <description>My questions is this. I want to create an in house template server for letters, brochures, table tents, etc. that will allow the users in our building to access these, then push them out as pdfs - password protected or regular. Also, I want it to house photos, etc. that we upload as high res, but the user will have the ability to download high or low res photos, depending on the usage.
&lt;br&gt;
&lt;br&gt;Also, on this server, if possible, this server can house the publication management software.
&lt;br&gt;
&lt;br&gt;Let me know if we are capable of doing this. I need companies that may provide this service, and some pricing information for this if possible asap, by this week or early next.
&lt;br&gt;
&lt;br&gt;Marcia Stubbeman
&lt;br&gt;mstubbeman@ncaa.org
&lt;br&gt;317/917-6150</description>
      <author>mstubbeman</author>
      <pubDate>Wed, 05 Dec 2007 13:11:41 GMT</pubDate>
      <comments>https://quomon.com/46329/Server-question#comments</comments>
      <category>servers, information technology</category>
    </item>
    <item>
      <guid>https://quomon.com/46295/Please-Help-My-windows-service-has-permissions-problems-running-a-macro-in-an-Excel-spreadsheet</guid>
      <title>Please Help!  My windows service has permissions problems running a macro in an Excel spreadsheet.</title>
      <link>https://quomon.com/46295/Please-Help-My-windows-service-has-permissions-problems-running-a-macro-in-an-Excel-spreadsheet</link>
      <description>I have a macro in an Excel spreadsheet that connects to an OPC server to retrieve data.  I works just fine when I run it manually, or when I run it programmatically from a standard windows program.  But when I try to do it from a service (running the same code as the standard windows program), it fails.  
&lt;br&gt;
&lt;br&gt;If I run the service from the Local System account, it opens the spreadsheet but completely loses track of the Excel object and cannot close it.  If I then check "Allow service to interact with Desktop", it opens the spreadsheet and runs the macro, but the macro then doesn't have permission to access the OPC server.  If I run the service from the Administrator account, the service does nothing - no event log entries or anything.  Can someone PLEASE help me quickly with this?</description>
      <author>bakershack</author>
      <pubDate>Tue, 27 Nov 2007 16:48:14 GMT</pubDate>
      <comments>https://quomon.com/46295/Please-Help-My-windows-service-has-permissions-problems-running-a-macro-in-an-Excel-spreadsheet#comments</comments>
      <category>servers, .net, windows</category>
    </item>
    <item>
      <guid>https://quomon.com/46269/Need-to-access-Exchange-server-over-VPN-connection</guid>
      <title>Need to access Exchange server over VPN connection</title>
      <link>https://quomon.com/46269/Need-to-access-Exchange-server-over-VPN-connection</link>
      <description>I have an end-user with a laptop running Windows Vista and he has Outlook 2007 as his e-mail client software. He is using Checkpoint SecuRemote VPN software to access the corporate Exchange server cluster. Using wireless LAN connection from his home in Australia to access Exchange server cluster in Chicago, USA. Problem: the end-user can connect to the Internet and browse the web....he can also logon to our corporate network using the VPN client. What he can't do is access the Exchange server....the user can "ping" the server and get a proper response...so the datagrams are being routed correctly. I tested his user account on the Exchange server by accessing his e-mail account from my home laptop over my wireless connection in Chicago....so his account is also good.....the user can also access his e-mail over the Internet from Australia using Outlook Web Access with no problem. Question: what can be blocking his SMTP access to his account using Outlook 2007?...I've verified with him over the phone the Outlook configuration is correct....using the IP address of the server rather than the server name so we're not dependent on DNS name resolution. Any suggestions would be greatly appreciated.</description>
      <author>rbatton</author>
      <pubDate>Tue, 27 Nov 2007 13:17:25 GMT</pubDate>
      <comments>https://quomon.com/46269/Need-to-access-Exchange-server-over-VPN-connection#comments</comments>
      <category>servers, internet, windows</category>
    </item>
    <item>
      <guid>https://quomon.com/46162/Small-office-network-using-MS-Exchange-1-sender-s-email-content-can-t-be-seen-by-just-1-user-why</guid>
      <title>Small office network using MS Exchange 1 sender's email content can't be seen by just 1 user - why?</title>
      <link>https://quomon.com/46162/Small-office-network-using-MS-Exchange-1-sender-s-email-content-can-t-be-seen-by-just-1-user-why</link>
      <description>Using a server with SBS 2003, MS Exchange and MS Outlook and there are 5 users on the network.
&lt;br&gt;All others are OK but when 1 user sends an email to another user (it's always the same users) he can't see the content of the email.
&lt;br&gt;</description>
      <author>tonymarron</author>
      <pubDate>Wed, 21 Nov 2007 06:49:24 GMT</pubDate>
      <comments>https://quomon.com/46162/Small-office-network-using-MS-Exchange-1-sender-s-email-content-can-t-be-seen-by-just-1-user-why#comments</comments>
      <category>servers</category>
    </item>
    <item>
      <guid>https://quomon.com/45926/Drive-name-mapped-for-client-on-server-Citrix-Box</guid>
      <title>Drive name mapped for client on server (Citrix Box)</title>
      <link>https://quomon.com/45926/Drive-name-mapped-for-client-on-server-Citrix-Box</link>
      <description>I have a urgent query in C#, please let me know if you can be of any help.
&lt;br&gt;
&lt;br&gt;I have an UI where in i need to upload docs, so when we click on a button I have set it to open "My Documents" and it does perfectly well, but the same on a Server it opens the server's local "My documents", but I need to open the My documents folder of logged in User which is nothing but my local box "My DOcuments" that getz mapped when i Login to server.
&lt;br&gt;
&lt;br&gt;This would generally be like C$ on Client (V:) or C$ on Client (M:), so all i want to know is how can I get this newly mapped drive name ie V: / M: in Windwos application using C#
&lt;br&gt;
&lt;br&gt;Example 
&lt;br&gt;
&lt;br&gt;In my local box it would be 
&lt;br&gt;
&lt;br&gt;C:\Documents and Settings\\My Documents
&lt;br&gt;
&lt;br&gt;In server it would be mapped drive of my local box which would be of any name
&lt;br&gt;
&lt;br&gt;M:\Documents and Settings\\My Documents or 
&lt;br&gt;
&lt;br&gt;V:\Documents and Settings\\My Documents
&lt;br&gt;
&lt;br&gt;Thanks for your timely help,</description>
      <author>sathyapri</author>
      <pubDate>Thu, 11 Oct 2007 19:10:52 GMT</pubDate>
      <comments>https://quomon.com/45926/Drive-name-mapped-for-client-on-server-Citrix-Box#comments</comments>
      <category>servers, C#</category>
    </item>
    <item>
      <guid>https://quomon.com/45914/Drive-Name</guid>
      <title>Drive Name</title>
      <link>https://quomon.com/45914/Drive-Name</link>
      <description>I have a urgent query in C#, please let me know if you can be of any help.
&lt;br&gt;
&lt;br&gt;I have an UI where in i need to upload docs, so when we click on a button I have set it to open "My Documents" and it does perfectly well, but the same on a Server it opens the server's local "My documents", but I need to open the My documents folder of logged in User which is nothing but my local box "My DOcuments" that getz mapped when i Login to server.
&lt;br&gt;
&lt;br&gt;This would generally be like C$ on Client (V:) or C$ on Client (M:), so all i want to know is how can I get this newly mapped drive name ie V: / M: in Windwos application using C#
&lt;br&gt;
&lt;br&gt;Example 
&lt;br&gt;
&lt;br&gt;In my local box it would be 
&lt;br&gt;
&lt;br&gt;C:\Documents and Settings\\My Documents
&lt;br&gt;
&lt;br&gt;In server it would be mapped drive of my local box which would be of any name
&lt;br&gt;
&lt;br&gt;M:\Documents and Settings\\My Documents or 
&lt;br&gt;
&lt;br&gt;V:\Documents and Settings\\My Documents
&lt;br&gt;
&lt;br&gt;Thanks for your timely help,</description>
      <author>sathyapri</author>
      <pubDate>Thu, 11 Oct 2007 19:06:32 GMT</pubDate>
      <comments>https://quomon.com/45914/Drive-Name#comments</comments>
      <category>servers, C#</category>
    </item>
    <item>
      <guid>https://quomon.com/45913/Drive-name-mapped-for-client-on-server-Citrix-Box</guid>
      <title>Drive name mapped for client on server (Citrix Box)</title>
      <link>https://quomon.com/45913/Drive-name-mapped-for-client-on-server-Citrix-Box</link>
      <description>When a User logs in to a Citrix box, they would be mapped with a new drive name where they can access their local box documents, so how to capture the drive name (which could be either C$ on 'Client' (V:) / C$ on 'Client' (M:)) in the citrix server for the logged in user
&lt;br&gt;
&lt;br&gt;Thanks
&lt;br&gt;Saya</description>
      <author>sathyapri</author>
      <pubDate>Thu, 11 Oct 2007 17:03:00 GMT</pubDate>
      <comments>https://quomon.com/45913/Drive-name-mapped-for-client-on-server-Citrix-Box#comments</comments>
      <category>servers</category>
    </item>
    <item>
      <guid>https://quomon.com/45899/Visual-Studio-installed-templates</guid>
      <title>Visual Studio installed templates</title>
      <link>https://quomon.com/45899/Visual-Studio-installed-templates</link>
      <description>I want to have Business Intelligence Projects template in my client machine. How can i? Business Intelligence Projects template is there in my server machine.</description>
      <author>jaszoin</author>
      <pubDate>Tue, 09 Oct 2007 05:44:43 GMT</pubDate>
      <comments>https://quomon.com/45899/Visual-Studio-installed-templates#comments</comments>
      <category>servers</category>
    </item>
    <item>
      <guid>https://quomon.com/45880/Track-whether-a-file-has-been-copied</guid>
      <title>Track whether a file has been copied</title>
      <link>https://quomon.com/45880/Track-whether-a-file-has-been-copied</link>
      <description>An employee had been using the company's laptop for her own personal business on the side. I have had reports that this employee had used their access to the company's confidential documents for the employee's side businesses. The log files on the server reflect access to the files, but I need to find a way to tell the difference between whether a files only been accessed or if it has been copied. I'm pretty sure there's no way, but if someone knows something any suggestions would be greatly appreciated.</description>
      <author>oracleofDelphi</author>
      <pubDate>Thu, 04 Oct 2007 19:15:24 GMT</pubDate>
      <comments>https://quomon.com/45880/Track-whether-a-file-has-been-copied#comments</comments>
      <category>servers</category>
    </item>
    <item>
      <guid>https://quomon.com/45782/how-do-i-limit-system-ressources-for-a-website-in-IIS-5-1</guid>
      <title>how do i limit system ressources for a website in IIS 5.1?</title>
      <link>https://quomon.com/45782/how-do-i-limit-system-ressources-for-a-website-in-IIS-5-1</link>
      <description>I'm running a website for testing purposes on my local machine. It's a windows xp pro with Internet Information Services 5.1 as web server.
&lt;br&gt;I would like to  be able to limit system ressources (CPU and RAM) to be used by the website, so that if it's doing something "heavy" it's not making the whole computer stall.
&lt;br&gt;Is there a way to do that?</description>
      <author>dustPuppy</author>
      <pubDate>Wed, 03 Oct 2007 09:20:38 GMT</pubDate>
      <comments>https://quomon.com/45782/how-do-i-limit-system-ressources-for-a-website-in-IIS-5-1#comments</comments>
      <category>Websites, servers, information technology, internet information services</category>
    </item>
  </channel>
</rss>