<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Troubleshooting</title><link>http://forums.iis.net/1039.aspx</link><description>Forum targeting resolving issues on the IIS platform including tools such as DebugDiag, WFetch, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Server Error in '/' Application - The resource cannot be found.</title><link>http://forums.iis.net/thread/1916039.aspx</link><pubDate>Mon, 07 Sep 2009 09:57:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1916039</guid><dc:creator>simonalexander2005</dc:creator><slash:comments>11</slash:comments><comments>http://forums.iis.net/thread/1916039.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1916039</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hey Guys,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I know this is a really common error, and you must be bored of troubleshooting it by now! But here&amp;#39;s the situation I have:&lt;/p&gt;&lt;p&gt;&amp;nbsp;I created an &amp;quot;Asp.Net Web application&amp;quot; for .Net 2.0 using visual studio 2008. I then set up IIS on my local machine (XP SP2), and it runs the website fine.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Once I copy the files over to a folder on another machine (running windows server 2003), and set it up with identical settings, I get the error:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;lt;-------&lt;/p&gt;&lt;p&gt;The resource cannot be found.
         body {font-family:&amp;quot;Verdana&amp;quot;;font-weight:normal;font-size: .7em;color:black;} 
         p {font-family:&amp;quot;Verdana&amp;quot;;font-weight:normal;color:black;margin-top: -5px}
         b {font-family:&amp;quot;Verdana&amp;quot;;font-weight:bold;color:black;margin-top: -5px}
         H1 { font-family:&amp;quot;Verdana&amp;quot;;font-weight:normal;font-size:18pt;color:red }
         H2 { font-family:&amp;quot;Verdana&amp;quot;;font-weight:normal;font-size:14pt;color:maroon }
         pre {font-family:&amp;quot;Lucida Console&amp;quot;;font-size: .9em}
         .marker {font-weight: bold; color: black;text-decoration: none;}
         .version {color: gray;}
         .error {margin-bottom: 10px;}
         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
        &lt;span&gt;
&lt;h1&gt;Server Error in &amp;#39;/&amp;#39; Application.
&lt;hr /&gt;
&lt;/h1&gt;
&lt;h2&gt;&lt;i&gt;The resource cannot be found.&lt;/i&gt; &lt;/h2&gt;&lt;/span&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;b&gt;Description: 
&lt;/b&gt;HTTP 404. The resource you are looking for (or one of its dependencies) 
could have been removed, had its name changed, or is temporarily unavailable. 
&amp;nbsp;Please review the following URL and make sure that it is spelled correctly. 
&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Requested URL: &lt;/b&gt;/Home.aspx&lt;br /&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;Version Information:&lt;/b&gt;&amp;nbsp;Microsoft .NET Framework Version:2.0.50727.1433; 
ASP.NET Version:2.0.50727.1433 &lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;------&amp;gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The strange thing is, Default.aspx is my home page, which sets some variables, then redirects to Home.aspx (using&amp;nbsp; Response.Redirect(&amp;quot;~/Home.aspx&amp;quot;);) without displaying anything to the user. This implies that IIS is finding Default.aspx, then failing to use the redirect.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have tried other solutions I have come across on the internet, including checking for a trailing / in the local path setting, and ensuring web extensions are enabled.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The log file shows this:&lt;/p&gt;&lt;p&gt;&amp;lt;-------&lt;/p&gt;&lt;p&gt;&amp;nbsp;#Software: Microsoft Internet Information Services 6.0&lt;br /&gt;#Version: 1.0&lt;br /&gt;#Date: 2009-09-07 09:43:18&lt;br /&gt;#Fields: date time s-sitename s-computername s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs-version cs(User-Agent) cs(Cookie) cs(Referer) cs-host sc-status sc-substatus sc-win32-status sc-bytes cs-bytes time-taken &lt;br /&gt;2009-09-07 09:43:18 W3SVC632226371 NSL111 127.0.0.1 &lt;span style="font-weight:bold;"&gt;GET /Home.aspx&lt;/span&gt; - 80 - 127.0.0.1 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.648;+.NET+CLR+3.5.21022) ASP.NET_SessionId=j3whkn45bkiowu45zxfmnguz - localhost &lt;span style="font-weight:bold;"&gt;404 0 0 3694 351 15&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;2009-09-07 09:43:21 W3SVC632226371 NSL111 127.0.0.1 &lt;span style="font-weight:bold;"&gt;GET /Default.aspx&lt;/span&gt; - 80 - 127.0.0.1 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.648;+.NET+CLR+3.5.21022) ASP.NET_SessionId=j3whkn45bkiowu45zxfmnguz - localhost &lt;span style="font-weight:bold;"&gt;302 0 0 372 588 0&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;2009-09-07 09:43:21 W3SVC632226371 NSL111 127.0.0.1 &lt;span style="font-weight:bold;"&gt;GET /Home.aspx&lt;/span&gt; - 80 - 127.0.0.1 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.648;+.NET+CLR+3.5.21022) ASP.NET_SessionId=j3whkn45bkiowu45zxfmnguz - localhost&lt;span style="font-weight:bold;"&gt; 404 0 0 3694 597 0&lt;/span&gt;&lt;br /&gt;-------&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Which implies to me that it finds Default.aspx successfully (code 302), but not /Home.aspx (404)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Any thoughts?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Simon&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;gt;&amp;lt;~~&amp;gt;&amp;lt;&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;(note: &amp;lt;------- and -------&amp;gt; show the start and end of copied text, for clarity) &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Server Application Unavailable</title><link>http://forums.iis.net/thread/1925527.aspx</link><pubDate>Fri, 20 Nov 2009 04:19:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925527</guid><dc:creator>shikhar_99</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1925527.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1925527</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have a website running on IIS 6.0. There are three virtual directories created in the website. when i access one of those sites it appears fine but when i keep on refreshing it i get the message as&lt;/p&gt;
&lt;h1&gt;&lt;span style="COLOR:#ff3300;FONT-FAMILY:Verdana;"&gt;Server Application Unavailable &lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;span style="FONT-FAMILY:Verdana;"&gt;The web application you are attempting to access on this web server is currently unavailable.&amp;nbsp; Please hit the &amp;quot;Refresh&amp;quot; button in your web browser to retry your request. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Administrator Note: &lt;/b&gt;An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur&lt;/p&gt;
&lt;p&gt;After this error if i refresh the site it again comes fine.So this error keeps appearing after every 2-3 refreshes and the users accessing it are also faing the same problem.When i look in the application event log i get the message that &lt;/p&gt;
&lt;p&gt;&amp;quot; AN unhandled exception has occured&amp;quot; and then it shows the path which belongs to this site.&lt;/p&gt;
&lt;p&gt;Can anybody please tell me what is the cause of this error and whether it is from IIS or from the application end.Any help would be highly appreciated.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks in Advance&lt;/p&gt;</description></item><item><title>Post in WFetch?</title><link>http://forums.iis.net/thread/1924901.aspx</link><pubDate>Mon, 16 Nov 2009 12:44:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924901</guid><dc:creator>naveen.gudala</dc:creator><slash:comments>5</slash:comments><comments>http://forums.iis.net/thread/1924901.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1924901</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I am trying to send an XML message to a webserver using WFetch with POST option but it fails with the error &amp;quot; 0x3 (The system cannot find the path specified.): Could not open the file &amp;quot;.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I could see that contents in the file are copied in the logout and in the end it says&amp;nbsp; &amp;quot; 0x3 (The system cannot find the path specified.): Could not open the file &amp;quot;.&lt;/p&gt;&lt;p&gt;&amp;nbsp;In the Advanced request I have selected Add Header and body from file and given the path as c:\WFTest.xml.&lt;/p&gt;&lt;img src="http://forums.iis.net/c:%5CWFTest.bmp" align="top" alt="" /&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>iisadmin fails to start with error code 2148073483 (0x8009000B)</title><link>http://forums.iis.net/thread/1925429.aspx</link><pubDate>Thu, 19 Nov 2009 17:33:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925429</guid><dc:creator>sunnydadwal</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1925429.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1925429</wfw:commentRss><description>Hi

