<?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>IIS7 - Known Issues and Workarounds</title><link>http://forums.iis.net/1067.aspx</link><description>Known issues and workarounds found with IIS7 in the Vista Beta 2 release.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Problems while setting a new web site application under IIS 7</title><link>http://forums.iis.net/thread/1908893.aspx</link><pubDate>Wed, 01 Jul 2009 17:03:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908893</guid><dc:creator>jbailey@baileysc.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1908893.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1067&amp;PostID=1908893</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m sure you figured this out, but this is the first time I ran into this problem and I didn&amp;#39;t find the answer posted anywhere so I thought I would post it here.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;For some reason when creating a new site (or even on the default site) there is an authorization rule set on the site root automatically that denies anonymous access.&amp;nbsp; Since all web applications have to access the web.config on the root, this effectively makes anonymous access impossible on the underlying web applications.&amp;nbsp; Remove this authorization rule from the root of the site and the rest of the applications should then work properly without having to use Windows Authentication.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Problems while setting a new web site application under IIS 7</title><link>http://forums.iis.net/thread/1865797.aspx</link><pubDate>Thu, 20 Mar 2008 15:12:41 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1865797</guid><dc:creator>jitendra_chowksey</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1865797.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1067&amp;PostID=1865797</wfw:commentRss><description>&lt;p&gt;dear friend,&lt;/p&gt;
&lt;p&gt;just forget everything, the application pool and that appcmd and everything&lt;/p&gt;
&lt;p&gt;just undo all the changes as if you have freshly installed iis 7.0 so that you don&amp;#39;t get those cheap http 500 and 401 and 402 errors&lt;/p&gt;
&lt;p&gt;just check that your IUSR_machine name is given full control under the security tab of your database folder. and if not just give it the permssion&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;after you get pro you should see error as&lt;/p&gt;
&lt;p&gt;an error occured while processing the url&amp;nbsp; ......&lt;/p&gt;
&lt;p&gt;Ok, so I suspected that the first problem was due to the fact that I needed to activate asp scripts in some way. However, turns out it was a new setting for sending the &lt;a href="http://www.iis.net/default.aspx?tabid=2&amp;amp;subtabid=25&amp;amp;i=994"&gt;&lt;font color="#0b76ae"&gt;error message&lt;/font&gt;&lt;/a&gt; to the client&amp;nbsp;. This setting is located in the new IIS Manager:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Features View, ASP, Debugging Properties, Send Errors to Browser&lt;/p&gt;
&lt;p&gt;just checked this out and then&lt;/p&gt;
&lt;p&gt;i got the following error&lt;/p&gt;&lt;/blockquote&gt;
&lt;div class="snap_preview"&gt;
&lt;p&gt;Microsoft JET Database Engine error ‘80004005′&lt;br /&gt;Unspecified error&lt;br /&gt;/myapp/myscript.asp, line 9&lt;/p&gt;
&lt;p&gt;actually this is the permission problem with the temp folder (not c:\temp)&lt;/p&gt;
&lt;p&gt;vista uses a different location here it is given&lt;/p&gt;
&lt;p&gt;&amp;nbsp;C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp&lt;/p&gt;
&lt;p&gt;just change the permission for the folder&lt;/p&gt;
&lt;p&gt;IUSR_your machine name&lt;/p&gt;
&lt;p&gt;give full control&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and your problem wil be solved &lt;/p&gt;
&lt;p&gt;guaranteedly...!!!!&lt;/p&gt;
&lt;p&gt;good day&lt;/p&gt;&lt;/div&gt;</description></item><item><title>Re: Problems while setting a new web site application under IIS 7</title><link>http://forums.iis.net/thread/1845722.aspx</link><pubDate>Tue, 07 Aug 2007 17:53:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1845722</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1845722.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1067&amp;PostID=1845722</wfw:commentRss><description>&lt;p&gt;oalexandrino,&lt;br /&gt;&lt;br /&gt;Your application can probably work in Integrated mode using option #2, assuming that you dont have any custom modules that require to be impersonated prior to the authentication stage (most applications dont).&amp;nbsp; But, to be safe, you could move back to Classic mode as you did.&lt;/p&gt;
&lt;p&gt;As I mentioned on another thread, Windows Authentication is not available in Windows Home Premium: &lt;a class="ForumNameRead" href="http://forums.iis.net/t/1140631.aspx"&gt;&lt;strong&gt;&lt;font color="#006078"&gt;Where is Windows Authentication??&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;.&amp;nbsp; This is unfortunate but is the case.&amp;nbsp; Windows Authentication is available starting with Windows Vista Professional.&lt;br /&gt;&lt;br /&gt;I believe on another thread you mentioned that you succesfully moved your application from using Windows Authentication.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Mike Volodarsky&lt;br /&gt;&lt;br /&gt;Program Manager&lt;br /&gt;IIS Core Server&lt;br /&gt;Visit &lt;a href="http://www.mvolo.com/"&gt;&lt;strong&gt;&lt;font color="#006078"&gt;mvolo.com&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt; for more inside information on IIS7, IIS and ASP.NET &lt;/p&gt;</description></item><item><title>Problems while setting a new web site application under IIS 7</title><link>http://forums.iis.net/thread/1833358.aspx</link><pubDate>Tue, 31 Jul 2007 18:30:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1833358</guid><dc:creator>oalexandrino</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1833358.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1067&amp;PostID=1833358</wfw:commentRss><description>&lt;p&gt;Hello all,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;m going to tell you what&amp;#39;s happening.&lt;/p&gt;&lt;p&gt;SYSTEM&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Windows Vista Home Premium&lt;/p&gt;&lt;p&gt;- IIS 7&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. Firstly I created a new directory in the system;&lt;/p&gt;&lt;p&gt;2. Secondly I created a new web site under IIS 7;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&amp;nbsp; I left their default configurations such as:&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Application Poll: DefaultAppPool&lt;/li&gt;&lt;li&gt;so on;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;p&gt;3. I got this error&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;h2&gt;&lt;i&gt;HTTP Error 500.0 - Internal Server Error&lt;/i&gt;&lt;/h2&gt;
&lt;/span&gt;
&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;
&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;&lt;b&gt;Description:&lt;/b&gt; &lt;b&gt;This
application is running in an application pool that uses the Integrated
.NET mode. This is the preferred mode for running ASP.NET applications
on the current and future version of IIS.&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;In this mode,
the application using client impersonation configured with &amp;lt;identity
impersonate=&amp;quot;true&amp;quot; /&amp;gt; may not behave correctly. Client impersonation
is not available in early ASP.NET request processing stages and may
lead modules in those stages to execute with process identity instead.
You have the following options: &lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;h3&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;1) Disable client impersonation.&lt;/font&gt;&lt;/h3&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;
If your application design allows it, you can disable client
impersonation by setting &amp;lt;identity impersonate=&amp;quot;false&amp;quot; /&amp;gt; in your
web.config file. This will make your application code execute with the
process identity.&lt;br /&gt;&lt;br /&gt;
&lt;b&gt;NOTE: This option may require permissions on your application&amp;#39;s
files and data to be changed to allow access to the process identity.&lt;/b&gt;\  
&lt;/font&gt;&lt;h3&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;2) Disable this error.&lt;/font&gt;&lt;/h3&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;If
you do not have any modules executing within the BeginRequest and
AuthenticateRequest ASP.NET pipeline stages, or it is acceptable for
that code to execute under process identity, you can disable this error
by setting &amp;lt;validation validateIntegratedModeConfiguration=&amp;quot;false&amp;quot;
/&amp;gt; in your application&amp;#39;s configuration. Do this only after making
sure that the rest of your configuration is compatible with Integrated
.NET mode, as thiswill turn off the runtime validation for the
application.
&lt;/font&gt;&lt;h3&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;3) Move this application to an application pool using the Classic .NET mode (PREFERRED).&lt;/font&gt;&lt;/h3&gt;&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;You
can move the application to an application pool that uses the Classic
.NET mode by using the following from a command line window (the window
must be running as Administrator) &lt;br /&gt;&lt;br /&gt;
&lt;b&gt;%systemroot%\system32\inetsrv\APPCMD.EXE set app &amp;quot;v2.oalexandrino.com/&amp;quot; /applicationPool:&amp;quot;Classic .NET AppPool&amp;quot;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
Alternatively, you can use any other application pool on your system
that is running in the Classic .NET mode. You can also use the IIS
Administration tool to move this application to another application
pool.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;............................&lt;/p&gt;&lt;p&gt;............................ &lt;br /&gt;&lt;/p&gt;&lt;p&gt;............................&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;quot;&lt;/p&gt;&lt;p&gt;4 - I changed&amp;nbsp; &amp;quot;Application Poll&amp;quot; to &amp;quot;Classic .NET AppPool&amp;quot;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;the previous issue has gone now! But.........&lt;/li&gt;&lt;li&gt;I GOT this:&lt;/li&gt;&lt;/ul&gt;&lt;span&gt;&lt;h2&gt;&lt;i&gt;HTTP Error 401.2 - Unauthorized&lt;/i&gt;&lt;/h2&gt;
&lt;/span&gt;
&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;
&lt;/font&gt;&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;&lt;b&gt;Description:&lt;/b&gt; You are not authorized to view this page due to invalid authentication headers.
&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;&lt;b&gt;Error Code:&lt;/b&gt; 0x80070005
&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;&lt;b&gt;Notification:&lt;/b&gt; AuthenticateRequest
&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;&lt;b&gt;Module:&lt;/b&gt; IIS Web Core
&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"&gt;&lt;b&gt;Requested URL:&lt;/b&gt; http://localhost:80/
&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;5. on the &amp;quot;AUTHENTICATION TAB&amp;quot; &lt;/p&gt;&lt;p&gt;I have just 3 options:&lt;/p&gt;&lt;p&gt;they are:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Anonynous authentication;&lt;/li&gt;&lt;li&gt;ASP.NET impersonation;&lt;/li&gt;&lt;li&gt;Forms authentication; &lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;I can&amp;#39;t see windows Integrated authentication as I had at IIS 6 on my Windows 2003 server.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks a lot!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>