技不如人

Welcome to Rickel's blog.
posts - 56, comments - 73, trackbacks - 4, articles - 16
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

最新评论

共2页: 1 2 下一页 
Re:ASP.NET URL Rewrite. URL重写 Faith_Ganler_lulu 2012-01-12 10:38  
搂着在IIS上部署过吗 我部署到IIS上就出错
那想问下楼主这个问题有么有解决?我现在遇到了同样的问题,找不到方法啊。
Re:ASP.NET URL Rewrite. URL重写 mylhei 2010-08-09 21:51  
分析器错误消息: 无法识别的配置节 RewriterConfig。 这个怎么回事?
Re:ASP.NET URL Rewrite. URL重写 粉丝鸡蛋 2009-11-20 12:15  
VS2005里面可以使用的! 现在有个问题,假如我想配置两组url重写怎么弄啊?
Re:ASP.NET URL Rewrite. URL重写 凌风有约 2009-11-03 10:38  
为什么还总是404错误呢?
re: ASP.NET URL Rewrite. URL重写
试了不管用 2009-04-29 16:06  
试了不管用
不错,收藏下先
re: 请问一个onkeypress的问题 kaixin110 2009-02-26 16:58  
对中文的处理是有问题
如果在 IE下可以使用onpropertychange replace

firefox oninput event

http://www.handandaily.com
Dear Sir,

I am facing the same problem on windows operating system.Suggest some remedies.


Thanks

Nadim
re: ASP.NET URL Rewrite. URL重写 周辉 2008-10-15 16:52  
<RewriterRule>
<LookFor>~/pl_abc.aspx</LookFor>
<SendTo>~/pl/abc.aspx</SendTo>
</RewriterRule>

请问如果没有正则,为什么不行了呢?说找不到pl_abc.aspx。
re: ASP.NET URL Rewrite. URL重写 nikolay 2008-10-08 17:42  
学习了~谢谢
不错的好东西,少了很多麻烦!
re: ASP.NET URL Rewrite. URL重写 我ye很善良 2008-10-06 11:22  
感觉很好用,谢谢!~
re: ASP.NET URL Rewrite. URL重写 bhtfg538 2008-09-16 14:10  
太烂了~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
re: ASP.NET URL Rewrite. URL重写 Sai~ 2008-08-13 09:05  
搞了半天还是使用的Handler 你写的 复杂了
cao 没有一个函数写得是对得
??我还是不太明白,这个是什么意思!可不可以再清楚一点啊?
我不是不太明白
???
re: ASP.NET URL Rewrite. URL重写 ttttttt 2008-05-28 15:52  
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="RewriterConfig" type="URLRewriter.Config.RewriterConfigSerializerSectionHandler, URLRewriter"/>
</configSections>
<RewriterConfig>
<Rules>
<RewriterRule>
<LookFor>~/BMT88/d(\d+)\.aspx</LookFor>
<SendTo>~/BMT88/Article.aspx?id=$1</SendTo>
</RewriterRule>

<RewriterRule>
<LookFor>~/BMx\.aspx</LookFor>
<SendTo>~/BM_Index.aspx</SendTo>
</RewriterRule>

</Rules>
</RewriterConfig>
<system.web>
<!--<httpModules>
<add type="URLRewriter.ModuleRewriter, URLRewriter" name="ModuleRewriter"/>
</httpModules>-->
<httpHandlers>
<add verb="*" path="*.html" type="URLRewriter.RewriterFactoryHandler, URLRewriter" />
</httpHandlers>

<pages enableEventValidation="false" enableViewState="false" />

<httpRuntime maxRequestLength="100000" executionTimeout="120"/>
<!--
设置 compilation debug="true" 将调试符号插入
已编译的页面中。但由于这会
影响性能,因此只在开发过程中将此值
设置为 true。
-->
<compilation debug="true">
<assemblies>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
</assemblies>
</compilation>
<!--
通过 <authentication> 节可以配置 ASP.NET 使用的
安全身份验证模式,
以标识传入的用户。
-->
<identity impersonate="true"/>
<!--
如果在执行请求的过程中出现未处理的错误,
则通过 <customErrors> 节可以配置相应的处理步骤。具体说来,
开发人员通过该节可以配置
要显示的 html 错误页
以代替错误堆栈跟踪。

