Previous
versions of VSeWSS will need to be uninstalled prior to installing VSeWSS 1.3.
Windows
Communication Foundation HTTP Activation must be enabled on the server. If the
script maps for WCF are not installed you may receive the error System.ServiceModel.ProtocolException
“The content type text/xml; charset=utf-8; of the response message does not
match the content type of the binding (text/xml; charset=utf-8)”
See the
following for troubleshooting WCF Registration problems http://msdn.microsoft.com/en-us/library/ms752252.aspx
If not already
configured NTLM must be enabled on the IIS server. See the following for
instructions on how to enable it: http://support.microsoft.com/kb/215383
VSeWSS 1.3
includes a web service that needs to run as a member of the local
Administrators group. The web service is used by the Visual Studio extension to
communicate with SharePoint and is restricted to local connections only. As a
security precaution the installer does not add the account running the web
service to the local Administrators group. You must do it. If you select the
default during install the web service is run under the account that SharePoint
Central Administration runs as. To do this:
1)
Run Internet Information
Services (IIS) Manager to look up the account name
2)
Run Computer Manager to edit
the Administrators group and add the account
3)
If you choose to create a
custom user and application pool
o
To Create a custom user and
custom application pool for Server 2008
§
Create a new account using
Computer Management in Administrative tools
·
Add the new account to the
following local groups:
o
Administrators
o
IIS_IUSRS
o
Users
o
WSS_ADMIN_WPG
o
WSS_RESTRICTED_WPG
o
WSS_WPG
o
SQLServer2005MSSQLUser$ -
Unique on your machine created for SQL Server access
·
Use an administrative command
prompt: ASPNET_REGIIS –ga DOMAIN\USER
·
Use Internet Information
Services (IIS) Manager from Administrative Tools
·
Create a new Application Pool
called VSeWSS and enter the new account and password to run it
·
Select the VSeWSS Site and
right click on the site and choose Manage Web Site and the sub menu Advanced
Settings. In this dialog you can choose the new Application Pool.
o
To Create a custom user and custom
application pool for Server 2003
§
Create a new account using
Computer Management in Administrative tools
·
Add the new account to the following
groups
o
Administrators
o
IIS_WPG
o
WSS_ADMIN_WPG
o
WSS_RESTRICTED_WPG
o
WSS_WPG
o
SQLServer2005MSSQLUser$ -
Unique on your machine created for SQL Server access
·
Use an administrative command
prompt: ASPNET_REGIIS –ga DOMAIN\USER
·
Use Internet Information
Services (IIS) Manager from Administrative Tools
·
Create a new Application Pool
called VSeWSS and enter the new account and password to run it
·
Select the VSeWSS Site and
right click on the site and choose properties. Go to the Home Page tab and
select the newly created app pool.
We recommend using VSeWSS with Visual
Studio 2008 SP1.
* Copy and paste from VSeWSS 1 3 Mar 2009 CTP Release Notes.rtf by Microsoft.