<?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 'ie7'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=ie7&amp;orTags=0</link><description>Search results matching tag 'ie7'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Kerberos Authentication mystery with IE7</title><link>http://forums.iis.net/p/1160961/1917208.aspx#1917208</link><pubDate>Wed, 16 Sep 2009 16:57:17 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1917208</guid><dc:creator>filip.goris@flip.be</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;p&gt;We have the most strange situation here when IE7 clients try to authenticate&amp;nbsp;on an IIS6-based intranet application. I hope somebody can help me explain.&lt;/p&gt;
&lt;p&gt;Our .asp application is running in domain &amp;quot;belgium.local&amp;quot;. Integrated Windows authentication works fine for users in that domain. Users&amp;nbsp;in domain &amp;quot;holland.local&amp;quot;&amp;nbsp;however&amp;nbsp;get a 401 error after a loooong timeout when&amp;nbsp;trying&amp;nbsp;to access the app. Their event logs show LsaSrv errors 40960 and 40961, which tells me it&amp;#39;s a Kerberos-thing. There&amp;#39;s a mutual trust between belgium.local and holland.local.&lt;/p&gt;
&lt;p&gt;We&amp;#39;ve been troubleshooting in all directions and&amp;nbsp;installed Firefox. Firefox showed us a login box, which told us it was failing over to Basic Authentication. That seemed right since it doesn&amp;#39;t use&amp;nbsp;Integrated Authentication&amp;nbsp;until you tell it to. So we told&amp;nbsp;it to use&amp;nbsp;Kerberos&amp;nbsp;by adding domain &amp;quot;belgium.local&amp;quot;&amp;nbsp;to &lt;em&gt;network.negotiate-auth.trusted-uris&lt;/em&gt; (which is about the same as enabling Integrated Windows authentication in IE7 and adding the site to my Local Intranet Zone. Cfr. &lt;a href="http://grolmsnet.de/kerbtut/firefox.html"&gt;http://grolmsnet.de/kerbtut/firefox.html&lt;/a&gt;&amp;nbsp;for example.)&lt;/p&gt;
&lt;p&gt;Now here&amp;#39;s the odd part.&amp;nbsp;After making this configuration change in Firefox, IE7 running on the same client computer will work too.&lt;br /&gt;&amp;quot;Ah, but that&amp;#39;s normal&amp;quot; I hear you say, &amp;quot;because the Kerberos ticket is still there and valid.&amp;quot;&lt;br /&gt;The strange thing is it will continue to work after I use Kerbtray to purge the tickets. My ticket for HTTP/app.belgium.local will show up again as soon as I visit the site with IE7. It is as if IE7 uses the Firefox configuration in some way to retrieve&amp;nbsp;a ticket.&lt;/p&gt;
&lt;p&gt;The really scary part is this: after I restore the Firefox configuration back to normal (e.g. delete all domains from the &lt;em&gt;network.negotiate-auth.delegation-uris &lt;/em&gt;setting), IE7 will continue to work!? It is as if somehow I showed it how to get at ticket when I configured Firefox, and it &amp;quot;remembers&amp;quot; this now.&lt;/p&gt;
&lt;p&gt;Can somebody tell me what is happening? I would like to get this to work without installing and removing Firefox on all my clients ;)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Smooth Stream 4001 Error From ASP.NET MVC Page</title><link>http://forums.iis.net/p/1158551/1907555.aspx#1907555</link><pubDate>Thu, 18 Jun 2009 18:58:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907555</guid><dc:creator>theregit</dc:creator><cs:applicationKey>iis7_-_media-41</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am trying to use IIS Smooth Stream to deliver some video content to our customers and I need to protect the video content behind a secured portal.&amp;nbsp; I was able to get IIS Smooth Stream installed and able to use Expression Encoder to encode a video.&amp;nbsp; I used the Big Bunny Default.html page as an example and was able to get a Video.html page to deliver my content via Smooth Stream.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;However, when I put the EXACT same HTML that works on the Video.html site into a page that I generated with ASP.NET MVC I get the following error:&lt;/p&gt;
&lt;p&gt;System.Exception: 4001 An error has occurred.&amp;nbsp; Requires output to be hsoted on a web server running IIS 7.0 with the Smooth Streaming handler installed and a Silverlight 2 template that supports Smooth Streaming.&lt;/p&gt;
&lt;p&gt;Both pages that work and don&amp;#39;t work are on the same web server in the same domain.&amp;nbsp; For reference:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://%3cportalurl%3e/Video.html"&gt;http://&amp;lt;portalurl&amp;gt;/Video.html&lt;/a&gt; (works)&lt;/p&gt;
&lt;p&gt;but&lt;/p&gt;
&lt;p&gt;&lt;a href="http://%3cportalurl%3e/Videos/1"&gt;http://&amp;lt;portalurl&amp;gt;/Videos/1&lt;/a&gt; (ASP.NET MVC - doesn&amp;#39;t work).&lt;/p&gt;
&lt;p&gt;Both of these pages have the &amp;lt;object&amp;gt; tag from the Default.html in the Big Bunny example with the url&amp;#39;s changed.&amp;nbsp; Like I said the same exact &amp;lt;object&amp;gt; tag works from the .html page but not the ASP.NET MVC generated page.&amp;nbsp; I thought this would be a client side technology?&amp;nbsp; Why does it matter how I get the &amp;lt;object&amp;gt; tag to the browser?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Any ideas would be much appreciated.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks.&lt;/p&gt;
&lt;p&gt;theregit&lt;/p&gt;</description></item><item><title>Blank Post from ie7</title><link>http://forums.iis.net/p/1156569/1899228.aspx#1899228</link><pubDate>Fri, 03 Apr 2009 05:14:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1899228</guid><dc:creator>azzteroid</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>&lt;p&gt;Hi we are currently experiencing issues with ie7 posting not form data to our server.&lt;/p&gt;&lt;p&gt;With .net trace turned on we have captured one of these error posts and can see that the HTTP_CONTENT_LENGTH is 0. We are running IIS 6 and have a mixture of classic asp and asp.net applications.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;We have been unable to replicate this error on any of the test machines we have tried so far. This error only seems to be experienced by particular clients. The number of people experiencing this issue is increasing as more of our clients migrate to vista.&lt;/p&gt;&lt;p&gt;The main customer experiencing the issue runs ISA 2004 as their proxy server.&lt;/p&gt;&lt;p&gt;The error also presents itself inconsistently within affected organisations with some users experiencing the errors and other not. With those experiencing the error not even experiencing it every time.&lt;/p&gt;&lt;p&gt;Thanks in Advance &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>403.7 64 on IIS 6 on both XP 64 and server 2003 R2 64</title><link>http://forums.iis.net/p/1152787/1883609.aspx#1883609</link><pubDate>Mon, 03 Nov 2008 15:01:01 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1883609</guid><dc:creator>Carrots</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;In the IIS logs, our client has found a bunch of 403.7 64 &amp;#39;s being
logged. Most of them are to /VirtualDirectoryName, for example:&lt;br /&gt;&lt;br /&gt;2008-10-30
06:41:00 W3SVC3 xxx.xxx.xxx.xxx GET /VirtualDirectoryName - 443 -
xxx.xxx.xxx.xxx
Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+2.0.50727;+.NET+CLR+1.1.4322;+.NET+CLR+3.0.04506&lt;br /&gt;.30;+.NET+CLR+3.0.04506.648;+.NET+CLR+3.5.21022) 403 7 64&lt;br /&gt;&lt;br /&gt;These happen quite often, sometimes 4 or so requests in a row.&lt;br /&gt;Directory
browsing is disabled on the sites, and the default page is set to
default.htm which exists, so theoretically, there should be no requests
for the path.&lt;br /&gt;I have enabled schannel logging, but couldnt find one
matching the timestamp in IIS. For example, in IIS we have one for
2008-10-30 11:49:50, and in event viewer we have one for 11:49:52 and
one for 11:49:45. I also couldnt find a patter that makes it look like
the one is trailing the other by a couple of seconds.&lt;br /&gt;&lt;br /&gt;All the IIS requests are on port 443, none are on 80.&lt;br /&gt;&lt;br /&gt;Schannel logs information events, but no warnings.&lt;br /&gt;The client confirmed that the system logs and IIS logs were from the same server.&lt;br /&gt;&lt;br /&gt;They run Windows 2003 x64 R2 on a NLB cluster. The machines in the testing environment is a single machine only.&lt;br /&gt;I
am able to intermittently reproduce it on my own environment (XP 64).
One out of 20 times doing the exact same actions will give me the error
in the logs. The error does not affect the user at all.&lt;br /&gt;&lt;br /&gt;Testers
currently test on Windows XP 32, with IE6, IE7 and Firefox, using
software certs, or in some cases USB tokens. I replicated using a
software cert.&lt;br /&gt;&lt;br /&gt;Now this does not sound like something I should
be spending my time on, but the client is being audited, and this has
been raised as a concern by the auditing company.&lt;/p&gt;</description></item><item><title>FirFox and IE targetting IIS 7.0</title><link>http://forums.iis.net/p/1151805/1879660.aspx#1879660</link><pubDate>Wed, 17 Sep 2008 20:36:35 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1879660</guid><dc:creator>sammy_1</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;I see different behavior for IE and FirFox when target the same application when the WebServer is IIS 7.0, but according to the header analyzer response object is different so I guess IIS might have something to do with it, especially apache is working fine&lt;/p&gt;&lt;p&gt;&lt;br /&gt;On FirFOX&lt;br /&gt;GET /html/scripts/cookie.js HTTP/1.1&lt;br /&gt;&lt;br /&gt;HTTP/1.x 304 Not Modified&lt;br /&gt;Last-Modified: Mon, 23 Jul 2001 15:01:44 GMT&lt;br /&gt;Accept-Ranges: bytes&lt;br /&gt;Etag: &amp;quot;808f33638813c11:0&amp;quot;&lt;br /&gt;Server: Microsoft-IIS/7.0&lt;br /&gt;Date: Wed, 25 Jul 2001 19:19:44 GMT&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;But On IE&lt;br /&gt;&amp;nbsp;Content-Length: 2844&lt;br /&gt;HTTP/1.1 200 OK&lt;br /&gt;Content-Type: application/x-javascript&lt;br /&gt;Last-Modified: Mon, 23 Jul 2001 15:01:44 GMT&lt;br /&gt;Accept-Ranges: bytes&lt;br /&gt;ETag: &amp;quot;808f33638813c11:0&amp;quot;&lt;br /&gt;Server: Microsoft-IIS/7.0&lt;br /&gt;Date: Wed, 25 Jul 2001 19:40:13 GMT&lt;br /&gt;Content-Length: 2844&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Would any one know what HTTP/1.x 304 mean? and why IIS making sending different response?&amp;nbsp; any setting within IIS to make JavaScript consistent, like a compression setting or even a chunking or GZIP ?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How can I clear saved creds in IE?</title><link>http://forums.iis.net/p/1150915/1875965.aspx#1875965</link><pubDate>Tue, 05 Aug 2008 20:01:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1875965</guid><dc:creator>ssg31415926</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;p&gt;I had a security problem accessing an IIS site I&amp;#39;d created - I was getting the IE credentials prompt.&amp;nbsp;&lt;/p&gt;&lt;p&gt; During the process of working it out, I entered my server admin creds and accidentally clicked &amp;quot;Remember my password&amp;quot; and clicked OK before I could stop myself.&amp;nbsp; In order to break the cycle of IE using my server creds, I ended up having to change my server account password.&lt;/p&gt;&lt;p&gt;So, now I&amp;#39;m back to being prompted for creds but IE is pre-filling the &amp;quot;User name:&amp;quot; field with my server admin ID.&amp;nbsp; And, prior to this, it&amp;#39;s submitting my server creds to the server.&amp;nbsp; I know this because I can see Security event 529 &amp;quot;Unknown user name or bad password&amp;quot; for my server creds every time I try to access the site.&lt;/p&gt;&lt;p&gt;How can I clear these saved creds from Internet Explorer?&amp;nbsp; I&amp;#39;m using IE7.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Internet Explorer + PHP in FastCGI = fail, apparently</title><link>http://forums.iis.net/p/1149561/1870369.aspx#1870369</link><pubDate>Tue, 27 May 2008 21:00:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870369</guid><dc:creator>dpadular</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I am posting this here because after searching and searching this seems to be an IE+IIS+FastCGI problem.&lt;/p&gt;&lt;p&gt;I am running PHP as a FastCGI module on Windows Vista x64 Home Premium.&amp;nbsp; Viewing local pages and everything works absolutely great in Firefox, but Internet Explorer has problems.&amp;nbsp; On the first load, I get the generic &amp;quot;can not display this page&amp;quot; error (even with friendly errors turned OFF).&amp;nbsp; If I refresh that page, SOMETIMES I will get a partially-loaded page at a seemingly random byte length.&amp;nbsp; These results basically alternate between error/partially loaded upon each subsequent refresh.&lt;/p&gt;&lt;p&gt;Images on localhost in IE? Perfect.&amp;nbsp; Stylesheets? Perfect.&amp;nbsp; Standalone HTML files?&amp;nbsp; Perfect.&amp;nbsp; Only when I try to access a file processing by PHP does the error occur. Even something as simple as a phpinfo() page, OR a basic HTML simply renamed as a PHP file.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;And again, it all looks peachy in Firefox. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;What in the world is going on?&amp;nbsp; Please, any help is greatly appreciated.&amp;nbsp; This is killing my test environment.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Daniel&amp;nbsp;&lt;/p&gt;</description></item><item><title>Playlist and Vista</title><link>http://forums.iis.net/p/1149368/1869576.aspx#1869576</link><pubDate>Thu, 15 May 2008 09:42:58 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1869576</guid><dc:creator>aryden.bk@gmail.com</dc:creator><cs:applicationKey>iis7_-_media-41</cs:applicationKey><description>&lt;p&gt;Hello all, I recently installed Web PLaylist to my IIS 7 test machine to test its functionality before any live deployment and I am having a very strange issue.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;4 computers &amp;gt;&amp;gt;&amp;nbsp;2- IE 7/firefox3 on XP sp3, 1 IE7/firefox3 Vista sp1, and 1-&amp;nbsp; Safari OSx.5&lt;/p&gt;
&lt;p&gt;&amp;nbsp;the current playlist is serving an mp3. both xp machines using IE7 &amp;amp; firefox 3 connect and play the file perfectly! However, the Vista machine with Firefox 3 works, but using IE7 returns 404 file not found when navigating using an html link, and a cannot find media error when imputting the url to media player. Safari grabs the file and just hangs, but that is easily fixable.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;any suggestions on the vista IE7 issue? i have been beating my brains to try to figure this one out. I killed the firewalls, i varied ports, i made html, php, and jscript pages to serve links to the files but still a no-go when using Vista.&lt;/p&gt;</description></item><item><title>Re: Unable to open the Web...You are not authorized to perform the current operation</title><link>http://forums.iis.net/p/1140907/1839574.aspx#1839574</link><pubDate>Fri, 03 Aug 2007 10:19:41 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1839574</guid><dc:creator>ssg31415926</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>&lt;p&gt;I&amp;#39;ve confirmed that deleting the SPNs sets me back to where I was:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;Accessing the page using IE puts up an Authentication dialog which refuses network creds (but allows a local admin on the server to see the page).&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Opening the web with VS2005 works okay.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description></item><item><title>Unable to open the Web...You are not authorized to perform the current operation</title><link>http://forums.iis.net/p/1140907/1835108.aspx#1835108</link><pubDate>Wed, 01 Aug 2007 13:29:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1835108</guid><dc:creator>ssg31415926</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>&lt;p&gt;I can&amp;#39;t edit my web&amp;nbsp;- I get an IE&amp;nbsp;authentication dialog&amp;nbsp;and no credentials work and then I get the error: &amp;quot;Unable to open the Web &lt;a href="http://server/appname"&gt;http://server/appname&lt;/a&gt;.&amp;nbsp; You are not authorized to perform the current operation&amp;quot;.&amp;nbsp; My account is a local admin on the server.&lt;/p&gt;
&lt;p&gt;Background:&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using IIS6 on Win2003 R2 to host a few ASP.NET pages I&amp;#39;ve written.&amp;nbsp; I created the &amp;#39;site&amp;#39; (not sure of the terminology - is it a virtual&amp;nbsp;directory?)&amp;nbsp;with VS2005 in the Default Web Site (which has FPSE configured).&amp;nbsp; The &amp;#39;site&amp;#39; is configured to use an Application Pool which uses a network account, as it needs to query Active Directory.&amp;nbsp; The test site was working and the next step was to add security - I need to check the group membership of the user running the pages so I decided to uncheck the &amp;quot;Enable anonymous access&amp;quot; box - &amp;quot;Integrated Windows authentication&amp;quot; is selected.&amp;nbsp; Now, when I tried to access the pages, I got an IE authentication dialog which isn&amp;#39;t what I wanted.&amp;nbsp; I did some research and discovered that with AppPools using&amp;nbsp;network accounts, you need SPNs - the server had two, one which used the server name and one which used the fully qualified DNS server name, so I set up two similar SPNs for the App Pool account.&amp;nbsp; After this, the IE authentication dialog went away.&lt;/p&gt;
&lt;p&gt;Today,&amp;nbsp;I went to make a change to a page and tried to open the site with Visual Studio.&amp;nbsp; Instead of it opening like normal, I got an IE authentication dialog.&amp;nbsp; I submitted my network credentials but it came straight back.&amp;nbsp; No other creds would work.&amp;nbsp; When I cancelled it, I got the error: &amp;quot;Unable to open the Web &lt;a href="http://server/appname"&gt;http://server/appname&lt;/a&gt;.&amp;nbsp; You are not authorized to perform the current operation&amp;quot;.&amp;nbsp; The account with which I&amp;#39;m logged onto the workstation is a local admin on the server.&lt;/p&gt;
&lt;p&gt;The server is patched to a recent level.&amp;nbsp; I&amp;#39;ve tried rebooting it and my workstation.&amp;nbsp; I&amp;#39;ve tryed All tasks &amp;gt; Recalculate Server Extensions 2002 Web but I can&amp;#39;t get past the IE authentication window that appears.&amp;nbsp; None of my IDs work (including Domain Admin).&lt;/p&gt;</description></item></channel></rss>