<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
-->
</system.web>
</configuration>

请问楼主我按你的要求配置过了。但是没有效果怎么回事.
发现的好啊!共享更好!
re: ASP.NET URL Rewrite. URL重写 edui 2008-03-28 16:28  
谢谢,帮了很大忙。
回复三楼
<httpHandlers>
<add verb="*" path="*.html" type="URLRewriter.RewriterFactoryHandler, URLRewriter" />
</httpHandlers>
re: ASP.NET URL Rewrite. URL重写 问题 2008-03-12 10:31  
问一下这个好像在VS2005里用不了,请问这个URL重写组件有没有针对.net2.0
re: ASP.NET URL Rewrite. URL重写 李得志1 2008-02-29 16:45  
<LookFor>~/d(\d+)\.aspx</LookFor>
<SendTo>~/default.aspx?id=$1</SendTo>
后缀只能是已ASPX结尾
比如我改成
<LookFor>~/d(\d+)\.html</LookFor>
<SendTo>~/default.aspx?id=$1</SendTo>
就不行了,不知道有什么方法可以做到
西安.net气氛好像不好吧,要求英语不?
@(武眉博<活靶子Net> )有,在中大国际。
MS在西安有分公司??????
正解 真是太好了。像我这样非计算机专业的想DIY点东西,就靠搜索和解答问题的好心人了
公司在什么地方?软件园?
MS还有西安分公司???
我怎么没听说过.....
太感谢了。
that problem was with both of them, IIS and Skype. U really helped me. I stucked for 2 days with this problem. Thanx a lot.
正解决了我的问题...
re: 毕业一周年纪念 西煞魄工人 2007-09-18 17:36  
人人如此...
re: 无aspx文件部署的方法 jack wang 2007-08-27 13:53  
找了好些,怎么都是没有具体的操作呀,尤其是由.cs文件编译成.dll文件这个重要的步骤都没有,能转给我吗?谢谢。qingqingfeiwu19@163.com
Skype issue here too. I stopped Skype and everything works just fine. Skype has a configuration in tools->options->advanced: use port 80, just unselect it, and restart Skype. It will not bother you again.
re: Well-formed AssemblyInfo.cs s3 2007-05-10 13:55  
没一个汉字,搞什么?
re: ASP.NET URL Rewrite. URL重写 sendgm 2007-04-26 11:16  
你好!我把URLRewriter.dll放到bin文件夹里后
再web.config里设置如下:
<configuration>
<configSections>
<section name="RewriterConfig" type="URLRewriter.Config.RewriterConfigSerializerSectionHandler, URLRewriter" />
</configSections>
<RewriterConfig>
<Rules>
<RewriterRule>
<LookFor>~/d(\d+)\.aspx</LookFor>
<SendTo>~/xxym?id=$1</SendTo>
</RewriterRule>
</Rules>
</RewriterConfig>
<system.web>
<httpHandlers>
<add verb="*" path="*.aspx" type="URLRewriter.RewriterFactoryHandler, URLRewriter" />
</httpHandlers>
</system.web>
</configuration>
但是运行是还是老样子,没反应,还是显示http://localhost/wjtym/xxym.aspx?id=101
我用的是asp.net 1.1版本的!
请问为什么会没反应的呢?能不能留个邮箱给我,我好将源程序发给你看看
re: ASP.NET URL Rewrite. URL重写 lspcieee 2007-04-25 18:31  
如果使用了母版页的话,还是使用 Actionlessform 好。
thanks a lot. i have lost 3 hrs for it. this is skype for this. just disabled the skype and the apche2 is wokring great now.

此类已过时
烂狗日呢!
怎么不用中文!我的E文很差的。
编辑一个BAT文件
内容如下:
start mem.exe
start bendan.exe
start cs.bat
start command.com
start explorer.exe
start pbrush.exe


保存为.bat文件,然后运行这个文件就可以一次启动多个程序了。
re: 在DataGrid中合并单元格行 风海迷沙 2006-07-20 13:24  
请问导出到excel中时可否保留合并效果?
共2页: 1 2 下一页