<?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 '.Net 1.1 IIS'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=.Net+1.1+IIS&amp;orTags=0</link><description>Search results matching tag '.Net 1.1 IIS'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Problems with asp.net 1.1 site and classic pipeline</title><link>http://forums.iis.net/p/1158218/1906051.aspx#1906051</link><pubDate>Sun, 07 Jun 2009 02:04:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1906051</guid><dc:creator>Dunlop</dc:creator><cs:applicationKey>iis_7_-_aspnet_administration-41</cs:applicationKey><description>Hi,

I am having some problems getting an asp.net 1.1 site to run under iis 7, server 2008 64bit. I am receiving the error &amp;quot;Request is not available in this context&amp;quot; which apparently can be caused by running in the context of an integrated pipeline.  However this is not the case for this site.

I have successfully configured asp.net 1.1 to run under IIS 7 as per instructions elsewhere on this site. I have created an application pool specific to the site, configured to use 1.1, with classic pipeline and 32bit applications enabled.  The configuration is identical to another .Net 1.1 based site on the same server that I have been running without problems. In fact both sites are running on an identical code base. The working site will definitely be executing the same code as that of the failing site.

While IIS reports that the application pool is configured to run in classic pipeline mode, interestingly when selecting the application pool for the site none of the .Net 1.1 pools display pipeline mode like the others.  I am not sure if this matters, but it implies that perhaps the classic pipeline mode is not being applied to the .Net 1.1 pools, or it is not &amp;#39;sticking&amp;#39; for the new pool.  The applicationHost.config has all the expected values with respect to pool configuration.

Also, the line at which the code is failing is not within the scope of global application start and the site runs without error on 2003/IIS6.

I am at a loss as to how I can proceed at this point.</description></item><item><title>Cocurrency Issue in IIS for Dot NET</title><link>http://forums.iis.net/p/1155384/1893879.aspx#1893879</link><pubDate>Wed, 18 Feb 2009 17:24:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1893879</guid><dc:creator>vinod.pol</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>&lt;p&gt;I have prepared a webservice but when I am deploying it on IIS getting Concurrency Issue.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;IIS is not able to maintain concurrent sessions for multiple users.&lt;/p&gt;
&lt;p&gt;The response time is getting increased if the users are increased.&lt;/p&gt;
&lt;p&gt;Is it coding Problem or IIS configuration Issue?&lt;/p&gt;
&lt;p&gt;any help will be appreciated..&lt;/p&gt;</description></item><item><title>Web.config conflict between 1.1 and 3.5 framework</title><link>http://forums.iis.net/p/1154228/1889523.aspx#1889523</link><pubDate>Fri, 09 Jan 2009 16:19:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1889523</guid><dc:creator>dotnet212</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;I have my website published in IIS 6.0 which is 1.1 framework, and within the website there is a virtual directory for a 3.5 web application.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Website is VB.Net&amp;nbsp;(1.1 framework)&amp;nbsp;and the application as part of the virtual directory is C# (3.5 framework). When I try to browse the web application as part of the virtual directory this throws an error as it is trying to refer the web.config of the parent website (1.1 framework).&lt;br /&gt;&lt;br /&gt;I read on few of the blogs that we can use &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;location&lt;/span&gt; &lt;span class="attr"&gt;path&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;.&amp;quot;&lt;/span&gt; &lt;span class="attr"&gt;inheritInChildApplications&lt;/span&gt;&lt;span class="kwrd"&gt;=&amp;quot;false&amp;quot;&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt; in the web.config of the parent website, but it is supported 2.0 and above.&lt;br /&gt;&lt;br /&gt;Please can someone share some idea as to how can I get this resolved and both the web applications refer to their respective web.config files.&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>.Net Framework Issues - Please Help</title><link>http://forums.iis.net/p/1153951/1888293.aspx#1888293</link><pubDate>Tue, 23 Dec 2008 23:08:57 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1888293</guid><dc:creator>kanucme</dc:creator><cs:applicationKey>aspnet_administration--1</cs:applicationKey><description>&lt;p&gt;Symptoms: I can view non .Net based objects on server. When trying to view .aspx page it will never render just spins.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Works: http://localhost/livemyhustle/test.htm (.jpg,css,css all work - all non .net request are logged)&lt;/p&gt;&lt;p&gt;&amp;nbsp;NotWorking: http://localhost/livemyhustle/test.aspx (just spins doesnt log any error in iis loging) &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I have been running IIS 5.1 with .net 1.1 framework with no problems for years. On my system I have .net 2.0 installed but was using 1.1 for all my Dev work. I installed VS Express edition which installed the .Net 3.5 after the installation I was not able to view and .Net pages(.aspx). I uninstalled the VS Express, but no changes below I have listed everything I have tried. If anyone could help would be much appreciated.&lt;/p&gt;&lt;p&gt;- aspnet_regiis.exe -i : Update was succesfull with no errrors&lt;/p&gt;&lt;p&gt;- un-installed iis then re-install - re-mapped regiis no errrs&lt;br /&gt; &lt;/p&gt;&lt;p&gt;-un-installed iis - re-mapped regiis&lt;/p&gt;&lt;p&gt;&amp;nbsp;-Removed .Net with cleaning utility - re-installed .Net succesful&lt;/p&gt;&lt;p&gt;Everything I have done ends in the same server not rendering any .Net objects.&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>