<?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: Configure Crystal Reports 2008 for ASP.NET on IIS</title>
	<atom:link href="http://blog.aaziz.org/configure-crystal-reports-2008-for-aspnet-on-iis/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.aaziz.org/configure-crystal-reports-2008-for-aspnet-on-iis</link>
	<description>ramblings and opinions of a geek</description>
	<lastBuildDate>Wed, 03 Mar 2010 19:22:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anthony Aziz</title>
		<link>http://blog.aaziz.org/configure-crystal-reports-2008-for-aspnet-on-iis/comment-page-1#comment-326</link>
		<dc:creator>Anthony Aziz</dc:creator>
		<pubDate>Mon, 14 Dec 2009 14:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aaziz.org/?p=103#comment-326</guid>
		<description>You really can&#039;t avoid that, one way or another. You either have to have that directory in that location, or a virtual directory there (VD&#039;s have there own problems). The main reason for the confusion here is that it&#039;s not the server that needs to access that directory, it&#039;s the browser. That directory contains javascript and css among other things. So it&#039;s not looking at your c:\..., it&#039;s looking at http:\\host\aspnet_client\...

I hope this clears things up. The browser MUST be able to read the directory that the script and stylesheet link tags (View Source) are pointing to. If you&#039;re unsure, work out the relative paths, and try to browse there yourself.

I can help with this more.
.-= Anthony Aziz&#180;s last blog ..&lt;a href=&quot;http://blog.aaziz.org/i-hate-css&quot; rel=&quot;nofollow&quot;&gt;I Hate CSS&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>You really can&#8217;t avoid that, one way or another. You either have to have that directory in that location, or a virtual directory there (VD&#8217;s have there own problems). The main reason for the confusion here is that it&#8217;s not the server that needs to access that directory, it&#8217;s the browser. That directory contains javascript and css among other things. So it&#8217;s not looking at your c:\&#8230;, it&#8217;s looking at http:\\host\aspnet_client\&#8230;</p>
<p>I hope this clears things up. The browser MUST be able to read the directory that the script and stylesheet link tags (View Source) are pointing to. If you&#8217;re unsure, work out the relative paths, and try to browse there yourself.</p>
<p>I can help with this more.<br />
<span class="cluv"> Anthony Aziz&#180;s last blog ..<a href="http://blog.aaziz.org/i-hate-css" rel="nofollow">I Hate CSS</a> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://blog.aaziz.org/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konrad Karlsson</title>
		<link>http://blog.aaziz.org/configure-crystal-reports-2008-for-aspnet-on-iis/comment-page-1#comment-325</link>
		<dc:creator>Konrad Karlsson</dc:creator>
		<pubDate>Mon, 14 Dec 2009 14:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aaziz.org/?p=103#comment-325</guid>
		<description>The reason is that when i run my page the server can&#039;t find the directory “crystalreportviewers12?. When i debug the page i find that it uses a faulty path.
