We have the following code in a webpart: using (SPSite site 开发者_运维技巧= new SPSite(\"http://localhost/\"))
webpart is working on local server but not working on production server when \"SPSite\" class is uesd in the web part. On the production server it throws error. If I do not use that class in the webpa
I have two questions... Could I create a complete portal for Internet with WSS 3.0 or MOSS is necessary for that?
I have an instance of SharePoint WSS 3.0 running on Windows Server Standard VM; which I believed worked fine upon initial setup.However, in an effort to get PerformancePoint and other Microsoft softwa
I have a site setup using Claims Based (Forms) authentication with Anonymous access enabled. When a user logs into the site they may exist in the Forms Database, but not in the SharePoint Site collec
I\'ve been writing some SharePoint web parts which connect (as providers and consumers). I\'ve found many difficulties, and (comparatively*) little material from the web, from books, or from microsoft
I have a custom search webpart in Sharepoint which have 7 filters. I am getting data from a Sharepoint list using CAML Query. I want to write a generalized SPQuery which will filter out the data based
I am a b开发者_如何转开发it perplexed on how to catch a specific error type of Microsoft.SharePoint.SoapServer.SoapServerException, I\'ll explain why, and I\'ve included a code sample below for you gu
Does anyone have all the steps required to configure in开发者_开发百科coming email settings in MOSS 2007 including exchange and AD configuration changes? I would also like the steps to configure doc l
I have a scenario where I need to update a list item, but I don\'t know the internal ID of the list item - hence the following won\'t work for me: