<?xml version="1.0" encoding="iso-8859-9"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: VirtualPathProvider In Precompiled Web Sites</title>
	<atom:link href="http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/feed/" rel="self" type="application/rss+xml" />
	<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/</link>
	<description>Coşkun SUNALI</description>
	<lastBuildDate>Wed, 10 Mar 2010 08:41:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Coskun SUNALI</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/comment-page-1/#comment-20659</link>
		<dc:creator>Coskun SUNALI</dc:creator>
		<pubDate>Wed, 10 Mar 2010 08:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-20659</guid>
		<description>@Wayne, @Farhan, @Shaun, @Julian, @Thomas, @Eamonn,

Glad that it worked for you and saved you some hours.

@Brian,

Glad that it worked for you as well and thank you for posting that it worked using Application_Start.

@Reid,

Unfortunately, I am not aware of any unofficial/official reason for the decision.

@Guanluca,

I have the work-around running on several IIS 6 hosted websites on different servers. We only have a wildcard mapping and the initialization code is located within the AppInitialize class.</description>
		<content:encoded><![CDATA[<p>@Wayne, @Farhan, @Shaun, @Julian, @Thomas, @Eamonn,</p>
<p>Glad that it worked for you and saved you some hours.</p>
<p>@Brian,</p>
<p>Glad that it worked for you as well and thank you for posting that it worked using Application_Start.</p>
<p>@Reid,</p>
<p>Unfortunately, I am not aware of any unofficial/official reason for the decision.</p>
<p>@Guanluca,</p>
<p>I have the work-around running on several IIS 6 hosted websites on different servers. We only have a wildcard mapping and the initialization code is located within the AppInitialize class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reid Bremner</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/comment-page-1/#comment-20658</link>
		<dc:creator>Reid Bremner</dc:creator>
		<pubDate>Wed, 10 Mar 2010 07:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-20658</guid>
		<description>Thank you for your post it really helped. Did anyone at MS every come back to you with reasons for the decision?</description>
		<content:encoded><![CDATA[<p>Thank you for your post it really helped. Did anyone at MS every come back to you with reasons for the decision?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gianluca Seno</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/comment-page-1/#comment-20636</link>
		<dc:creator>Gianluca Seno</dc:creator>
		<pubDate>Tue, 09 Mar 2010 09:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-20636</guid>
		<description>Hi,
I&#039;d tryed this workaround on IIS 6 but it never works if I put this code in global.asax nor in appinitialize.

My project has a root folder with a regular web application, and the a &quot;virtual&quot; folder, a folder that not exists physically, but I&#039;ve develop VirtualPathProvider to see that if I call this folder has to render pages in a assembly, where is another website with aspx,ascx,js, css and more.

On my IIS 6 I&#039;d set up wildcards for asp.net.

I&#039;d solved the problem using HttpModules and in the init function I call your solution and works fine to run the first page...

But there&#039;s another problem...If in my website have a reference to a assebly created I receive everytime an error like this

Retrieving the COM class factory for component with CLSID {10020200-E260-11CF-AE68-00AA004A34D5} failed due to the following error: 80040154.

seems that I can&#039;t use assebly different from the system...

Have you some ideas about this?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;d tryed this workaround on IIS 6 but it never works if I put this code in global.asax nor in appinitialize.</p>
<p>My project has a root folder with a regular web application, and the a &#8220;virtual&#8221; folder, a folder that not exists physically, but I&#8217;ve develop VirtualPathProvider to see that if I call this folder has to render pages in a assembly, where is another website with aspx,ascx,js, css and more.</p>
<p>On my IIS 6 I&#8217;d set up wildcards for asp.net.</p>
<p>I&#8217;d solved the problem using HttpModules and in the init function I call your solution and works fine to run the first page&#8230;</p>
<p>But there&#8217;s another problem&#8230;If in my website have a reference to a assebly created I receive everytime an error like this</p>
<p>Retrieving the COM class factory for component with CLSID {10020200-E260-11CF-AE68-00AA004A34D5} failed due to the following error: 80040154.</p>
<p>seems that I can&#8217;t use assebly different from the system&#8230;</p>
<p>Have you some ideas about this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Sims</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/comment-page-1/#comment-20024</link>
		<dc:creator>Eric Sims</dc:creator>
		<pubDate>Wed, 03 Feb 2010 16:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-20024</guid>
		<description>Has anybody been able to get this to work with a non-updateable web deploy? 
(by using the property pages and de-selecting &#039;allow this precompiled site to be updateable&#039;)

Meaning, just using the placeholder .aspx files and no .ascx files? 

I&#039;m getting an error that it can&#039;t find my user controls (.ascx) because they compiled into a .dll and they don&#039;t exist on the file system.</description>
		<content:encoded><![CDATA[<p>Has anybody been able to get this to work with a non-updateable web deploy?<br />
(by using the property pages and de-selecting &#8216;allow this precompiled site to be updateable&#8217;)</p>
<p>Meaning, just using the placeholder .aspx files and no .ascx files? </p>
<p>I&#8217;m getting an error that it can&#8217;t find my user controls (.ascx) because they compiled into a .dll and they don&#8217;t exist on the file system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/comment-page-1/#comment-19284</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 31 Dec 2009 17:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-19284</guid>
		<description>For once a blog posting that actually helped me solve a problem.  That you so much.  I replaced the call to HostingEnvironment.RegisterVirtualPathProvider directly in Application_Start with the reflection calls to the internal version of the method and it worked.</description>
		<content:encoded><![CDATA[<p>For once a blog posting that actually helped me solve a problem.  That you so much.  I replaced the call to HostingEnvironment.RegisterVirtualPathProvider directly in Application_Start with the reflection calls to the internal version of the method and it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eamonn Kelly</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/comment-page-1/#comment-16882</link>
		<dc:creator>Eamonn Kelly</dc:creator>
		<pubDate>Mon, 07 Sep 2009 10:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-16882</guid>
		<description>Thanks for the solution. Like others commenting, I only discovered the pre-compilation issue after I had written the code and was very relieved to find your article.</description>
		<content:encoded><![CDATA[<p>Thanks for the solution. Like others commenting, I only discovered the pre-compilation issue after I had written the code and was very relieved to find your article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Hansen</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/comment-page-1/#comment-16031</link>
		<dc:creator>Thomas Hansen</dc:creator>
		<pubDate>Tue, 11 Aug 2009 23:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-16031</guid>
		<description>You&#039;re a GENIUS man...!!
I have just spent an entire evening due to some £@%%&amp;$$¤ developer in Redmond, and thanx to you I didn&#039;t have to spend WEEKS...!

Thank you :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re a GENIUS man&#8230;!!<br />
I have just spent an entire evening due to some £@%%&amp;$$¤ developer in Redmond, and thanx to you I didn&#8217;t have to spend WEEKS&#8230;!</p>
<p>Thank you :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Borders</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/comment-page-1/#comment-15044</link>
		<dc:creator>John Borders</dc:creator>
		<pubDate>Thu, 09 Jul 2009 10:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-15044</guid>
		<description>Hi All,

I have to host it on my Local PC with Execute Permissions is set to Scripts and Executable only and it does not work, it seems the VPP is not registered. Whereas when it&#039;s set to Scripts only, it works fine. Can you please help me to figure it out?</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>I have to host it on my Local PC with Execute Permissions is set to Scripts and Executable only and it does not work, it seems the VPP is not registered. Whereas when it&#8217;s set to Scripts only, it works fine. Can you please help me to figure it out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/comment-page-1/#comment-13500</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Fri, 27 Mar 2009 12:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-13500</guid>
		<description>Genius, saved me many hours of frustration. Thanks for publishhing this.</description>
		<content:encoded><![CDATA[<p>Genius, saved me many hours of frustration. Thanks for publishhing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coskun SUNALI</title>
		<link>http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/comment-page-1/#comment-9311</link>
		<dc:creator>Coskun SUNALI</dc:creator>
		<pubDate>Wed, 10 Dec 2008 15:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://sunali.com/2008/01/09/virtualpathprovider-in-precompiled-web-sites/#comment-9311</guid>
		<description>Hello Asang,

Have you tried that already?</description>
		<content:encoded><![CDATA[<p>Hello Asang,</p>
<p>Have you tried that already?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
