PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

ASP.NET -> Sharepoint webpart

 
 
David Thielen
Guest
Posts: n/a
 
      23rd Jan 2008
Hi;

We have a pretty simple ASP.NET app that one of our customers wants to use
as a sharepoint webpart. Is there some doc somewhere that tells us what we
need to do to add this functionality?

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm


 
Reply With Quote
 
 
 
 
Steven Cheng[MSFT]
Guest
Posts: n/a
 
      23rd Jan 2008
Hi Dave,

As for developing the webpart, do you want to develop a pure sharepont
webpart or an ASP.NET webpart and used it in sharepoint? From ASP.NET 2.0,
ASP.NET it self also support webpart framework. And there are some articles
introduce create ASP.NET webparts and use them in sharepoint service.
Anyway, I think you may consider develop a pure sharepoint webpart so that
it will fit the sharepoint service better. BTW, is your customer using
Windows Sharepoint Service 2.0 or 3.0 ?

Here is a good overview article which may give you some general ideas:

#Web Part Platforms and Development Techniques
http://www.microsoft.com/belux/msdn/...ens/webpartpla
tforms.mspx

and the following blog entry contains much more related resources:

#ASP.NET 2.0 Web Part vs Sharepoint 2007 Web Parts
http://blogs.msdn.com/mab/archive/20...art-vs-sharepo
int-2007-web-parts.aspx

Hope this helps.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
>From: =?Utf-8?B?RGF2aWQgVGhpZWxlbg==?= <(E-Mail Removed)>
>Subject: ASP.NET -> Sharepoint webpart
>Date: Tue, 22 Jan 2008 16:18:10 -0800


>
>Hi;
>
>We have a pretty simple ASP.NET app that one of our customers wants to use
>as a sharepoint webpart. Is there some doc somewhere that tells us what we
>need to do to add this functionality?
>
>--
>thanks - dave
>david_at_windward_dot_net
>http://www.windwardreports.com
>
>Cubicle Wars - http://www.windwardreports.com/film.htm
>
>
>


 
Reply With Quote
 
David Thielen
Guest
Posts: n/a
 
      23rd Jan 2008
We have a complete ASP.NET app that we need to optionally run in sharepoint.
A number of the links you pointed me to said that using VS 2005 and ASP.NET
2.0 this can be done - but none said how.

Do you know of any link that discusses how to take a finished ASP.NET app
and configure it so it can optionally run as a webpart in sharepoint too?

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm




"Steven Cheng[MSFT]" wrote:

> Hi Dave,
>
> As for developing the webpart, do you want to develop a pure sharepont
> webpart or an ASP.NET webpart and used it in sharepoint? From ASP.NET 2.0,
> ASP.NET it self also support webpart framework. And there are some articles
> introduce create ASP.NET webparts and use them in sharepoint service.
> Anyway, I think you may consider develop a pure sharepoint webpart so that
> it will fit the sharepoint service better. BTW, is your customer using
> Windows Sharepoint Service 2.0 or 3.0 ?
>
> Here is a good overview article which may give you some general ideas:
>
> #Web Part Platforms and Development Techniques
> http://www.microsoft.com/belux/msdn/...ens/webpartpla
> tforms.mspx
>
> and the following blog entry contains much more related resources:
>
> #ASP.NET 2.0 Web Part vs Sharepoint 2007 Web Parts
> http://blogs.msdn.com/mab/archive/20...art-vs-sharepo
> int-2007-web-parts.aspx
>
> Hope this helps.
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
>
> ==================================================
>
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscripti...ult.aspx#notif
> ications.
>
>
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
> http://msdn.microsoft.com/subscripti...t/default.aspx.
>
> ==================================================
>
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
> --------------------
> >From: =?Utf-8?B?RGF2aWQgVGhpZWxlbg==?= <(E-Mail Removed)>
> >Subject: ASP.NET -> Sharepoint webpart
> >Date: Tue, 22 Jan 2008 16:18:10 -0800

>
> >
> >Hi;
> >
> >We have a pretty simple ASP.NET app that one of our customers wants to use
> >as a sharepoint webpart. Is there some doc somewhere that tells us what we
> >need to do to add this functionality?
> >
> >--
> >thanks - dave
> >david_at_windward_dot_net
> >http://www.windwardreports.com
> >
> >Cubicle Wars - http://www.windwardreports.com/film.htm
> >
> >
> >

>
>

 
Reply With Quote
 
Steven Cheng[MSFT]
Guest
Posts: n/a
 
      24th Jan 2008
Thanks for your reply Dave,

As for the "Web Part", it is actually something like a parituclar web
control(that is used on Sharepoint web page). So I don't think you can
replace a whole ASP.NET web applicaction by some Web Parts. I suggest you
first have a look at Sharepoint admin guide and development
reference(should be downloadable from MS site).

for web part developing through ASP.NET, here are some further articles:

#SharePoint 2007 -- Built on ASP.NET 2.0
http://weblogs.asp.net/scottgu/archi...30/444598.aspx

#Writing Custom Web Parts for SharePoint 2007
http://weblogs.asp.net/scottgu/archi...om-Web-Parts-f
or-SharePoint-2007.aspx

