ShoreOx
unread,Feb 17, 2012, 11:54:46 AM2/17/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetOpenAuth
I have deployed the OpenIdRelyingPartyWebForms sample in a hosted
sharing enviroment and receive the error below when trying access:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related
configuration data for the page is invalid.
Error points the config section below:
3: <configSections>
4: <section name="uri" type="System.Configuration.UriSection,
System, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089" />
5: <section name="log4net"
type="log4net.Config.Log4NetConfigurationSectionHandler"
requirePermission="false" />
I have not made any changes to the source code or configuration files.
Fairly new to .net programming so I apologize if the cause is obvious.
Any assistance would be greatly appreciated.
SeanH