creacion usuarios SPS 2003

07/10/2009 - 14:20 por josetellan | Informe spam
Hi everybody,
i am a MOSS developer and i knew Sharepoint from 2007 version and i have to
code for SPS 2003.
i have to create users with permissions/roles in spGroups programatically. i
solved this job in MOSS very quickly but in SP2003 i have no idea. In MOSS
job i created a feature and it works fine but in SPS2003 there are no
features and i dont know what kind of proyect i have to start. the seciond
question is ..can i code it in visual studio 2005??? do i need any extension
for SPS2003??? if yes, does visual studio have to be installed on SPS2003
server???
any advices would be apreciated.

many thanks.
 

Leer las respuestas

#1 Elecktrus
16/10/2009 - 00:01 | Informe spam
Hola, Jose:
Te contesto en español.
Para sps2003 no existen las features. Tienes 3 posibilidades:
- programar un webpart que corra dentro de una pagina sharepoint 2003
- hacer un programa ejecutable de consola que forzosamente debe correr en el
servidor sharepoint
- hacer un programa que llame a los webservices de sharepoint. Al usar los
webservices el programa puede correr en cualquier equipo

Efectivamente, se puede programar con Visual Studio 2005 si usas sps2003 sp2
o sp3, y debes instalarlo en el servidor sharepoint, o copiar la dll de
sharepoint Microsoft.sharepoint.dll (o algo asi) al equipo con el visual
studio. Y existen unas extensiones para visual studio 2003, pero no para 2005
(que yo sepa).

Echa un vistazo a esto:
http://www.devx.com/dotnet/Article/17518
http://weblogs.asp.net/jan/archive/...437037.asp
http://www.codingday.com/developing...indows-xp/
Si la respuesta te es util pulsa el boton YES. Ayudanos a mantener el foro
al día.


"josetellan" wrote:

Hi everybody,
i am a MOSS developer and i knew Sharepoint from 2007 version and i have to
code for SPS 2003.
i have to create users with permissions/roles in spGroups programatically. i
solved this job in MOSS very quickly but in SP2003 i have no idea. In MOSS
job i created a feature and it works fine but in SPS2003 there are no
features and i dont know what kind of proyect i have to start. the seciond
question is ..can i code it in visual studio 2005??? do i need any extension
for SPS2003??? if yes, does visual studio have to be installed on SPS2003
server???
any advices would be apreciated.

many thanks.

Preguntas similares