Tagged Questions
0
votes
3answers
165 views
Server Error in '/' Application. Runtime Error
I am new to SharePoint. I am developing a web part. I that I have created the .aspx page. When I am going to access that page by the URL it throws an error like.
Runtime Error
Description: An ...
2
votes
1answer
381 views
How to register an ashx handler through sharepoint 2010 farm solution
I have a 3rd party control that i want to add to the web part. That 3rd party control uses a generic ASHX handler. I can always add the registration to the actual WFE web.config but it's a bit ...
4
votes
3answers
370 views
Use a supplemental .config file just for a web application
I'm trying to add a section into the web.config of a SharePoint 2010 application and I created a webconfig.myname.xml in the \14\CONFIG folder. I then ran the following command to apply the changes:
...
1
vote
1answer
668 views
The HTTP request was forbidden with client authentication scheme 'Anonymous'
I am receiving the following error from my SharePoint 2010 service application:
The HTTP request was forbidden with client authentication scheme 'Anonymous'
This code is being thrown from the my ...
0
votes
1answer
274 views
SharePoint 2010 Service Application fault exeption
I am receiving an error from my SP 2010 Service Application when I try to execute the code from my proxy.
An unsecured or incorrectly secured fault was received from the other party. See the inner ...
2
votes
1answer
358 views
Supplemental .config File
I wish to make a change to the web.config file. I know you can do this by using a supplemental config file. I know that the file needs to be coppied to %ProgramFiles%\Common Files\Microsoft Shared\web ...
2
votes
1answer
116 views
Adding and removing Web.config settings on a per Web app basis in SP2010
I am currently in the process of documenting some development best practises in advance of beginning dev on SP2010.
One issue we have at present is that we make changes to web.config files manually.
...
2
votes
3answers
2k views
Can't remove web.config entries with SPWebConfigurationModification
I have a problem with removing web.config entries.
To add entries with the SPWebConfigurationModification is no problem, but whether i try to remove this entries again nothing happens. Any idea why?
...