<?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>Search results matching tag 'Error Pages'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=Error+Pages&amp;orTags=0</link><description>Search results matching tag 'Error Pages'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Localized error pages</title><link>http://forums.iis.net/p/1161489/1919557.aspx#1919557</link><pubDate>Mon, 05 Oct 2009 18:54:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1919557</guid><dc:creator>pajocomo</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;Is there a download for localized error pages?&lt;/p&gt;
&lt;p&gt;IIS 7 is configured to use error pages in the location &lt;strong&gt;%SystemDrive%\inetpub\custerr\&amp;lt;LANGUAGE-TAG&amp;gt;\401.htm&lt;/strong&gt; for the 401 HTTP error, but I only have the &lt;strong&gt;en-us&lt;/strong&gt; instalation and I would like to have the &lt;strong&gt;pt-pt&lt;/strong&gt; error pages.&lt;/p&gt;</description></item><item><title>IIS7 don't access a .dll</title><link>http://forums.iis.net/p/1155391/1893910.aspx#1893910</link><pubDate>Wed, 18 Feb 2009 21:11:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1893910</guid><dc:creator>mathiasruck</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I have IIS7 and Analisys Server on Windows Server&amp;nbsp;2008 working, but I only have access to a dll (msmdpump.dll) on localhost (other filetypes funct properly). if I try to access msmdpump.dll&amp;nbsp;from another host, I get the error: &lt;/p&gt;
&lt;p&gt;&amp;quot;500 - Internal server error.&lt;br /&gt;There is a problem with the resource you are looking for, and it cannot be displayed.&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Anyone had this error?&lt;/p&gt;
&lt;p&gt;Sorry my bad english, Thank&amp;#39;s.&lt;/p&gt;</description></item><item><title>How to: Automating configuration of Error Pages with C#</title><link>http://forums.iis.net/p/1155229/1893214.aspx#1893214</link><pubDate>Thu, 12 Feb 2009 20:45:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1893214</guid><dc:creator>Bressan</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;Hi, I need configure Error Pages in&amp;nbsp;a website programatically in C# on IIS7.&lt;/p&gt;
&lt;p&gt;I want customize the common erros, like 403, 404, 500, etc. with personalizated files, by editing the path of errors on &amp;quot;Error Pages&amp;quot; item of IIS Manager.&lt;/p&gt;
&lt;p&gt;If you can help me, I will be happy! =)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thank&amp;#39;s.&lt;/p&gt;</description></item><item><title>httpErrors not working in Vista</title><link>http://forums.iis.net/p/1154960/1892328.aspx#1892328</link><pubDate>Wed, 04 Feb 2009 19:29:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1892328</guid><dc:creator>Robba</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;I have the http error pages module pointing to custom error pages.&amp;nbsp; Example the 404 error points to &amp;quot;/errors/404.htm&amp;quot;.&lt;/p&gt;&lt;p&gt;I have tried setting this at site level, with &amp;lt;section name=&amp;quot;httpErrors&amp;quot; overrideModeDefault=&amp;quot;Allow&amp;quot; /&amp;gt;&lt;/p&gt;&lt;p&gt;I have tried setting it at the server level and I have tried placing&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;lt;location path=&amp;quot;test&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.webServer&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;httpErrors&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;remove statusCode=&amp;quot;500&amp;quot; subStatusCode=&amp;quot;-1&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;remove statusCode=&amp;quot;404&amp;quot; subStatusCode=&amp;quot;-1&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;remove statusCode=&amp;quot;403&amp;quot; subStatusCode=&amp;quot;-1&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;remove statusCode=&amp;quot;401&amp;quot; subStatusCode=&amp;quot;-1&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;error statusCode=&amp;quot;401&amp;quot; prefixLanguageFilePath=&amp;quot;&amp;quot; path=&amp;quot;/errors/401.aspx&amp;quot; responseMode=&amp;quot;ExecuteURL&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;error statusCode=&amp;quot;403&amp;quot; prefixLanguageFilePath=&amp;quot;&amp;quot; path=&amp;quot;/errors/403.aspx&amp;quot; responseMode=&amp;quot;ExecuteURL&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;error statusCode=&amp;quot;404&amp;quot; prefixLanguageFilePath=&amp;quot;&amp;quot; path=&amp;quot;/errors/404.aspx&amp;quot; responseMode=&amp;quot;ExecuteURL&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;error statusCode=&amp;quot;500&amp;quot; prefixLanguageFilePath=&amp;quot;&amp;quot; path=&amp;quot;/errors/500.aspx&amp;quot; responseMode=&amp;quot;ExecuteURL&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/httpErrors&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/system.webServer&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/location&amp;gt; &lt;/p&gt;&lt;p&gt;in the applicationHost.config file.&lt;/p&gt;&lt;p&gt;None of these causes my workstation to redirect to the 404.htm page.&amp;nbsp; When I enter a bad URL I only get the default, built in 404 page.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ideas as to why this isn&amp;#39;t working in Vista (I can take the same site and run it on Server 2008 and it works)?&amp;nbsp; What can I do to make it work? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>IIS Error Pages</title><link>http://forums.iis.net/p/1154054/1888742.aspx#1888742</link><pubDate>Thu, 01 Jan 2009 12:00:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1888742</guid><dc:creator>TristanIce</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;I went to &amp;quot;Error Pages&amp;quot; section in IIS7, and changed the option for 404 status code, to &amp;quot;Execute a URL on this site&amp;quot;. The problem is that with this option the IIS returns status code 200, which is wrong!!!&lt;/p&gt;&lt;p&gt;&amp;nbsp;If I choose &amp;quot;Insert content from static file into the error response&amp;quot; then it work fine and returns 404 status code.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I make the &amp;quot;Execute a URL on this site&amp;quot; option to work correctly?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Problems with content on UNC share</title><link>http://forums.iis.net/p/1152329/1881810.aspx#1881810</link><pubDate>Sat, 11 Oct 2008 13:26:34 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1881810</guid><dc:creator>FlorisvanHaaster</dc:creator><cs:applicationKey>iis_7_-_troubleshooting-41</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have some problems migrating my old ASP applications to IIS7.&lt;/p&gt;
&lt;p&gt;I configured an application pool that runs under an domain user that has access to the UNC root path of the website. (this user is also used in the live IIS6 environment so permissions are ok...)&lt;br /&gt;The Anonymous authentication is set to use the credentials of the application pool.&lt;/p&gt;
&lt;p&gt;When I restart the world wide web publishing server it all goes well, I can access the website and for example go to the &amp;quot;logging&amp;quot; settings in the IIS7 UI and change settings. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;But when I want to open &amp;quot;logging&amp;quot; after like 1 minute i&amp;#39;m getting the error: &lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.tunerz.nl/temp/error1.gif" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;This error&amp;nbsp;will&amp;nbsp;popup for all the&amp;nbsp;configuration settings for that site.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m also getting errors on other websites:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.tunerz.nl/temp/error2.gif" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;---------------------------&lt;/p&gt;
&lt;p&gt;The strange thing about both problems is that they wil disappear when I restart the World wide web publishing service.... and come back after some time.&lt;/p&gt;
&lt;p&gt;Maybe someone has an idea what could cause this?&lt;/p&gt;
&lt;p&gt;Extra info: The websites do not have web.config files because they are classic asp. But I created them for some sites to test but got the&amp;nbsp;same errors...&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
&lt;p&gt;Floris&lt;/p&gt;</description></item><item><title>Global.asax and Application_Error event + Logging to SQL 2005 database.</title><link>http://forums.iis.net/p/1149658/1870758.aspx#1870758</link><pubDate>Tue, 03 Jun 2008 01:33:17 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870758</guid><dc:creator>Jamie Clayton</dc:creator><cs:applicationKey>iis_7_-_troubleshooting-41</cs:applicationKey><description>&lt;p&gt;G&amp;#39;day,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m just looking at the way IIS7 reports Error Pages.&amp;nbsp; There is an option under &amp;quot;Edit Feature Settings&amp;quot; that has &amp;quot;Detailed errors&amp;quot;, which include most of the critical stuff&amp;nbsp;the IT&amp;nbsp;staff would need to resolve issues.&lt;/p&gt;
&lt;p&gt;What is the easy way to use the global.asax page in a .net 2.0 web solutions &amp;quot;Application_Error&amp;quot; event to forward a &amp;quot;Detailed Error&amp;quot; to the software developement or IT management teams? (I&amp;#39;ll be emailing it).&lt;/p&gt;
&lt;p&gt;This way a user might see one option,&amp;nbsp;which is set via the IIS Manager application, while the IT support team get forwarded the detailed problem.&amp;nbsp; Is this the correct way to manage an ASPX application?&lt;/p&gt;
&lt;p&gt;Secondly is it possible to use the IIS7 Logging feature to send all errors to a &amp;quot;Custom&amp;quot; SQL 2005 database?&amp;nbsp; Does Microsoft supply an example .net solution to fast track this option.&lt;/p&gt;</description></item></channel></rss>