如果您愿意,可以通过更改 action 属性的值并删除添加在网页编码文件中但没使用的两个操作,将这三个都指向同一个操作。
If you wish, you can point all three to the same action by changing the action attribute's value and deleting the two unused actions that were added to the pagecode file.
可以创建一个文件系统网站,然后创建一个 IIS 虚拟目录,该目录指向包含您的网页的文件夹。
You can create a file-system Web site and later create an IIS virtual directory that points to the folder containing your pages.
在这种情况下,您网站的网页和文件夹可以存储在用户可以访问的任何文件夹中,但IIS本地副本中的虚拟目录必须指向文件位置。
In that case, the pages and folders for your Web site can be in any folder to which users have access, and a virtual directory in your local copy of IIS must point to the file location.
应用推荐