【发布时间】:2013-12-02 14:22:18
【问题描述】:
我正在使用 DNN (DotNetNuke) 6,我有如下网址,
http://localhost/Training/rpscategory.aspx?P=Oracle&Cat=Middleware
我想重写上面的网址,
http://localhost/Training/Oracle/Middleware
和
http://localhost/Training/rpscategory.aspx?P=Oracle&Cat=Middleware&Course=Monitor-and-Performance
我想重写上面的网址,
http://localhost/Training/Oracle/Middleware/Monitor-and-Performance
如何实现这一目标
提前致谢
【问题讨论】:
标签: asp.net c#-4.0 url-rewriting dotnetnuke