Greetings - I am told that IIS is where I go to get help for Web Matrix problems - so I startup Web Matrix 2 - and decide to use a template - it seems like anyone I choose will generate this error listed below, this one was Starter Site template. I was using Web Matrix and having a great experience - had gone through quite a bit of the tutorials listed in one of the books I found on amazon. There may have been an update - I have auto-update on on this machine (win 7 - ) I also have vs2010 pro on here.
Thanks in advance.
Donnie
There was an error creating site 'Starter Site8'.
Invalid index. (Exception from HRESULT: 0x80070585)
System.Runtime.InteropServices.COMException (0x80070585): Invalid index. (Exception from HRESULT: 0x80070585)
at Microsoft.Web.Administration.Interop.IAppHostElement.GetPropertyByName(String bstrSubName)
at Microsoft.Web.Administration.ConfigurationElement.GetAttributeValue(String attributeName)
at Microsoft.Web.Administration.Binding.get_SslFlags()
at Microsoft.Web.Administration.Binding.get_CertificateHash()
at Microsoft.Web.Administration.BindingCollection.Add(Binding binding)
at Microsoft.Web.Administration.BindingCollection.Add(String bindingInformation, String bindingProtocol)
at Microsoft.Web.Administration.SiteCollection.Add(String name, String bindingProtocol, String bindingInformation, String physicalPath, Byte[] certificateHash, String certificateStore, SslFlags sslFlags)
at Microsoft.WebMatrix.Utility.CreateSiteHelper.CreateSite(String name, String path, FrameworkType frameworkType)
at Microsoft.WebMatrix.Utility.CreateSiteHelper.CreateSiteFromName(String name, Boolean makeNameUnique)
at Microsoft.WebMatrix.Gallery.Server.GalleryModuleService.<>c__DisplayClass10.<AddSiteFromName>b__f(ExecutionContext context)
at Microsoft.WebMatrix.Core.Server.ModuleService.<>c__DisplayClass4`1.<InvokeOnMTA>b__0()
at Microsoft.WebMatrix.Core.TaskServiceImplementation.<>c__DisplayClass8`1.<InvokeOnMTA>b__5()