Skip to Main Content

Oracle Developer Tools for Visual Studio

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to deploy ASP.net website on IIS6 with .net 4

Fayaz AhmedJun 10 2013 — edited Jun 12 2013

The specified store provider cannot be found in the configuration, or is not valid.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ServiceModel.FaultException: The specified store provider cannot be found in the configuration, or is not valid.

Source Error:

 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace:

 

[FaultException: The specified store provider cannot be found in the configuration, or is not valid.]  System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +9464367  System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +345  trgtech.pepsi.PepsiServiceControl.IPepsiService.ListNewsToShowOnTop(PagingClass pPagingClass) +0  trgtech.pepsi.PepsiServiceControl.PepsiServiceClient.ListNewsToShowOnTop(PagingClass pPagingClass) +54  trgtech.pepsi.Utility.ServiceController.ListNewsOnTop(PagingClass pPaging) +107  trgtech.pepsi.index.GetTopNews() +163  trgtech.pepsi.index.Page_Load(Object sender, EventArgs e) +142  System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14  System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35  System.Web.UI.Control.OnLoad(EventArgs e) +91  System.Web.UI.Control.LoadRecursive() +74  System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207  


 


  Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 10 2013
Added on Jun 10 2013
5 comments
3,435 views