<?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>Tue, 01 Feb 2011 16:28:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Hadi M. El-Jundi</title>
		<link>http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/comment-page-1/#comment-1316</link>
		<dc:creator>Hadi M. El-Jundi</dc:creator>
		<pubDate>Thu, 02 Dec 2010 18:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/#comment-1316</guid>
		<description>Hi,

Thank you for the great article, as I will go for this approach to add the custom application into the site.
I have a question though. The ASP.NET custom application I&#039;m supposed to integrate into my Sharepoint site is utilized separately, it is a help desk application with Windows-based Authentication, utilizing the same acitve directory that the sharepoint site already uses, and every user has a listing of his tickets. So if I use your approach into the integration, will it require the user to logon again, and will it still load the user&#039;s own ticket listing? Please advise.
Much appreciated.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you for the great article, as I will go for this approach to add the custom application into the site.<br />
I have a question though. The ASP.NET custom application I&#8217;m supposed to integrate into my Sharepoint site is utilized separately, it is a help desk application with Windows-based Authentication, utilizing the same acitve directory that the sharepoint site already uses, and every user has a listing of his tickets. So if I use your approach into the integration, will it require the user to logon again, and will it still load the user&#8217;s own ticket listing? Please advise.<br />
Much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/comment-page-1/#comment-1300</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 19 Jul 2010 23:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/02/18/integrating-a-custom-aspnet-application-into-sharepoint-part-1/#comment-1300</guid>
		<description>I&#039;m sorry, looking at the above image it looks like Home.aspx and Home.aspx.cs are in the &#039;Solution&#039; directory you have created. Is that where they should be in the file structure? 

I placed my Home.aspx at 12/TEMPLATE/LAYOUTS/ProjectName/Home.aspx on the server and it does not appear to be working. I am accessing it at http://server/_layouts/ProjectName/Home.aspx. Am I accessing it correctly?</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry, looking at the above image it looks like Home.aspx and Home.aspx.cs are in the &#8216;Solution&#8217; directory you have created. Is that where they should be in the file structure? </p>
<p>I placed my Home.aspx at 12/TEMPLATE/LAYOUTS/ProjectName/Home.aspx on the server and it does not appear to be working. I am accessing it at <a href="http://server/_layouts/ProjectName/Home.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/comment/');" rel="nofollow">http://server/_layouts/ProjectName/Home.aspx</a>. Am I accessing it correctly?</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-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>
</channel>
</rss>

