随笔 - 1, 文章 - 1, 评论 - 0, 引用 - 0
数据加载中……

我的评论

哈哈,我也想要webEx,把地址也告诉我一声吧:):
噢!非常棒!支持+鼓励:):!
哈!太好了,也请发一份给我吧。
colorsmh@msn.com
哈哈哈,强!请给我也发一份,谢谢!
噢!原来是这样!我就是Luna,非常感谢阿不的讲解!
re: 发布LumaQQ.NET第一个预览版 AXii 2008-03-14 20:28  
总提示我未注册用户不爽,登陆下!:):
应该在很多场景里面可以使用:):
Tutorial: Running ASP.NET applications under Community Server

对这个比较感兴趣,刚才赶紧依照原文做了个Demo,可以没有成功!总是显示的匿名用户,不能获取CS系统中已经登陆用户的用户名信息。

不知还有谁也看了此文并动手实验?
re: 博客园待选Logo (AXii版) AXii 2006-11-10 12:36  
说明:

整体分为左 、 中、 右 3部分。

左 元素 由 字母C 和 圆角方框组成, 而且 字母 C 作了艺术处理,将 C 右上角 艺术化为 一点, 代表主要:(1)汇聚点滴,自成大海;(2).net ;

同时,左 元素可以单独使用于很多环境里,比如作为浏览器地址栏图标,T恤标识,简洁明了。

其他意境。。。:):
re: 博客园待选logo 3 AXii 2006-11-10 12:14  
 
我也弄了一个。
 
 
那确实!下篇吧。。。
@ adonio:
呵呵呵,谢谢!
哈哈哈,测试后
 1    public void Rewrite_BeginRequest(object sender, System.EventArgs args)
 2    {
 3        string appPath = HttpContext.Current.Request.ApplicationPath;
 4        HttpContext.Current.Response.Write(appPath + "<br />");
 5
 6        string strPath = HttpContext.Current.Request.Url.AbsolutePath;
 7        HttpContext.Current.Response.Write(strPath + "<br />");
 8
 9        strPath = strPath.Substring(appPath.Length);
10
11        HttpContext.Current.Response.Write(strPath + "<br />");
12
13        UrlRedirection oPR = new UrlRedirection();       
14
15        string strURL = strPath;
16
17        string strRewrite = oPR.GetMatchingRewrite(strPath);
18
19        if (!String.IsNullOrEmpty(strRewrite))
20        {
21            strURL = strRewrite;
22        }

23        else
24        {
25            strURL = strPath;
26        }

27
28        HttpContext.Current.RewritePath("~" + strURL);
29    }
   
发现这个处理办法对于虚拟路径会出现转发错误,注意第2、3、9行,是我增加的,可以有效的解决虚拟路径问题。
 
2、无法满足页面回发的问题!如何解决,还请您来修改:):
呵呵呵,谢谢!

希望与大家可以有更多的交流:):。
请问Mack.Z :你的这些控件是否可以公布源码?非常棒,很想学习实现方法。谢谢。。。
re: [公告]发表文章功能小改动 AXii 2004-09-05 02:27  
To: Dudu 

我的错误还是这样的啊!而且我下载CnDotText没有改过什么,直接配置的啊!?为什么???: 


“/DotTextWeb”应用程序中的服务器错误。 
-------------------------------------------------------------------------------- 

Can not Find the homepage.ascx  
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。  

异常详细信息: System.ApplicationException: Can not Find the homepage.ascx 

源错误:  

执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。   

堆栈跟踪:  


[ApplicationException: Can not Find the homepage.ascx] 
   Dottext.Web.UI.Pages.DottextMasterPage.InitializeBlogPage() +392 
   Dottext.Web.UI.Pages.DottextMasterPage.OnInit(EventArgs e) +13 
   System.Web.UI.Control.InitRecursive(Control namingContainer) +241 
   System.Web.UI.Page.ProcessRequestMain() +174 

  


-------------------------------------------------------------------------------- 
版本信息: Microsoft .NET Framework 版本:1.1.4322.573; ASP.NET 版本:1.1.4322.573  

re: 博客园程序源代码下载 AXii 2004-09-05 02:26  
To: Dudu

我的错误还是这样的啊!而且我下载CnDotText没有改过什么,直接配置的啊!?为什么???:


“/DotTextWeb”应用程序中的服务器错误。
--------------------------------------------------------------------------------

Can not Find the homepage.ascx 
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 

异常详细信息: System.ApplicationException: Can not Find the homepage.ascx

源错误: 

执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。  

堆栈跟踪: 


[ApplicationException: Can not Find the homepage.ascx]
   Dottext.Web.UI.Pages.DottextMasterPage.InitializeBlogPage() +392
   Dottext.Web.UI.Pages.DottextMasterPage.OnInit(EventArgs e) +13
   System.Web.UI.Control.InitRecursive(Control namingContainer) +241
   System.Web.UI.Page.ProcessRequestMain() +174

 


--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.573; ASP.NET 版本:1.1.4322.573 

re: [公告]发表文章功能小改动 axii 2004-09-04 19:00  
To Dudu:

为什么我的登陆成功转向后提示如下错误啊!:

“/CNDotTextWEB”应用程序中的服务器错误。
--------------------------------------------------------------------------------

Can not Find the homepage.ascx
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.ApplicationException: Can not Find the homepage.ascx

源错误:

执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。

堆栈跟踪:


[ApplicationException: Can not Find the homepage.ascx]
Dottext.Web.UI.Pages.DottextMasterPage.InitializeBlogPage() +391
Dottext.Web.UI.Pages.DottextMasterPage.OnInit(EventArgs e) +13
System.Web.UI.Control.InitRecursive(Control namingContainer) +241
System.Web.UI.Page.ProcessRequestMain() +174




--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.573; ASP.NET 版本:1.1.4322.573
re: 博客园程序源代码下载 AXii 2004-09-04 18:28  
@Michael :


在IIS中, 站点属性(或虚拟目录)=》主目录(或虚拟目录)=》配置=》添加(可执行文件: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll , 扩展名: .* ,不选择“检查文件是否存在” )=》OK! 
re: 博客园程序源代码下载 axii 2004-09-04 16:57  
为什么会出现这个错误呢???:
 

“/CNDotTextWEB”应用程序中的服务器错误。

Can not Find the homepage.ascx

说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.ApplicationException: Can not Find the homepage.ascx

源错误:

执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。

堆栈跟踪:

[ApplicationException: Can not Find the homepage.ascx]
   Dottext.Web.UI.Pages.DottextMasterPage.InitializeBlogPage() +391
   Dottext.Web.UI.Pages.DottextMasterPage.OnInit(EventArgs e) +13
   System.Web.UI.Control.InitRecursive(Control namingContainer) +241
   System.Web.UI.Page.ProcessRequestMain() +174


版本信息: Microsoft .NET Framework 版本:1.1.4322.573; ASP.NET 版本:1.1.4322.573
可不可以公布源代码或提供。96版下载?