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
I've not tested this, but the wording here explains exactly what your tying
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
"tspink" <tsp
@discussions.microsoft.com> wrote in message
news:83942244-09C0-47AF-AA74-6605BF720F0A@microsoft.com...
> 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
On May 8, 3:47 pm, tspink <tsp
@discussions.microsoft.com> wrote:
> 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
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.