Run a Web-based application from SharePoint
From: <tspink discussions microsoft com>
Subject: Run a Web-based application from SharePoint
Date: Tue, 8 May 2007 13:47:01 -0700
Newsgroups: microsoft.public.sharepoint.portalserver
We have developed a Web based application using ASP.NET 2.0, and Server 2003 enabled with .Net Framework 2.2. We have a client that would like to run this web application from SharePoint 2007. Being new to SharePoint, can we do this? Is there any "Tweaking" to the app required to run from SharePoint 2007? Anything esle we should know about before we respond?
--
tspink
**************************************
From: "John Timney \(MVP\)"
Newsgroups: microsoft.public.sharepoint.portalserver
Subject: Re: Run a Web-based application from SharePoint
Date: Tue, 8 May 2007 22:26:40 +0100
I've not tested this, but the wording here explains exactly what your t[r]ying to do
http://blogs.msdn.com/cjohnson/archive/2006/09/05/740498.aspx
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
**************************************
From: Sundher <sundher.ganesh atgmaildotcom>
Newsgroups: microsoft.public.sharepoint.portalserver
Subject: Re: Run a Web-based application from SharePoint
Date: 8 May 2007 15:05:52 -0700
In the SPS 2007 all requests go through ASP.NET 2.0 before they are handled by WSS3.0. So build an asp.net 2.0 application in VS2005, copy the dll to sharepoint site bin directory, add the safecontrol entry in the web.config file. Finally import the .aspx pages in sharepoint designer.

Posted using