I am a lucky guy to have been able to spend quality time with ScottW's .text 0.94 release and am eager to get deep into his 0.95 release. I started working with it yesterday (Sunday) and continue to be dazzled with his coding ability.
I am Running ON A W2K3 Server and Encountered Some Share Permission Issues and IIS 6.0. A vs.net-related Share Permissions Issue and FIX IS Described Here.
When configuring the .SLN and adding http: // localhost / dottextweb, I was getting a runtime error:. Could not load type Dottext.Global This was fixed by giving full trust to the dottext.web, dottext.web.admin, dottext .framework, dotext.common dlls. Then RESTARTING IIS SERVICES. Here's the google post that led me to that course of action. I started with just upping the assembly trust of dottext.web, but then got a runtime Request for the permission of type System.Web.aspnetHostingPermission ... so it was necessary to incretext dlls in the // server / dottext / dotTextWeb / Admin Directory.
To Increase Assembly Trust Go to Programs -> Admin Tools -> MS .NET Framework 1.1 Config, The Runtime Security Policy and Task: Increase Assembly Trust. Here's A ScreenPic.
Download "Baoyu". TEXT version 0.95 version is also: Suppose my project's virtual path setting is http: // localhost / dottextWeb /, then you need to change DottextWeb.csproj.webinfo to this:
For the above questions, you need to modify the database connection string inside web.config.
CONNECTIONSTRING = "localhost; database = dottextdb; uid = sa; pwd = 123; app = blog" /> Change to Connectionstring = "Server = localhost; data = dottextdb; uid = sa; pwd = eddi1ch1n; app = blog" />