"An error was encountered while creating the virtual folder"
description
I am having the error below. can some one help please. This occur while trying to provison the user when I click try this application. many thanks
Server Error in '/' Application.
"An error was encountered while creating the virtual folder"
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.FaultException1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: "An error was encountered while creating the virtual folder"
Source Error:
Line 42: public void DoProvisioning(string tenantName, string tenantAlias, int domainModel, string adminPassword)
Line 43: {
Line 44: base.Channel.DoProvisioning(tenantName, tenantAlias, domainModel, adminPassword);
Line 45: }
Line 46:
Source File: c:\Program Files\Microsoft AST\LitwareHR\Src\Litware\LitwareHR.Portfolio.Gateways\ProvisioningGateway.cs Line: 44
Stack Trace:
[FaultException1: "An error was encountered while creating the virtual folder"]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +7594687
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +275
LitwareHR.Portfolio.Contract.IProvisioningUC.DoProvisioning(String tenantName, String tenantAlias, Int32 domainModel, String adminPassword) +0
LitwareHR.Portfolio.Gateways.UnSecureChannel.DoProvisioning(String tenantName, String tenantAlias, Int32 domainModel, String adminPassword) in c:\Program Files\Microsoft AST\LitwareHR\Src\Litware\LitwareHR.Portfolio.Gateways\ProvisioningGateway.cs:44
LitwareHR.Portfolio.Gateways.ProvisioningGateway.DoProvisioning(String tenantName, String tenantAlias, Int32 domainModel, String adminPassword) in c:\Program Files\Microsoft AST\LitwareHR\Src\Litware\LitwareHR.Portfolio.Gateways\ProvisioningGateway.cs:34
TryWizard_Default.DoProvisioningButton_Click(Object sender, EventArgs e) in c:\Program Files\Microsoft AST\LitwareHR\Src\Litware\Litware.WebSite\TryWizard\Default.aspx.cs:42
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053