The SharePoint web.config file is located under the Virtual Directory of your SharePoint web site. When it is installed in the default web site, the location is C:\inetpub\wwwroot.
stsadm –o
deletewppack –name apwpcab.cab –url http://...
stsadm –o uninstallfeature -id 134872ac-c2bf-4afc-b1e3-4d809934c51f –force
The SharePoint web.config file is located under the Virtual Directory of your SharePoint web site. When it is installed in the default web site, the location is C:\inetpub\wwwroot.
If you want to remove those settings, you can manually remove the following items from your SharePoint web.config:
AgilePoint Server References:
<appSettings>
<add key="AgilePointUrl" value="http://[machineName]:[portNum]/
AgilePointServer" />
<add key="AgilePointDomain" value="[domain name]"/>
<add key="AgilePointUsername" value="[user name]"/>
<add key="AgilePointPassword" value="[encrypted password]"
</appSettings>
AgilePoint Web Part References:
<SafeControl Assembly="APWP, Version=2.0.2.0, Culture=neutral, PublicKeyToken=2f06ef94bac0a0f" Namespace="APWP" TypeName="*" Safe="True" /> </SafeControl>