Yes, if the bin directory is different from rootDirectory/bin then you need to pass the extra argument binDirectory to .UseSitelet(). Something like this for example:

1
2
3
4
5
6
7
8
9
.UseSitelet(rootDirectory, Site.Main,
    binDirectory = Path.Combine(rootDirectory, "bin",
        #if DEBUG
        "Debug"
        #else
        "Release"
        #endif
    )
)
By on 7/9/2016 7:30 AM ()

Perfect! Thanks!

By on 7/9/2016 9:42 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper