<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_随风飘扬_分类_[02] ASP.NET</title><id>http://feed.cnblogs.com/blog/u/27725/category/287974/rss</id><updated>2012-06-04T05:31:44Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/category/287974.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/27725/category/287974/rss"/><entry><id>http://www.cnblogs.com/nicch/archive/2011/03/20/how_to_use_iis_express.html</id><title type="text">IIS Express 的配置、使用和注意点</title><summary type="text">VS2010的SP1引入了IIS Express支持，这是值得高兴的事情……因为自带的ASP.net Development Server只能单站点运行、不能设置虚拟目录、多少个项目就会出现多少个等等等等巴拉巴拉，我对它恨之入骨，总之，很长一段时间内我进行开发实际上都是用IIS的。但是用IIS有不方便的地方，就是必须开启IIS Admin服务，而且VS必须以管理员模式运行才能正常打开项目和调试。每次都以管理员模式启动已经比较麻烦了，比较郁闷的是，以管理员模式启动的vs处于特权状态，所以程序间的文件拖放就失效了……换句话说，如果我想从资源管理器中直接拖一个文件到vs中打开，就办不到了。所以对II</summary><published>2011-03-19T16:40:00Z</published><updated>2011-03-19T16:40:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2011/03/20/how_to_use_iis_express.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2011/03/20/how_to_use_iis_express.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/nicch/archive/2010/12/15/url_routing_with_two_optional_parameter_in_asp_net_4.html</id><title type="text">这个算是BUG吗? ASP.net 4.0/MVC3 RC2 中, 带有两个可选参数的路由, 同时没有指定参数时将无法生成正确的链接</title><summary type="text">RT， 昨天刚刚升级到RC2， 今天就遇到比较郁闷的问题。 之前看到阿不提到过一些关于MVC3 RC2的BUG，感觉不会太大影响使用。不过今天下午就遇到问题了。本来很简单的路由注册，带有Area的路由， 突然发现用 Html.ActionLink 生成的链接是空地址，觉得很奇怪，用Url.Action测试也是空地址。但是如果调用默认路由的话，链接就完全正常，非常费解。默认的路由注册如下：public static void RegisterRoutes(RouteCollection routes){ routes.IgnoreRoute("{resource}.axd/{*path</summary><published>2010-12-15T09:08:00Z</published><updated>2010-12-15T09:08:00Z</updated><author><name>木鱼</name><uri>http://www.cnblogs.com/nicch/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nicch/archive/2010/12/15/url_routing_with_two_optional_parameter_in_asp_net_4.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nicch/archive/2010/12/15/url_routing_with_two_optional_parameter_in_asp_net_4.html"/><content type="html"/></entry></feed>
