Qual è il tipo di errore? Lo chiedo perchè anch'io sto cercando di venirne a capo: sito in asp.net (con sua impostazione) e poi una sottocartella /blog contenente il blogengine per conto suo.
A me visualizza subito un Runtime Error che, impostando il customErrors mode="Off" restituisce un Configuration Error, nel Web.Config:
codice:
Line 19: </configSections>
Line 20: <BlogEngine>
Line 21: <blogProvider defaultProvider="XmlBlogProvider">
Line 22: <providers>
Line 23: <add name="XmlBlogProvider" type="BlogEngine.Core.Providers.XmlBlogProvider, BlogEngine.Core"/>
Informazioni addizionali
codice:
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (D:\Inetpub\webs\ildragocom\project\web.config line 65)
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (D:\Inetpub\webs\ildragocom\project\web.config line 95)
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (D:\Inetpub\webs\ildragocom\project\web.config line 96)
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (D:\Inetpub\webs\ildragocom\project\web.config line 112)
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (D:\Inetpub\webs\ildragocom\project\web.config line 120)
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (D:\Inetpub\webs\ildragocom\project\web.config line 128)
Usando Visual Studio, e impostando la sottodirecotry come applicazione, funziona.
Speriamo di venirne a capo: I Love BE 
A presto, saluti