<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">IISxpress Support</title><subtitle type="html" /><id>http://www.ripcordsoftware.com/cs/blogs/iisxpresssupport/atom.aspx</id><link rel="alternate" type="text/html" href="http://www.ripcordsoftware.com/cs/blogs/iisxpresssupport/default.aspx" /><link rel="self" type="application/atom+xml" href="http://www.ripcordsoftware.com/cs/blogs/iisxpresssupport/atom.aspx" /><generator uri="http://communityserver.org" version="2.0.60217.2664">Community Server</generator><updated>2007-10-19T05:57:00Z</updated><entry><title>Issue running IISxpress with Microsoft SharePoint Server 2007</title><link rel="alternate" type="text/html" href="http://www.ripcordsoftware.com/cs/blogs/iisxpresssupport/archive/2007/10/19/86.aspx" /><id>http://www.ripcordsoftware.com/cs/blogs/iisxpresssupport/archive/2007/10/19/86.aspx</id><published>2007-10-18T19:57:00Z</published><updated>2007-10-18T19:57:00Z</updated><content type="html">&lt;P&gt;There appears to be a conflict between IISxpress and Microsoft's SharePoint Server 2007. The problem is easy to fix and appears to be related to the way that SharePoint is handling responses from the WebResource.axd file.&lt;/P&gt;
&lt;P&gt;It&amp;nbsp;appears that SharePoint compresses responses from this file even though IISxpress has already compressed the response. This only seems to occur when the AXD file responds with JavaScript content. Unfortunately the only way to solve the problem is to exclude this file from being compressed by IISxpress.&lt;/P&gt;
&lt;P&gt;You can do this by adding an extension&amp;nbsp;rule to exclude compressing all responses from AXD files, or alternately you can use the IISxpress command line utility to exclude only the WebResource.axd file. You can view an online tutorial on how to add an extension exclusion rule by clicking &lt;A href="/iisxpress/tutorials/IISxpress%20-%20Exclude%20Extensions%20-%20Manual.htm"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;In order to exclude the WebResource.axd file you need to locate the SharePoint web server root. This will probably look something like: &lt;CODE&gt;C:\Inetpub\wwwroot\wss\VirtualDirectories\80&lt;/CODE&gt;. Open a console window, navigate to the IISxpress program directory, probably &lt;CODE&gt;c:\Program Files\Ripcord Software\IISxpress&lt;/CODE&gt; and type:&lt;BR&gt;&lt;CODE&gt;&amp;gt; IISxpress add file C:\Inetpub\wwwroot\wss\VirtualDirectories\80\WebResource.axd&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;When you press return you should see:&lt;BR&gt;&lt;CODE&gt;Adding 'C:\Inetpub\wwwroot\wss\VirtualDirectories\80\WebResource.axd': OK&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Now when you run up the SharePoint web site the WebResource.axd file will not be compressed.&lt;/P&gt;
&lt;P&gt;If you need help for the add command just type: &lt;CODE&gt;iisxpress help add.&lt;/CODE&gt;&lt;/P&gt;</content><author><name>admin</name><uri>http://www.ripcordsoftware.com/cs/members/admin.aspx</uri></author></entry></feed>