and the team blog of Sharepoint:

#Microsoft SharePoint Products and Technologies Team Blog
http://blogs.msdn.com/sharepoint/arc...g-asp-net-ajax
-with-sharepoint.aspx


BTW, you can host an entire ASP.NET application on a Sharepoint Virtual
Server, not sure whether this is also doable for your scenario:

#How to enable an ASP.Net application to run on a SharePoint virtual server
http://support.microsoft.com/kb/828810

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.




--------------------
>From: =?Utf-8?B?RGF2aWQgVGhpZWxlbg==?= <(E-Mail Removed)>
>References: <158B49BF-8F3C-42F0-A6EC-(E-Mail Removed)>

<(E-Mail Removed)>
>Subject: RE: ASP.NET -> Sharepoint webpart
>Date: Wed, 23 Jan 2008 10:21:05 -0800


>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>We have a complete ASP.NET app that we need to optionally run in

sharepoint.
>A number of the links you pointed me to said that using VS 2005 and

ASP.NET
>2.0 this can be done - but none said how.
>
>Do you know of any link that discusses how to take a finished ASP.NET app
>and configure it so it can optionally run as a webpart in sharepoint too?
>
>--
>thanks - dave
>david_at_windward_dot_net
>http://www.windwardreports.com
>
>Cubicle Wars - http://www.windwardreports.com/film.htm
>
>
>
>
>"Steven Cheng[MSFT]" wrote:
>
>> Hi Dave,
>>
>> As for developing the webpart, do you want to develop a pure sharepont
>> webpart or an ASP.NET webpart and used it in sharepoint? From ASP.NET

2.0,
>> ASP.NET it self also support webpart framework. And there are some

articles
>> introduce create ASP.NET webparts and use them in sharepoint service.
>> Anyway, I think you may consider develop a pure sharepoint webpart so

that
>> it will fit the sharepoint service better. BTW, is your customer using
>> Windows Sharepoint Service 2.0 or 3.0 ?
>>
>> Here is a good overview article which may give you some general ideas:
>>
>> #Web Part Platforms and Development Techniques
>>

http://www.microsoft.com/belux/msdn/...ens/webpartpla
>> tforms.mspx
>>
>> and the following blog entry contains much more related resources:
>>
>> #ASP.NET 2.0 Web Part vs Sharepoint 2007 Web Parts
>>

http://blogs.msdn.com/mab/archive/20...art-vs-sharepo
>> int-2007-web-parts.aspx
>>
>> Hope this helps.
>>
>> Sincerely,
>>
>> Steven Cheng
>>
>> Microsoft MSDN Online Support Lead
>>
>>
>>
>> ==================================================
>>
>> Get notification to my posts through email? Please refer to
>>

http://msdn.microsoft.com/subscripti...ult.aspx#notif
>> ications.
>>
>>
>>
>> Note: The MSDN Managed Newsgroup support offering is for non-urgent

issues
>> where an initial response from the community or a Microsoft Support
>> Engineer within 1 business day is acceptable. Please note that each

follow
>> up response may take approximately 2 business days as the support
>> professional working with you may need further investigation to reach

the
>> most efficient resolution. The offering is not appropriate for

situations
>> that require urgent, real-time or phone-based interactions or complex
>> project analysis and dump analysis issues. Issues of this nature are

best
>> handled working with a dedicated Microsoft Support Engineer by

contacting
>> Microsoft Customer Support Services (CSS) at
>> http://msdn.microsoft.com/subscripti...t/default.aspx.
>>
>> ==================================================
>>
>>
>> This posting is provided "AS IS" with no warranties, and confers no

rights.
>>
>>
>> --------------------
>> >From: =?Utf-8?B?RGF2aWQgVGhpZWxlbg==?= <(E-Mail Removed)>
>> >Subject: ASP.NET -> Sharepoint webpart
>> >Date: Tue, 22 Jan 2008 16:18:10 -0800

>>
>> >
>> >Hi;
>> >
>> >We have a pretty simple ASP.NET app that one of our customers wants to

use
>> >as a sharepoint webpart. Is there some doc somewhere that tells us what

we
>> >need to do to add this functionality?
>> >
>> >--
>> >thanks - dave
>> >david_at_windward_dot_net
>> >http://www.windwardreports.com
>> >
>> >Cubicle Wars - http://www.windwardreports.com/film.htm
>> >
>> >
>> >

>>
>>

>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
TreeView in SharePoint WebPart Christof Nordiek Microsoft C# .NET 0 27th Nov 2007 11:07 AM
Webpart development for Sharepoint John Microsoft ASP .NET 2 22nd Feb 2006 10:49 PM
Datagrid using webpart in sharepoint server susurla Microsoft ASP .NET 4 6th Sep 2005 08:02 PM
Web Service timeout from Sharepoint webpart Joe L via .NET 247 Microsoft ASP .NET 0 17th Jun 2004 07:24 PM
Sharepoint webpart Eddie Microsoft Dot NET 0 9th Dec 2003 05:47 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:33 PM.