can anyone help me regarding this. I am getting the following errors

c:\winnt\profiles\apels&amp;gt;net start iisadmin
The IIS Admin Service service is starting.
The IIS Admin Service service could not be started.

A service specific error occurred: 2148073483.



Object of Reference: LOGFILE/SYSTEM-GENERAL
Problem Data:  Tue Nov 17 16:54:01 2009 23055 AP0706080488A 7024 144 Service Control Manager EVENTLOG_ERROR_TYPE IIS Admin Service 2148073483 (0x8009000B)
Problem Text: PROBLEM      

Please suggest

Sunny</description></item><item><title>How to make the IIS to accept colon (:) in the URL.</title><link>http://forums.iis.net/thread/1925198.aspx</link><pubDate>Wed, 18 Nov 2009 07:21:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925198</guid><dc:creator>srihari.kilari</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1925198.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1925198</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I am developing the WCF rest service, as part of our requirement, the client of my service will pass the url &lt;a href="http://localhost/WcfIISService/MService.svc/persondetails/pox/name/kilari/openhouse/20090810%2003:00pm"&gt;http://localhost/WcfIISService/MService.svc/persondetails/pox/name/kilari/openhouse/20090810 03:00pm &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The above url has the time stamp which contains the colon. I deployed my service in IIS. IIS is throwing the error. 400 bad request. I went through several forums how to make the IIS to accept colon in the url and forward the request. I have not found any solution.&lt;/p&gt;
&lt;p&gt;Could anybody tell me the solution?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Kilari&lt;/p&gt;</description></item><item><title>Can't access TSWeb from internet</title><link>http://forums.iis.net/thread/1562480.aspx</link><pubDate>Sat, 03 Feb 2007 18:46:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1562480</guid><dc:creator>Stenka</dc:creator><slash:comments>32</slash:comments><comments>http://forums.iis.net/thread/1562480.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1562480</wfw:commentRss><description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I have a problem I'm been trying to figure out for a couple of days now. And its really staring to bug me.&lt;/P&gt;
&lt;P&gt;I want to access my desktop with the Remote desktop web service, but it will only work on my lan and not from internet. I've tried almost everything, forwarding ports just wont work.&lt;/P&gt;
&lt;P&gt;I always get "Page cannot be displyed". No matter if the RDP port is closed I should still see the login page "default.htm" but I cant. I've tried changing my standard website ports to different ports and opened the same ports in the router but nothing.&lt;/P&gt;
&lt;P&gt;For all I know it shouldnt matter if I remove the default.htm from the TSWeb folder and replace it with a new default.htm page that just says hello or whatever, I still can only access it from inside my lan.&lt;/P&gt;
&lt;P&gt;All other applications work with portforwarding, including using the normal RDP Client.&lt;/P&gt;
&lt;P&gt;I dont know what to try next, I havent tried to remove my firewall/router but will try that too soon.&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Any idea what it could be? I used to be able to acces my desktop this way with my old computer using the same router etc. I have a feeling its just some little anoying setting buried deep in the registry or some place where I cant find it.&lt;/P&gt;
&lt;P&gt;All help is appreciated /Martin&lt;/P&gt;</description></item><item><title>Error Code: 403 Forbidden. The server denied the specified Uniform Resource Locator (URL). Contact the server administrator. (12202)</title><link>http://forums.iis.net/thread/1908608.aspx</link><pubDate>Mon, 29 Jun 2009 16:23:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908608</guid><dc:creator>polynaux</dc:creator><slash:comments>8</slash:comments><comments>http://forums.iis.net/thread/1908608.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1908608</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi Guys,&lt;br /&gt;&lt;br /&gt;I am using IIS 6 ans Small Business Server.&lt;br /&gt;&lt;br /&gt;I have a default web site and a default applocation pool.&lt;br /&gt;The default web site has two applications. Both are accessible internally via host name&lt;br /&gt;but externally via http only tsh is accessible.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://metalray.redio.de/dokumente/iis.jpg" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I tried to have the same settings for updateservices but whenever I try &lt;br /&gt;via www. I get:&lt;br /&gt;&lt;br /&gt;The page cannot be displayed&lt;br /&gt;Explanation: There is a problem with the page you are trying to reach and it cannot be displayed.&lt;br /&gt;&lt;br /&gt;Try the following:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Refresh page: Search for the page again by clicking the Refresh button. The timeout may have occurred due to Internet congestion.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Check spelling: Check that you typed the Web page address correctly. The address may have been mistyped.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Access from a link: If there is a link to the page you are looking for, try accessing the page from that link.&lt;br /&gt;&lt;br /&gt;Technical Information (for support personnel)&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Error Code: 403 Forbidden. The server denied the specified Uniform Resource Locator (URL). Contact the server administrator. (12202)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I googled for 3 hours now and I just cant find a solution. I doubt its something big&lt;br /&gt;since everything the previous admin did works for tsh.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>w3wp.exe (ASP .Net) eating memory</title><link>http://forums.iis.net/thread/1925106.aspx</link><pubDate>Tue, 17 Nov 2009 19:03:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925106</guid><dc:creator>reiguz</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1925106.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1925106</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello, i&amp;#39;m on a VPS with Windows 2003 x64 (IIS 6.0 so) and i have a serious problem with w3wp.exe. It starts from 60 Mb and then grows until the whole avaiable RAM is used.&lt;br /&gt;&lt;br /&gt;http://img32.imageshack.us/img32/4120/w3wpgraph.png&lt;br /&gt;&lt;br /&gt;Here&amp;#39;s an example image showing w3wp.exe private bytes and Gen 0 Heap size. They seems related, but if I use &amp;quot;.NET CLR Memory/# Bytes in all Heaps &amp;quot; it is much lower than private bytes. Can we still say that is an ASP .Net problem?&lt;br /&gt;&lt;br /&gt;Moreover analyzing a crash dump the heap size i obtain is smaller, 200 Mb while the crash dump was 700 mb and private bytes about 600 mb.&lt;br /&gt;&lt;br /&gt;http://pastebin.com/m6c448c9d&lt;br /&gt;&lt;br /&gt;Here is also a !dumpheap -stat:&lt;br /&gt;&lt;br /&gt;http://pastebin.com/m7fd72aa&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve done a &amp;quot;!dumpheap -mt 000006427881aaf8&amp;quot; (the System.String entry) and I&amp;#39;ve found that the bigger strings are aspx pages. I&amp;#39;ve a lot of them on my website (thousands). Maybe w3wp.exe is caching them? How can i disable this feature?&lt;br /&gt;!gcroot on one of this strings gives the following output:&lt;br /&gt;&lt;br /&gt;http://pastebin.com/m15545adc&lt;br /&gt;&lt;br /&gt;Does this mean it&amp;#39;s orphaned but not collected by the GC?&lt;br /&gt;&lt;br /&gt;Here&amp;#39;s a &amp;quot;!dumpheap -stat -type Cach&amp;quot;:&lt;br /&gt;&lt;br /&gt;http://pastebin.com/m2955d688&lt;br /&gt;&lt;br /&gt;And a !do and a !gcroot of a CacheEntry:&lt;br /&gt;&lt;br /&gt;http://pastebin.com/f38df0a24&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you need it, I can also give you the link to the whole dump. I&amp;#39;ve been working on it for a week without results!&lt;br /&gt;&lt;br /&gt;Thanks in advance,&lt;br /&gt;Carl&lt;/p&gt;</description></item><item><title>Issue with IIS 5</title><link>http://forums.iis.net/thread/1925027.aspx</link><pubDate>Tue, 17 Nov 2009 09:28:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925027</guid><dc:creator>LiteIce</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1925027.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1925027</wfw:commentRss><description>&lt;p&gt;Hi guys, I seem to be having a problem with IIS 5 that’s got me stumped. I’ve developed an ASP.NET 3.5 application for a client that is being used on his local intranet. Every now and then, the users complain that when they browse to the application in IE they get a “The Page Cannot Be Displayed” message. Any ideas?&lt;/p&gt;</description></item><item><title>Problem running ISAPI dll from UNC path</title><link>http://forums.iis.net/thread/1924085.aspx</link><pubDate>Tue, 10 Nov 2009 16:45:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924085</guid><dc:creator>stko</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1924085.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1924085</wfw:commentRss><description>&lt;p&gt;Hi all&lt;/p&gt;
&lt;p&gt;I got a problem running the Search engine of a&amp;nbsp;Web applicaton. &lt;/p&gt;
&lt;p&gt;The scenario looks like this: &lt;/p&gt;
&lt;p&gt;IIS 6 on Server 2003 R2 SP2&lt;/p&gt;
&lt;p&gt;The files to publish are located on a network share. In that folder lies a search.dll as an ISAPI extensions&lt;/p&gt;
&lt;p&gt;&amp;nbsp;added the content as a new virtual directory, entered the user credentials for the share (modify permissions). &lt;/p&gt;
&lt;p&gt;- Execute permission set to Scripts ans Executables&lt;/p&gt;
&lt;p&gt;-Added the search.dll to the allowed Web Service Extensions&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The static content of the site runs just fine, bt when I try to run the search in the browser, nothing happens. No results, no errors, no system events. &lt;/p&gt;
&lt;p&gt;When i move the content to the harddisk and add this directory as virtual folder, everything works as expectet.&lt;/p&gt;
&lt;p&gt;What am I missing?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks&lt;/p&gt;</description></item><item><title>service did not respond to the start or control when stopping or starting websites</title><link>http://forums.iis.net/thread/1924262.aspx</link><pubDate>Wed, 11 Nov 2009 14:46:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924262</guid><dc:creator>sherware</dc:creator><slash:comments>8</slash:comments><comments>http://forums.iis.net/thread/1924262.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1924262</wfw:commentRss><description>&lt;p&gt;Running IIS6 on Win2003 Server.&lt;/p&gt;&lt;p&gt;Often I get the error message &amp;quot; service did not respond to the start or control in a timely fashion&amp;quot; when trying to start or stop websites.&amp;nbsp; When stopping a website I get that message and then about 30 minutes later the website stops.&amp;nbsp; When starting the website I get that message and the website never starts.&lt;/p&gt;&lt;p&gt;I&amp;#39;ve looked at the event logs and nothing is being logged in any of the logs for this. Is there somewhere else IIS errors are logged?&lt;/p&gt;&lt;p&gt;If I restart the server then the websites start back up ok. I just can&amp;#39;t do this often as there are many websites on this server.&lt;/p&gt;&lt;p&gt;Any help would be appreciated.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;-Phil &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>404 error from a virtual share</title><link>http://forums.iis.net/thread/1923983.aspx</link><pubDate>Mon, 09 Nov 2009 21:47:07 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923983</guid><dc:creator>MANGLER</dc:creator><slash:comments>6</slash:comments><comments>http://forums.iis.net/thread/1923983.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1923983</wfw:commentRss><description>&lt;p&gt;I have searched for days now and I can&amp;#39;t seem to find what the issue is.&amp;nbsp; I have two machines both with XP pro (IIS 5.1).&amp;nbsp; One is the web server and the other is a reporting machine.&amp;nbsp; I shared out on the reporting machine a folder called PDF and created identical accounts on both machines.&amp;nbsp; Just to be sure for now I have given that account full access on both the share and NTFS.&amp;nbsp;&amp;nbsp;In IIS I have made the Anonymous user the same account that is on both machines as well.&amp;nbsp; When in&amp;nbsp; IIS I can click on the virtual directory and see the files.&amp;nbsp; Even from&amp;nbsp;local host I can see the directory in the browser.&amp;nbsp; When I try to access the site from another machine I can see all the local content but when I click on the link to the virtual/share directory (has directory browsing turned on)&amp;nbsp; I get the 404 error.&amp;nbsp; The only thing I can think of is that it&amp;#39;s using the wrong credentials some how.&lt;/p&gt;
&lt;p&gt;Any help would be greatly appreciated!&amp;nbsp;Can&amp;#39;t believe I&amp;#39;ve wasted this much time on this!!!!!!&lt;/p&gt;</description></item><item><title>Streaming MOV types</title><link>http://forums.iis.net/thread/1923982.aspx</link><pubDate>Mon, 09 Nov 2009 21:25:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923982</guid><dc:creator>mrt3385</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1923982.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1923982</wfw:commentRss><description>&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Newbie IIS user here. I have some mov files that I need to host and provide users with a direct link. I am running W2003, IIS6&lt;/p&gt;
&lt;p&gt;Under the site properties on the HTTP Headers tab, I added the MIME type .mov for the extension and video/quicktime for the MIME type.&lt;/p&gt;
&lt;p&gt;When I try to hit it in the browswer, it just says connecting and doesnt go anywhere. Is there anything else I need to add to make this streamable?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Trent &lt;/p&gt;</description></item><item><title>adding a new website jumps a require authentication on server 2003</title><link>http://forums.iis.net/thread/1924051.aspx</link><pubDate>Tue, 10 Nov 2009 12:18:57 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924051</guid><dc:creator>jonyroufe</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1924051.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1924051</wfw:commentRss><description>Hello all!
I have windows server 2003 SP2 with iis (don&amp;#39;t exactly know wich version..) and at the moment i have one site working fine, but when i tried to add another using the same IPaddress with Host Headers, the new site requires authentication even when i&amp;#39;m logged as administrator.
I gave all the possible permissions and still the same! error 403.
can anyone help me??? I&amp;#39;m lost!
thank&amp;#39;s</description></item><item><title>Problem downloading Office 2007 format documents from IIS 6.0</title><link>http://forums.iis.net/thread/1924080.aspx</link><pubDate>Tue, 10 Nov 2009 16:26:35 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924080</guid><dc:creator>NCU-Admin</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1924080.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1924080</wfw:commentRss><description>&lt;p&gt;We just recently came across a frustrating error. We are using IIS6.0 in our production farm, Beta and Dev. All server have the same issue. When a user uploads an Office 7 document (docx or xlsx) there is no issue. When they try to download the document from IIS it returns an error &amp;quot;Excel found unreadable content in &amp;#39;document.xlsx&amp;#39;. Do you want to recover the contents of thie workbook.&amp;quot;. If you click yes you&amp;#39;ll get another error and if you click yes on that one it will eventually open the document. This happens with all documents that have been uploaded as BLOBS to the SQL 2005 DB through IIS 6.0. If there is an Office 2007 document just on the IIS 6.0 server that is downloadable, this present no issue what so ever. It seems to be only docs that are stored as BLOBS in the SQL DB. There are a few articles that mention Mime types that need to be added to IIS 6.0 to support Office 2007 content, but this does not seem to help.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m at a complete lose. Does anyone know of this problem and have any possible solutions? My next step is to open an MS case.&lt;/p&gt;</description></item><item><title>virtual directory name and URL path conflict causes malformed hyperlinks in aspx pages</title><link>http://forums.iis.net/thread/1923847.aspx</link><pubDate>Mon, 09 Nov 2009 03:53:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923847</guid><dc:creator>Max Ainscough</dc:creator><slash:comments>6</slash:comments><comments>http://forums.iis.net/thread/1923847.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1923847</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I (through supporting a client) have discovered an issue where hyperlinks / script urls are malformed when any string occurs as both part of the base URL as well as a virtual directory name e.g. &amp;quot;http://trythis.microsoft.com/trythis/myapp.aspx&amp;quot;&amp;nbsp; Has anyone else come across this issue, and is there a known resolution?&lt;/p&gt;&lt;p&gt;To replicate the errors, I did the following:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Created a new virtual directory to our (working) web app named &amp;#39;trythis&amp;#39;&lt;/li&gt;&lt;li&gt;Created a new host header name &amp;#39;trythis.microsoft.com&amp;#39; against the website using the same defaults as localhost&lt;/li&gt;&lt;li&gt;modified my hosts file to add reference to &amp;#39;trythis.microsoft.com&amp;#39; IP 127.0.0.1&lt;/li&gt;&lt;li&gt;restarted IIS&lt;/li&gt;&lt;li&gt;pinged &amp;#39;trythis.microsoft.com&amp;#39; successfully&lt;/li&gt;&lt;li&gt;navigated to &amp;#39;http://localhost/&amp;lt;application&amp;gt;.aspx&amp;#39; successfully with all elements working correctly.&lt;/li&gt;&lt;li&gt;replaced &amp;#39;localhost&amp;#39; with &amp;#39;trythis.microsoft.com&amp;#39; - with the page appearing but no images,links,scripts etc. being formed correctly.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;I have been able to replicate this on both 5.1 (xp) and 6.0 (Svr 2003)&lt;/p&gt;&lt;p&gt;Any help on this would be greatly appreciated.&lt;/p&gt;&lt;p&gt;Max &lt;br /&gt;&lt;/p&gt;</description></item><item><title>IIS works correctly for internet and localhost but serves malformed pages from lan</title><link>http://forums.iis.net/thread/1923097.aspx</link><pubDate>Mon, 02 Nov 2009 16:48:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923097</guid><dc:creator>mv21262</dc:creator><slash:comments>4</slash:comments><comments>http://forums.iis.net/thread/1923097.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1923097</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I have an IIS 6 server that is showing malformed pages to any of my PC&amp;#39;s on the local lan. From the internet and from the localhost they work correctly. I am at a loss even where to begin with&amp;nbsp; this ,by malformed I mean the pages are showing jumbled formating and odd ascii characters and none of&amp;nbsp; the java scripts will work. The server is behind a linksys gateway and the OS is server 2003 / Windows Home server.For good measure I have reset the gateway to factory defaults and then reconfigured the DHCP and port forwarding and verified that the web server is available from the internet&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks for any help.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>IIS6: IIS output duplicated response headers for perl CGI</title><link>http://forums.iis.net/thread/1923792.aspx</link><pubDate>Sat, 07 Nov 2009 21:44:35 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923792</guid><dc:creator>mmpower</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1923792.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1923792</wfw:commentRss><description>&lt;p&gt;Our perl CGI scripts output response headers repeately which were inserted into the output html contents. a sample code:&lt;/p&gt;&lt;p&gt;&lt;i&gt;use strict;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;use CGI;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;$|=1; &lt;br /&gt;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;my $q = new CGI();&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;print $q-&amp;gt;header(&amp;quot;text/html&amp;quot;), $q-&amp;gt;start_html(&amp;quot;test&amp;quot;);&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;print &amp;quot;aa&amp;quot;;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;print $q-&amp;gt;end_html ;&lt;/i&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;outputs the following on browser:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;i&gt;&lt;span id=":67"&gt;HTTP/1.1 200 OK Connection: close Date: Sat, 07 Nov 2009 21:34:27 GMT &amp;nbsp;Content-Type: text/html; charset=ISO-8859-1 Server: Microsoft-IIS/6.0 aaHTTP/1.1 &amp;nbsp;200 OK Connection: close Date: Sat, 07 Nov 2009 21:34:27 GMT Content-Type: &amp;nbsp;text/html; charset=ISO-8859-1 Server: Microsoft-IIS/6.0&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;if I remove the line &amp;quot;$|=1&amp;quot;, then it outputs:&lt;/p&gt;&lt;p&gt;&lt;i&gt;aa&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I run the script above from command line, it also outputs:&lt;/p&gt;&lt;p&gt;&lt;i&gt;aa&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;seems everytime the script output something, IIS always automatically append the same response header to the output. So if I change the above script to:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;i&gt;use strict;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;use CGI;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;$|=1; &lt;br /&gt;
&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;my $q = new CGI();&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;print $q-&amp;gt;header(&amp;quot;text/html&amp;quot;), $q-&amp;gt;start_html(&amp;quot;test&amp;quot;);&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;print &amp;quot;&amp;lt;br&amp;gt;aa&amp;quot;;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;print &amp;quot;&amp;lt;br&amp;gt;bb&amp;lt;br/&amp;gt;&amp;quot;;&lt;/i&gt;&lt;/b&gt; &lt;br /&gt;&lt;/p&gt;&lt;i&gt;print $q-&amp;gt;end_html ;&lt;/i&gt;&lt;p&gt;&amp;nbsp;it now outputs the following on browser:&lt;/p&gt;&lt;p&gt;&lt;i&gt;&amp;nbsp;&lt;span id=":r6"&gt;HTTP/1.1 200 OK Connection: close Date: Sat, 07 Nov 2009 21:41:32 GMT &amp;nbsp;Content-Type: text/html; charset=ISO-8859-1 Server: Microsoft-IIS/6.0 &amp;nbsp;&lt;br /&gt;aa&lt;br /&gt;bb&lt;br /&gt;HTTP/1.1 200 OK Connection: close Date: Sat, 07 Nov 2009 &amp;nbsp;21:41:32 GMT Content-Type: text/html; charset=ISO-8859-1 Server: &amp;nbsp;Microsoft-IIS/6.0 &lt;/span&gt;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;did anybody experience the same issue? how do I fix this?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the server is windows 2003 std with service pack 1, running IIS 6.0. same script runs ok on other server that has the same version of software running. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;--mmpower &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>IIS (5.1) Has Suddenly Stopped Working</title><link>http://forums.iis.net/thread/1904542.aspx</link><pubDate>Fri, 22 May 2009 12:16:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1904542</guid><dc:creator>ccrookston</dc:creator><slash:comments>15</slash:comments><comments>http://forums.iis.net/thread/1904542.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1904542</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have been using my XP box now for a long time to develop sites in
.NET, and without warning IIS has stopped working. Here&amp;#39;s what I know:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://localhost/" rel="nofollow" target="_blank"&gt;http://localhost/&lt;/a&gt;[directoryname] returns the following:&lt;br /&gt;
&lt;/p&gt;&lt;blockquote&gt;Failed to Connect   &lt;br /&gt;
Firefox can&amp;#39;t establish a connection to the server at localhost.&lt;/blockquote&gt;&lt;p&gt;I am able to ping localhost, and it returns 127.0.0.1&lt;br /&gt;
&lt;br /&gt;
IIS default web site is running&lt;br /&gt;
&lt;br /&gt;
The service &amp;quot;World Wide Web Publishing&amp;quot; is running&lt;br /&gt;
&lt;br /&gt;
When I make a request, the IIS log looks like this:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;blockquote&gt;#Software: Microsoft Internet Information Services 5.1&lt;br /&gt;#Version: 1.0&lt;br /&gt;#Date: 2009-05-22 12:03:43&lt;br /&gt;#Fields: time c-ip cs-method cs-uri-stem sc-status &lt;br /&gt;12:03:42 192.168.1.101 GET /memoria/ 302&lt;br /&gt;&lt;/blockquote&gt;&lt;p&gt;I&amp;#39;ve looked up 302 and it does not make much sense, it&amp;#39;s something about a redirect?&lt;/p&gt;&lt;p&gt;I have (of course) done an IISRESET, and I&amp;#39;ve uninstalled and re-installed IIS.&amp;nbsp; No luck. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I have not installed any new software, played with any firewall
settings, updated the OS, changed any anti-virus software, or anything
else that I can think of. Nothing has changed. Yesterday IIS worked
fine, today... nothing.&lt;br /&gt;
&lt;br /&gt;
If anyone can help, that would be be wonderful!!&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Casey&lt;/p&gt;</description></item><item><title>wwwroot not recognized</title><link>http://forums.iis.net/thread/1858263.aspx</link><pubDate>Wed, 24 Oct 2007 09:44:58 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1858263</guid><dc:creator>LermitePasNet</dc:creator><slash:comments>9</slash:comments><comments>http://forums.iis.net/thread/1858263.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1858263</wfw:commentRss><description>&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;It seems thet&amp;nbsp;everything is well configured on my IIS server&amp;nbsp;but when I just type localhost I haven&amp;#39;t got the default iisstart.htm. I have directly &amp;quot;impossible to display the page&amp;quot;.&amp;nbsp;I checked the local adress is well the &amp;quot;c:\Inetpub\wwwroot&amp;quot;&lt;br /&gt;I got another site in the same folder in Inetpub accessible with another port ( port 1080 ) that works well.&lt;br /&gt;I wondering why I cannot access the default iisstart by localhost. All services of IIS is running.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Thank you for your help&lt;/p&gt;</description></item><item><title>Faulting application w3wp.exe / unable to get a dump with ADPlus</title><link>http://forums.iis.net/thread/1922687.aspx</link><pubDate>Thu, 29 Oct 2009 18:50:13 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922687</guid><dc:creator>slikchucky</dc:creator><slash:comments>5</slash:comments><comments>http://forums.iis.net/thread/1922687.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1922687</wfw:commentRss><description>&lt;p&gt;I am trying to diagnose a problem with app pools crashing in an ASP.NET application. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My environment:&lt;/p&gt;
&lt;p&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Windows Server 2003 Enterprise x64 Edition, Service Pack 2&lt;/p&gt;
&lt;p&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .NET 3.5&lt;/p&gt;
&lt;p&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Windows Debugging Tools (64-bit)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In terms of symptoms, I am seeing entries in the Windows Application Event Log such as:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Faulting application w3wp.exe, version 6.0.3790.3959, stamp 45d691cc, faulting module kernel32.dll, version 5.2.3790.4062, stamp 462643a7, debug? 0, fault address 0x0000000000027d8d.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;These are accompanied by entries in the httperr log such as:&lt;/p&gt;
&lt;p&gt;80 HTTP/1.1 GET /Default.aspx - 1775306986 Connection_Abandoned_By_AppPool [poolname]&lt;/p&gt;
&lt;p&gt;Additional information about the crashes:&lt;/p&gt;
&lt;p&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; They do not seem to happen at any particular time of day. Sometimes there are no crashes for a few days, other times there is some activity every 12 hours or so, other times there are multiple crashes every 30 minutes or so over a period of several hours.&lt;/p&gt;
&lt;p&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As the crashes also happen during the “off hours” for the application, load is not necessarily an issue. The web servers are also generally under a relatively low utilization levels.&lt;/p&gt;
&lt;p&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Occasionally there will be one or two crashes a few minutes apart, but more often than not there are there 3+ crashes in quick succession. With the default app pool rapid-fail protection configuration in place, the app pool is disabled when more than 5 crashes occur within a 5 minute span of time.&lt;/p&gt;
&lt;p&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There are a number of servers in a hardware load-balanced setup. Not always, but usually multiple servers are affected at about the same time.&lt;/p&gt;
&lt;p&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Httperr log entires show the “Connection_Abandoned_By_AppPool” messages for various requests – .asmx, .aspx and .svc (WCF).&lt;/p&gt;
&lt;p&gt;I have attempted to capture a dump file using ADPlus, without any success. I attached the debugger using the following command:&lt;/p&gt;
&lt;p&gt;Adplus.vbs – c c:\ad.config –pn w3wp.exe&lt;/p&gt;
&lt;p&gt;The config file passed in is as follows:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;ADPlus&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Settings&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;RunMode&amp;gt;crash&amp;lt;/RunMode&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Settings&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;Exceptions&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;Config&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Code&amp;gt; AllExceptions&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Code&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Actions1&amp;gt;&amp;nbsp;&amp;nbsp; Void&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Actions1&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Actions2&amp;gt;MiniDump;Log;Time;&amp;lt;/Actions2&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/Config&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/Exceptions&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/ADPlus&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The debugger starts up successfully and I see the following in the log:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;0:052&amp;gt; *&lt;/p&gt;
&lt;p&gt;0:052&amp;gt; * ADPlus is monitoring: W3WP.EXE_[app pool name]&lt;/p&gt;
&lt;p&gt;0:052&amp;gt; * for&amp;nbsp; 1st chance and 2nd chance exceptions as configured above.&lt;/p&gt;
&lt;p&gt;0:052&amp;gt; * To change ADPlus configuration please refer to ADPlus.Doc. This file can be found&lt;/p&gt;
&lt;p&gt;0:052&amp;gt; * in the same folder as ADPlus.vbs&lt;/p&gt;
&lt;p&gt;0:052&amp;gt; *&lt;/p&gt;
&lt;p&gt;0:052&amp;gt; g&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;However, when the app pool crashes, there is no dump created and no entries in the log, other than something like:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Executing custom commands&lt;/p&gt;
&lt;p&gt;&amp;nbsp;User Mode Time&lt;/p&gt;
&lt;p&gt;&amp;nbsp; Thread&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time&lt;/p&gt;
&lt;p&gt;&amp;nbsp; 30:a98&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 days 0:00:00.171&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I believe the adplus configuration is correct. I have verified this by attaching it to a sample console application set up to simulate a crash due to a null pointer exception and attaching it to w3wp.exe and simulating a crash due to a null pointer exception in a timer. However, when that happens, the event log entries automatically generated already contain a stack dump and all the necessary information for me to debug the issue. These crashes unfortunately do not provide any information other than what is mentioned above.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So at this point my question is twofold:&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Why am I unable to obtain a crash dump of w3wp.exe using adplus?&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What else can I try to diagnose w3wp.exe faulting?&lt;/p&gt;
&lt;p&gt;Any assistance would be much appreciated.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>SBS 2003 IIS OMA nightmare</title><link>http://forums.iis.net/thread/1923527.aspx</link><pubDate>Thu, 05 Nov 2009 16:04:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923527</guid><dc:creator>MIS5000</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1923527.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1923527</wfw:commentRss><description>&lt;p&gt;Hello there&lt;/p&gt;
&lt;p&gt;I am at my end on this one and hoping someone can help.&lt;/p&gt;
&lt;p&gt;My client downloaded updates for SBS 2003 R2 after which their mobile devices ceased to synchronise. &lt;font size="3"&gt;&lt;font face="Calibri"&gt;I found only one error on the machine: &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 10pt;" class="MsoNormal"&gt;&lt;font size="3" face="Calibri"&gt;&lt;strong&gt;Event ID 3005&lt;br /&gt;Source ActivSync&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 10pt;" class="MsoNormal"&gt;&lt;font size="3" face="Calibri"&gt;&lt;strong&gt;Unexpected Exchange mailbox Server error: Server: [server.domain.com] User: [users@hoha.com] HTTP status code: [400]. Verify that the Exchange mailbox Server is working correctly. &lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;No other errors. I tried everything found through out forums from re-creating Virtual directories, security settings, etc and finally gave in and reinstalled IIS 6 and Exchange. All &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;good there except that after running the &lt;span style="mso-ansi-language:EN-US;"&gt;CEICW I could not access OWA or OMA from the internet.&lt;/span&gt;&lt;/font&gt;&lt;/font&gt; 
&lt;p style="MARGIN:0cm 0cm 10pt;" class="MsoNormal"&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;I received the following on the browser page:&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;strong&gt;HTTP Error 403.6 - Forbidden: IP address of the client has been rejected.&lt;br /&gt;Internet Information Services (IIS)&lt;span style="mso-ansi-language:EN-US;"&gt; &lt;span&gt;the following:...&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3" face="Calibri"&gt;&lt;/font&gt;&lt;/span&gt; 
&lt;p style="MARGIN:0cm 0cm 10pt;" class="MsoNormal"&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3" face="Calibri"&gt;Clearing domain and IP restrictions on the relevant virtual directories I could then access OWA &lt;i style="mso-bidi-font-style:normal;"&gt;and &lt;/i&gt;OMA from the web. But when I went to sync a mobile phone, the first error (id 3005) above re-appeared again. One observation: running CEICW produced a red cross on the firewall configuration - there is only one NIC on the machine&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 10pt;" class="MsoNormal"&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3" face="Calibri"&gt;I neeed an IIS Guru on this one&amp;nbsp;- please help. Many Thanks&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>iis and xp pro </title><link>http://forums.iis.net/thread/1923502.aspx</link><pubDate>Thu, 05 Nov 2009 14:19:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923502</guid><dc:creator>multirep</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1923502.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1923502</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i have win xp pro and want to run mysql 5.0 .&amp;nbsp;xp asked for sp3 i386 cd, my system is oem and no disks sp3 is loaded&amp;nbsp; how do i find i386 directory and get into xp install files&lt;/p&gt;
&lt;p&gt;HELP&amp;nbsp;&amp;nbsp;&amp;nbsp; NEW TO XP &lt;/p&gt;
&lt;p&gt;used 2000 pro&amp;nbsp; 8 years&amp;nbsp;&lt;/p&gt;</description></item><item><title>400 Bad Request Errors not in HTTPERR Log</title><link>http://forums.iis.net/thread/1923105.aspx</link><pubDate>Mon, 02 Nov 2009 17:54:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923105</guid><dc:creator>pmoo</dc:creator><slash:comments>12</slash:comments><comments>http://forums.iis.net/thread/1923105.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1923105</wfw:commentRss><description>&lt;p&gt;I have a web service running under IIS 6 on a Windows 2003 SP2 machine.&amp;nbsp; Approximately 37% of the calls to this service (33K of 88K) result in a 400 error according to the IIS logs. There are no corresponding 400 errors in the httperr log however.&amp;nbsp; We&amp;#39;ve also noticed that these errors originate with clients showing the same protocol and user agent combination in the IIS log:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;table class="" style="WIDTH:643pt;BORDER-COLLAPSE:collapse;" cellspacing="0" cellpadding="0"&gt;




&lt;tr style="HEIGHT:12.75pt;"&gt;
&lt;td class="xl63" style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext 0.5pt solid;BORDER-LEFT:windowtext 0.5pt solid;WIDTH:73pt;BORDER-BOTTOM:windowtext 0.5pt solid;HEIGHT:12.75pt;BACKGROUND-COLOR:transparent;" class="xl63"&gt;HTTP/1.1&lt;/td&gt;
&lt;td class="xl64" style="BORDER-RIGHT:windowtext 0.5pt solid;BORDER-TOP:windowtext 0.5pt solid;BORDER-LEFT:windowtext;WIDTH:570pt;BORDER-BOTTOM:windowtext 0.5pt solid;BACKGROUND-COLOR:transparent;" class="xl64"&gt;&lt;font color="#ff0000"&gt;MOZILLA/4.0+(COMPATIBLE;+MSIE+6.0;+MS+WEB+SERVICES+CLIENT+PROTOCOL+1.1.4322.2407)&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Interestingly, the same web service interface running on a W2K SP4 machine and IIS5 experiences 500 errors at a 70% rate from exactly the same protocol / user agent combination and the try/catch block at the top of the application does not report any uncaught exceptions.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In both cases, a small percentage of the calls using the same protocol / user agent combination do succeed.&lt;/p&gt;</description></item><item><title>error code -2145318902</title><link>http://forums.iis.net/thread/1923449.aspx</link><pubDate>Thu, 05 Nov 2009 04:16:54 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923449</guid><dc:creator>sagara</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1923449.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1039&amp;PostID=1923449</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;When I tried&amp;nbsp;&lt;span class="IL_AD" id="IL_AD1"&gt;&lt;font color="#0000ff"&gt;to start&lt;/font&gt;&lt;/span&gt;&amp;nbsp;IIS from the Services list, I get follwing error. I have no clue about this error.&lt;br /&gt;Error:&lt;/p&gt;
&lt;p&gt;Windows could not start the IIS Admin Service on Local Computer. For more information, review the System Event Log. If this is a nin-microsoft service, contact the service vendor, and refer to service-specific error code -2145318902.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please advise&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;sagara&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>