Key words: .text blog asp.net blogx Summary: .text is a BLOG building tool using ASP.NET (there is a blogx is good), Bo Hall also has this Blog is based on this. Under the .NET platform, it is the preferred blog. This article briefly tells you to install and debug first go to http://blog.joycode.com/joy/posts/5532.aspx to download the Chinese version (with source code), don't Busy download, take a closer look at Post and Reply, we build a multi-person version below
(Happy to download is currently not available, here is downloaded: http://www.aspcool.com/download/display.asp? DID = 365)
If you want the English version, go http://www.gotdotnet.com/community/workspaces/viewuploads.aspx?id=E999FCCB3-1A8C-42B5-90EE-348F6B77C407 Download 1. Unpacking file, here we decompress directory To c: / dottext2. Build a virtual directory in the IIS manager, I created dottextWeb, point to C: / Dottext / DottextWeb3. In IIS Manager, modify DottextWeb properties -> virtual directory -> configuration -> mapping Add a wildcard map to the C: /Windows / Microsoft.Net/framework/v1.1.4322/ASPNET_ISAPI.DLL file (because the path of the operating system is installed, this file may be different), pay attention to "Confirm that the file is existing" Be sure to remove Check. Don't choose. Http://scottwater.com/dottext/posts/9254.aspx here is shown
Question: This is the author's installation instructions, but under the Windows2003 Chinese Enterprise Edition, set this step, get an error that cannot be found, it seems that this setting destroys the default content document settings of IIS, without this setting, Dottext instead everything is normal. 4. Create a SQL database, I created dottextdb5.c: / dottext / dottextWeb / dottext_binary_multiple_094 / Data_Setup Directory SQL files have run dottext_setup.sql (don't tell you a bit change, you don't know) Keywords.sql, dottextsprocs. SQL6. Note this step, is a bug that fixes the incorrect statistical result, run http://scottwater.com/code/trigger.txt SQL code, details can be at http://scottwater.com/dottext/posts/9744 .aspx See 7. Compare to the side, you have to create a user called Aliy, build an aliy directory under C: / Dottext / DottextWeb, put a default.aspx empty file 8. Modify C: / dottext / dottextWeb Blog.config file, put it
Modify the correct database connection string
9. Sub Directory Multiple Setup of Handler Patterns.txt
Cover the corresponding part of Blog.Config. If you create a single or non-virtual directory blog, copy the other part of the Handler Patterns.txt.
10. Check Blog.Config
Multiple
is it right or not
11. Run the following SQL code:
INSERT INTO [Blog_Config]
(
[Username], [password], [email], [Title], [Subtitle], [SKIN], [Host], [Author], [Timezone],
[Isactive], [Language], [Itemcount], [AllowServiceAccess], [Lastupdated],
[News], [Secondarycss],
[Application]
)
Values
(
'Aliy', 'Aliy', 'Demo@demo.com', 'Demo Blog', 'A Demo Blog',
'Marvin3-Red', 'Localhost', 'Demo', - 5,
1, 'EN-US', 15, 1, '7/28/2003', NULL, NULL,
'aliy'
)
Here DEMO / DEMO is a username password, pay attention to [host], [Application] to fill in the contents of these two segments
If you want to use http:// localhost / dottextweb, Host fills in Localhost
If you use http://www.test.com/dottextWeb, you will fill in www.test.com
Our user directory is Aliy, here is the content of [Application]
12. Now, you can access your blog with http: // localhost / dottextWeb / aliy, add new users by inserting data in SQL's Blog_Config table and add directory and default.aspx in your dottextWeb directory. .
December 6, 2003 9:06 href = "http://ms.mblogger.cn/peon/services/pingback.aspx" Rel = "pingback">
Comments # 回: .text blog installation
Test
2004-2-6 9:52 by
Carfield -
# 回: .text blog installation
After logging in, exit. This error occurs: "/ WebLog" server error. -------------------------------------------------- ----------------------------- Examples that are not set to the object. Description: Execute an unprocessed exception during the current web request. Check the stack tracking information to learn more about the error and the code caused in the code. Abnormal Details: System.NullReferenceException: The object is not set to an instance of an object. Source error: Execute an unprocessed exception during the current Web request. You can use the following exception stack tracking information to determine information about exception causes and location. Stack Tracking: [NullReferenceException: The object is not set to an instance of an object. ] Dottext.Web.Admin.WebUI.Page.Logout (Object sender, EventArgs e) 43 System.Web.UI.WebControls.LinkButton.OnClick (EventArgs e) 108 System.Web.UI.WebControls.LinkButton.System. Web.UI.IPostBackEventHandler.RaisePostBackEvent (String eventArgument) 57 System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler sourceControl, String eventArgument) 18 System.Web.UI.Page.RaisePostBackEvent (NameValueCollection postData) 138 System.Web. Ui.page.processRequestMain () 1277 I am a .95 version of 2004-4-1 13:48 By
Zzhang--
# 回: .text blog installation
ASDF
2004-4-1 14:13 by
ASDF -
# 回: .text blog installation
FFF
2004-4-1 14:13 by
FFF -
# 回: .text blog installation
ZZZZZZ
2004-4-1 14:13 by
ZZZZZZ ---
# 回: .text blog installation
Hello: Why can't you visit someone else? I use http: // localhost / blog / myblog / access. But others use http://192.168.0.66/blog/myblog/ report error, .Text - Application Error! Details A Blog Matching The location You Requested Was Not Found. Host = [192.168.0.66], Application = [Myblog]
2004-4-14 13:00 by
JKOU
# 回: .text blog installation
Excuse me, why do I click to view POST? DataTime.parse error? ? ?
2004-5-27 16:17 by
Cool small wolf -
# 回: .text blog installation
I also have this problem! ! ! # 回: .text blog Install Hello: Why can't you visit someone else? I use http: // localhost / blog / myblog / access. But others use http://192.168.0.66/blog/myblog/ to report error, .Text - Application Error! Details A Blog Matching the location You Requested Was Not Found. Host = [192.168.0.66], Application = [Myblog] 2004 -6-29 17:15 by
AXII -
# 回: .text blog installation
I also encountered such a problem, thank you!
2004-7-3 23:42 by
Siii -
# 回: .text blog installation
LocalHost can access, and the IP address cannot be accessed, it should be blog_config's Host field used localhost, which is changed to that IP address, and use IP addresses when you visit.
2004-7-13 14:35 by
Bruceyao ---
# 回: .text blog installation
To Record this