Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/30.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# asp.net url重写_C#_Asp.net_Url Rewriting - Fatal编程技术网

C# asp.net url重写

C# asp.net url重写,c#,asp.net,url-rewriting,C#,Asp.net,Url Rewriting,我想用我自己的创建模块创建一个URL重写器,使用 web.config global.asax 和其他文件 我不想只为几个页面重写URL,我想为所有页面编写一些通用代码。以下是一些信息: 以下是对我来说最好的:

我想用我自己的创建模块创建一个URL重写器,使用

  • web.config
  • global.asax
和其他文件

我不想只为几个页面重写URL,我想为所有页面编写一些通用代码。

以下是一些信息:

以下是对我来说最好的: