<?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: Integrating a Custom ASP.NET Application into SharePoint (Part 1)</title>
	<atom:link href="http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/</link>
	<description>Practical tips and tricks for all things .NET, SharePoint, Silverlight, InfoPath, and general application development.</description>
	<lastBuildDate>Wed, 12 May 2010 15:57:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: naru</title>
		<link>http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/comment-page-1/#comment-1266</link>
		<dc:creator>naru</dc:creator>
		<pubDate>Mon, 08 Feb 2010 08:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/#comment-1266</guid>
		<description>sorry, please read -layouts as &quot;_layouts&quot; in the last post.</description>
		<content:encoded><![CDATA[<p>sorry, please read -layouts as &#8220;_layouts&#8221; in the last post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naru</title>
		<link>http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/comment-page-1/#comment-1265</link>
		<dc:creator>naru</dc:creator>
		<pubDate>Mon, 08 Feb 2010 08:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/#comment-1265</guid>
		<description>Hi,

I tried the above stuff exactly as is, with the following exception - no web.config file (the text value is directly assigned, no js/css files( the lines are commented in the aspx page).

After deploying, when I try the following:
http://server/-layouts//Home.aspx

I get the following error : &quot;Unknown Error&quot;.

Can you please help me out. Please treat this as urgent.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried the above stuff exactly as is, with the following exception &#8211; no web.config file (the text value is directly assigned, no js/css files( the lines are commented in the aspx page).</p>
<p>After deploying, when I try the following:<br />
<a href="http://server/-layouts//Home.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/comment/');" rel="nofollow">http://server/-layouts//Home.aspx</a></p>
<p>I get the following error : &#8220;Unknown Error&#8221;.</p>
<p>Can you please help me out. Please treat this as urgent.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RadySchool</title>
		<link>http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/comment-page-1/#comment-1262</link>
		<dc:creator>RadySchool</dc:creator>
		<pubDate>Wed, 06 Jan 2010 18:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/#comment-1262</guid>
		<description>I am trying to get the sample work and getting errors with the inherits on the page directive...it says not a valid value</description>
		<content:encoded><![CDATA[<p>I am trying to get the sample work and getting errors with the inherits on the page directive&#8230;it says not a valid value</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anjan Maity</title>
		<link>http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/comment-page-1/#comment-1251</link>
		<dc:creator>Anjan Maity</dc:creator>
		<pubDate>Wed, 04 Nov 2009 11:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/#comment-1251</guid>
		<description>I am facing the error ....
Z:\TataiBlog\TataiBlog&gt;∩╗┐@SET WSPPBUILDER=&quot;C:\Program Files\WSPTools\WSPBuilder
Extensions\WspBuilder.exe&quot;
&#039;∩╗┐@SET&#039; is not recognized as an internal or external command,
operable program or batch file.

Z:\TataiBlog\TataiBlog&gt;ECHO Copying Files to Temporary Solution Directory
Copying Files to Temporary Solution Directory

Z:\TataiBlog\TataiBlog&gt;xcopy bin\TataiBlog.LayoutsApp.dll Solution\GAC\ /y /r
bin\TataiBlog.LayoutsApp.dll
1 File(s) copied

Z:\TataiBlog\TataiBlog&gt;ECHO Building Solution Package
Building Solution Package

Z:\TataiBlog\TataiBlog&gt;-CreateWSPFileList wspfiles.txt -outputpath solution
&#039;-CreateWSPFileList&#039; is not recognized as an internal or external command,
operable program or batch file.

Z:\TataiBlog\TataiBlog&gt;-12path Solution\12 -gacpath Solution\GAC -Excludepaths b
in
^C&#039;-12path&#039; is not recognized as an internal or external command,
operable program or batch file.
Please
Explain.
Thanks</description>
		<content:encoded><![CDATA[<p>I am facing the error &#8230;.<br />
Z:\TataiBlog\TataiBlog&gt;∩╗┐@SET WSPPBUILDER=&#8221;C:\Program Files\WSPTools\WSPBuilder<br />
Extensions\WspBuilder.exe&#8221;<br />
&#8216;∩╗┐@SET&#8217; is not recognized as an internal or external command,<br />
operable program or batch file.</p>
<p>Z:\TataiBlog\TataiBlog&gt;ECHO Copying Files to Temporary Solution Directory<br />
Copying Files to Temporary Solution Directory</p>
<p>Z:\TataiBlog\TataiBlog&gt;xcopy bin\TataiBlog.LayoutsApp.dll Solution\GAC\ /y /r<br />
bin\TataiBlog.LayoutsApp.dll<br />
1 File(s) copied</p>
<p>Z:\TataiBlog\TataiBlog&gt;ECHO Building Solution Package<br />
Building Solution Package</p>
<p>Z:\TataiBlog\TataiBlog&gt;-CreateWSPFileList wspfiles.txt -outputpath solution<br />
&#8216;-CreateWSPFileList&#8217; is not recognized as an internal or external command,<br />
operable program or batch file.</p>
<p>Z:\TataiBlog\TataiBlog&gt;-12path Solution\12 -gacpath Solution\GAC -Excludepaths b<br />
in<br />
^C&#8217;-12path&#8217; is not recognized as an internal or external command,<br />
operable program or batch file.<br />
Please<br />
Explain.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anjan Maity</title>
		<link>http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/comment-page-1/#comment-1250</link>
		<dc:creator>Anjan Maity</dc:creator>
		<pubDate>Wed, 04 Nov 2009 10:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/#comment-1250</guid>
		<description>Hi
Thanks for this valuable article.i am in new in share point.
 I am facing problem on using copy.bat .
Please explain the steps and Xcopy script .
That will be very help full.

Thanks and regards 
Anjan Maity</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thanks for this valuable article.i am in new in share point.<br />
 I am facing problem on using copy.bat .<br />
Please explain the steps and Xcopy script .<br />
That will be very help full.</p>
<p>Thanks and regards<br />
Anjan Maity</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: happy</title>
		<link>http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/comment-page-1/#comment-1236</link>
		<dc:creator>happy</dc:creator>
		<pubDate>Thu, 22 Oct 2009 23:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/#comment-1236</guid>
		<description>Hi I have accomplished integrating asp.net application that has just one page (default.aspx) into sharepoint. But how do I go about with calling another webpage in the application? Can someone provide a sample of how to call another webpage on click of a button</description>
		<content:encoded><![CDATA[<p>Hi I have accomplished integrating asp.net application that has just one page (default.aspx) into sharepoint. But how do I go about with calling another webpage in the application? Can someone provide a sample of how to call another webpage on click of a button</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anitha</title>
		<link>http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/comment-page-1/#comment-1161</link>
		<dc:creator>anitha</dc:creator>
		<pubDate>Wed, 30 Sep 2009 14:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/#comment-1161</guid>
		<description>I also want to know about the references? Do you just add Microsoft.sharepoint.dll from the GAC as a references or do you create a bin folder and then add the references?

Thanks
Anitha</description>
		<content:encoded><![CDATA[<p>I also want to know about the references? Do you just add Microsoft.sharepoint.dll from the GAC as a references or do you create a bin folder and then add the references?</p>
<p>Thanks<br />
Anitha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anitha</title>
		<link>http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/comment-page-1/#comment-1159</link>
		<dc:creator>anitha</dc:creator>
		<pubDate>Tue, 29 Sep 2009 18:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/#comment-1159</guid>
		<description>hi,

The info is very good! but I am not able to view the site. It just gives unknown error. Is is possible to give the project as a download.I would really appreciate it. I have been trying for last one week and it doesn&#039;t work. Thanks a bunch!

Anitha</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>The info is very good! but I am not able to view the site. It just gives unknown error. Is is possible to give the project as a download.I would really appreciate it. I have been trying for last one week and it doesn&#8217;t work. Thanks a bunch!</p>
<p>Anitha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DevExpert</title>
		<link>http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/comment-page-1/#comment-1129</link>
		<dc:creator>DevExpert</dc:creator>
		<pubDate>Sat, 15 Aug 2009 14:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/#comment-1129</guid>
		<description>Jpw,  hmm...I&#039;m not sure I have enough context around the issue to make a suggestion.  I took a look a the site and the CSS is definitely messed up, but I&#039;m not sure where the problem is.  If you scroll all the way down there&#039;s additional stuff hiding at the bottom of the page.  My initial thought is the CSS just needs cleaned up and fixed so it renders correctly.  Does it look OK outside of SharePoint?  If so, then it&#039;s VERY possible the stuff in CORE.CS is screwing with your layout.</description>
		<content:encoded><![CDATA[<p>Jpw,  hmm&#8230;I&#8217;m not sure I have enough context around the issue to make a suggestion.  I took a look a the site and the CSS is definitely messed up, but I&#8217;m not sure where the problem is.  If you scroll all the way down there&#8217;s additional stuff hiding at the bottom of the page.  My initial thought is the CSS just needs cleaned up and fixed so it renders correctly.  Does it look OK outside of SharePoint?  If so, then it&#8217;s VERY possible the stuff in CORE.CS is screwing with your layout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DevExpert</title>
		<link>http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/comment-page-1/#comment-1125</link>
		<dc:creator>DevExpert</dc:creator>
		<pubDate>Sat, 15 Aug 2009 14:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/#comment-1125</guid>
		<description>Keith, to address your first point, i&#039;m not sure you could say the custom page is &quot;connected&quot; to your site, but depending on how you access the page it will run under the context that is specified.  For example, if you access MyCustomPage.aspx at http://myserver/sites/sitecollectionA/_layouts/myfolder/mycustompage.aspx, it will be running under the context of SiteCollectionA.  If you access it at http://myserver/sites/sitecollectionB/_layouts/myfolder/mycustompage.aspx, it will be running under the context of SiteCollectionB.  Does that make sense?

As far as not requiring the _layouts/etc/etc in the URL, I don&#039;t think there&#039;s anything out of the box that can do that.  Possibly try creating an HttpModule that rewrites the URL?  &lt;a href=&quot;http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx&quot; rel=&quot;nofollow&quot;&gt;Check this post out from Scott Guthrie.&lt;/a&gt;  I&#039;m not sure how nicely this will play with SharePoint, but it&#039;s worth a shot.  Good luck!</description>
		<content:encoded><![CDATA[<p>Keith, to address your first point, i&#8217;m not sure you could say the custom page is &#8220;connected&#8221; to your site, but depending on how you access the page it will run under the context that is specified.  For example, if you access MyCustomPage.aspx at <a href="http://myserver/sites/sitecollectionA/_layouts/myfolder/mycustompage.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/comment/');" rel="nofollow">http://myserver/sites/sitecollectionA/_layouts/myfolder/mycustompage.aspx</a>, it will be running under the context of SiteCollectionA.  If you access it at <a href="http://myserver/sites/sitecollectionB/_layouts/myfolder/mycustompage.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/comment/');" rel="nofollow">http://myserver/sites/sitecollectionB/_layouts/myfolder/mycustompage.aspx</a>, it will be running under the context of SiteCollectionB.  Does that make sense?</p>
<p>As far as not requiring the _layouts/etc/etc in the URL, I don&#8217;t think there&#8217;s anything out of the box that can do that.  Possibly try creating an HttpModule that rewrites the URL?  <a href="http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/comment/weblogs.asp.net');" rel="nofollow">Check this post out from Scott Guthrie.</a>  I&#8217;m not sure how nicely this will play with SharePoint, but it&#8217;s worth a shot.  Good luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
