<?xml version="1.0" encoding="UTF-8"?><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: ASP.NET on Apache</title>
	<atom:link href="http://www.andreas-kraus.net/blog/aspnet-on-apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andreas-kraus.net/blog/aspnet-on-apache/</link>
	<description>News, Tutorials and Codesnippets about C#, ASP.NET- Silverlight</description>
	<lastBuildDate>Tue, 05 Jul 2011 10:02:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: RS</title>
		<link>http://www.andreas-kraus.net/blog/aspnet-on-apache/comment-page-1/#comment-187101</link>
		<dc:creator>RS</dc:creator>
		<pubDate>Sat, 15 May 2010 15:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreas-kraus.net/blog/aspnet-on-apache/#comment-187101</guid>
		<description>Hi!

Thank you for this tutorial! I have ASP.NET run on Apache.

But I can&#039;t find information about mod_aspdotnet Silverlight support.

Now when I&#039;m opening my site in the browser I get an error with message &quot;Could not load file or assembly &#039;System.Web.Silverlight&#039; or one of its dependencies&quot;. 

Question: Is it possible to run Silverlight3 site with mod_aspdotnet?

If possible: what I must to do to make Apache find SL libraries?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Thank you for this tutorial! I have ASP.NET run on Apache.</p>
<p>But I can&#8217;t find information about mod_aspdotnet Silverlight support.</p>
<p>Now when I&#8217;m opening my site in the browser I get an error with message &#8220;Could not load file or assembly &#8216;System.Web.Silverlight&#8217; or one of its dependencies&#8221;. </p>
<p>Question: Is it possible to run Silverlight3 site with mod_aspdotnet?</p>
<p>If possible: what I must to do to make Apache find SL libraries?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nalin</title>
		<link>http://www.andreas-kraus.net/blog/aspnet-on-apache/comment-page-1/#comment-150442</link>
		<dc:creator>nalin</dc:creator>
		<pubDate>Mon, 19 Jan 2009 09:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreas-kraus.net/blog/aspnet-on-apache/#comment-150442</guid>
		<description>I could run My ASP.NET pages on apache Server
Thank You Very much</description>
		<content:encoded><![CDATA[<p>I could run My ASP.NET pages on apache Server<br />
Thank You Very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://www.andreas-kraus.net/blog/aspnet-on-apache/comment-page-1/#comment-116803</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Wed, 30 Jul 2008 08:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreas-kraus.net/blog/aspnet-on-apache/#comment-116803</guid>
		<description>when i try to visit my SampleASP page i allways become this:

Server Error in &#039;/SampleASP&#039; Application.
--------------------------------------------------------------------------------

Runtime Error 
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. 

Details: To enable the details of this specific error message to be viewable on remote machines, please create a  tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This  tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.


&lt;!-- Web.Config Configuration File --&gt;


    
        
    

 

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the &quot;defaultRedirect&quot; attribute of the application&#039;s  configuration tag to point to a custom error page URL.


&lt;!-- Web.Config Configuration File --&gt;


    
        
    

 
have any ideas ?</description>
		<content:encoded><![CDATA[<p>when i try to visit my SampleASP page i allways become this:</p>
<p>Server Error in &#8216;/SampleASP&#8217; Application.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Runtime Error<br />
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. </p>
<p>Details: To enable the details of this specific error message to be viewable on remote machines, please create a  tag within a &#8220;web.config&#8221; configuration file located in the root directory of the current web application. This  tag should then have its &#8220;mode&#8221; attribute set to &#8220;Off&#8221;.</p>
<p><!-- Web.Config Configuration File --></p>
<p>Notes: The current error page you are seeing can be replaced by a custom error page by modifying the &#8220;defaultRedirect&#8221; attribute of the application&#8217;s  configuration tag to point to a custom error page URL.</p>
<p><!-- Web.Config Configuration File --></p>
<p>have any ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petoj</title>
		<link>http://www.andreas-kraus.net/blog/aspnet-on-apache/comment-page-1/#comment-57158</link>
		<dc:creator>Petoj</dc:creator>
		<pubDate>Wed, 17 Oct 2007 07:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreas-kraus.net/blog/aspnet-on-apache/#comment-57158</guid>
		<description>Link to mod_AspDotNet is broken for me :/ i just wanted to try it out but i got iis so i guess ill survive</description>
		<content:encoded><![CDATA[<p>Link to mod_AspDotNet is broken for me :/ i just wanted to try it out but i got iis so i guess ill survive</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.andreas-kraus.net/blog/aspnet-on-apache/comment-page-1/#comment-3602</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 02 Dec 2006 20:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreas-kraus.net/blog/aspnet-on-apache/#comment-3602</guid>
		<description>It s working well, but not with codebehind :-(
I tried with ASP.NET2

See u
Eric</description>
		<content:encoded><![CDATA[<p>It s working well, but not with codebehind <img src='http://www.andreas-kraus.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
I tried with ASP.NET2</p>
<p>See u<br />
Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Holmes</title>
		<link>http://www.andreas-kraus.net/blog/aspnet-on-apache/comment-page-1/#comment-375</link>
		<dc:creator>Holmes</dc:creator>
		<pubDate>Fri, 14 Jul 2006 10:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreas-kraus.net/blog/aspnet-on-apache/#comment-375</guid>
		<description>A pretty nice HowTo. 
Thats the comfortable part of Apache. Just editing one file. Works even with the current versions of Apache, although the developers have splitted the httpd.conf in seperated files - for what reasons ever. 

So long
Johnny</description>
		<content:encoded><![CDATA[<p>A pretty nice HowTo.<br />
Thats the comfortable part of Apache. Just editing one file. Works even with the current versions of Apache, although the developers have splitted the httpd.conf in seperated files &#8211; for what reasons ever. </p>
<p>So long<br />
Johnny</p>
]]></content:encoded>
	</item>
</channel>
</rss>