My site-directory is named &quot;CRTest&quot; and instead of looking in &quot;c:\inetpub\wwwroot\aspnet_client\system_web\2_0_50727\crystalreportviewers12\&quot; the server looks in &quot;inetpub\wwwroot\CRTest\aspnet_client\system_web\2_0_50727\crystalreportviewers12&quot;.
A solution would be to include the directory &quot;crystalreportviewers12&quot; in my website but i would like to avoid that.</description>
		<content:encoded><![CDATA[<p>The reason is that when i run my page the server can&#8217;t find the directory “crystalreportviewers12?. When i debug the page i find that it uses a faulty path.<br />
My site-directory is named &#8220;CRTest&#8221; and instead of looking in &#8220;c:\inetpub\wwwroot\aspnet_client\system_web\2_0_50727\crystalreportviewers12\&#8221; the server looks in &#8220;inetpub\wwwroot\CRTest\aspnet_client\system_web\2_0_50727\crystalreportviewers12&#8243;.<br />
A solution would be to include the directory &#8220;crystalreportviewers12&#8243; in my website but i would like to avoid that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Aziz</title>
		<link>http://blog.aaziz.org/configure-crystal-reports-2008-for-aspnet-on-iis/comment-page-1#comment-324</link>
		<dc:creator>Anthony Aziz</dc:creator>
		<pubDate>Mon, 14 Dec 2009 13:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aaziz.org/?p=103#comment-324</guid>
		<description>No I don&#039;t believe there is. I&#039;ve done a bit of searching about that, but I haven&#039;t been able to find anything suggesting you can. If you find out how, please share. (You could try some Crystal Reports forums)

There may be another solution. Why do you need to change the directory of that?
.-= Anthony Aziz&#180;s last blog ..&lt;a href=&quot;http://blog.aaziz.org/i-hate-css&quot; rel=&quot;nofollow&quot;&gt;I Hate CSS&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>No I don&#8217;t believe there is. I&#8217;ve done a bit of searching about that, but I haven&#8217;t been able to find anything suggesting you can. If you find out how, please share. (You could try some Crystal Reports forums)</p>
<p>There may be another solution. Why do you need to change the directory of that?<br />
<span class="cluv"> Anthony Aziz&#180;s last blog ..<a href="http://blog.aaziz.org/i-hate-css" rel="nofollow">I Hate CSS</a> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://blog.aaziz.org/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konrad Karlsson</title>
		<link>http://blog.aaziz.org/configure-crystal-reports-2008-for-aspnet-on-iis/comment-page-1#comment-323</link>
		<dc:creator>Konrad Karlsson</dc:creator>
		<pubDate>Mon, 14 Dec 2009 11:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aaziz.org/?p=103#comment-323</guid>
		<description>No, what i am after is a way to set the path to the directory &quot;crystalreportviewers12&quot; in the web.config file for the website.</description>
		<content:encoded><![CDATA[<p>No, what i am after is a way to set the path to the directory &#8220;crystalreportviewers12&#8243; in the web.config file for the website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Aziz</title>
		<link>http://blog.aaziz.org/configure-crystal-reports-2008-for-aspnet-on-iis/comment-page-1#comment-322</link>
		<dc:creator>Anthony Aziz</dc:creator>
		<pubDate>Fri, 11 Dec 2009 14:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aaziz.org/?p=103#comment-322</guid>
		<description>You don&#039;t change the path of the web.config. You can have a web.config in every directory.

Config files lower in the directory hierarchy will override ones above it.

So, put a web.config file in the root of your web application. Then, if you need different settings for, say, /admin/, create /admin/web.config.

If I&#039;m not understanding your problem properly, I give me an example and more information and I&#039;ll try to help however I can.
.-= Anthony Aziz&#180;s last blog ..&lt;a href=&quot;http://blog.aaziz.org/i-hate-css&quot; rel=&quot;nofollow&quot;&gt;I Hate CSS&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t change the path of the web.config. You can have a web.config in every directory.</p>
<p>Config files lower in the directory hierarchy will override ones above it.</p>
<p>So, put a web.config file in the root of your web application. Then, if you need different settings for, say, /admin/, create /admin/web.config.</p>
<p>If I&#8217;m not understanding your problem properly, I give me an example and more information and I&#8217;ll try to help however I can.<br />
<span class="cluv"> Anthony Aziz&#180;s last blog ..<a href="http://blog.aaziz.org/i-hate-css" rel="nofollow">I Hate CSS</a> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://blog.aaziz.org/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konrad Karlsson</title>
		<link>http://blog.aaziz.org/configure-crystal-reports-2008-for-aspnet-on-iis/comment-page-1#comment-321</link>
		<dc:creator>Konrad Karlsson</dc:creator>
		<pubDate>Fri, 11 Dec 2009 14:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aaziz.org/?p=103#comment-321</guid>
		<description>I would like to know how to change the path in the web.config file. The standard path is worng by one directory level.</description>
		<content:encoded><![CDATA[<p>I would like to know how to change the path in the web.config file. The standard path is worng by one directory level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Aziz</title>
		<link>http://blog.aaziz.org/configure-crystal-reports-2008-for-aspnet-on-iis/comment-page-1#comment-294</link>
		<dc:creator>Anthony Aziz</dc:creator>
		<pubDate>Fri, 20 Nov 2009 00:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aaziz.org/?p=103#comment-294</guid>
		<description>I need a bit more information. Where are you seeing that path from?</description>
		<content:encoded><![CDATA[<p>I need a bit more information. Where are you seeing that path from?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://blog.aaziz.org/configure-crystal-reports-2008-for-aspnet-on-iis/comment-page-1#comment-292</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 19 Nov 2009 22:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aaziz.org/?p=103#comment-292</guid>
		<description>Ok.  I think my path is wrong but how do I chg it.  
../../../aspnet_client/system_web/2_0_50727/crystalreportviewers12/js/crviewer/crv.js

I believe its going to deep.</description>
		<content:encoded><![CDATA[<p>Ok.  I think my path is wrong but how do I chg it.<br />
../../../aspnet_client/system_web/2_0_50727/crystalreportviewers12/js/crviewer/crv.js</p>
<p>I believe its going to deep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Aziz</title>
		<link>http://blog.aaziz.org/configure-crystal-reports-2008-for-aspnet-on-iis/comment-page-1#comment-234</link>
		<dc:creator>Anthony Aziz</dc:creator>
		<pubDate>Mon, 24 Aug 2009 23:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aaziz.org/?p=103#comment-234</guid>
		<description>You&#039;re getting a javascript error saying &quot;bobj not found&quot;? If that&#039;s the case, take a look at the source of the page. You&#039;ll see some javascript files referenced in the directory similar to &lt;code&gt;aspnet_client/system_web/2_0_50727/crystalreportviewers12/&lt;/code&gt;. Make sure that folder structure exists and the proper files are in there. You can find the folder in C:\Program Files\Business Objects\Common\4.0.

Let me know how it goes, or if you run across other issues.

Anthony Aziz</description>
		<content:encoded><![CDATA[<p>You&#8217;re getting a javascript error saying &#8220;bobj not found&#8221;? If that&#8217;s the case, take a look at the source of the page. You&#8217;ll see some javascript files referenced in the directory similar to <code>aspnet_client/system_web/2_0_50727/crystalreportviewers12/</code>. Make sure that folder structure exists and the proper files are in there. You can find the folder in C:\Program Files\Business Objects\Common\4.0.</p>
<p>Let me know how it goes, or if you run across other issues.</p>
<p>Anthony Aziz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen</title>
		<link>http://blog.aaziz.org/configure-crystal-reports-2008-for-aspnet-on-iis/comment-page-1#comment-233</link>
		<dc:creator>Jen</dc:creator>
		<pubDate>Mon, 24 Aug 2009 21:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aaziz.org/?p=103#comment-233</guid>
		<description>Hi,

I&#039;ve come across the same error when using Crystal Reports 2008 and Visual Studio 2008. I&#039;ve tried the above fix that you&#039;ve provided and have spent quite some time trying to figure it out with no luck! I was just wondering if you&#039;ve figured out anything else regarding this??

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve come across the same error when using Crystal Reports 2008 and Visual Studio 2008. I&#8217;ve tried the above fix that you&#8217;ve provided and have spent quite some time trying to figure it out with no luck! I was just wondering if you&#8217;ve figured out anything else regarding this??</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
