分工合作做ASP.NET遇到了大难题,求大师指点。谢谢。
是这样的。
每一个人做一个模块。比如他是做学生管理的,我是做老师管理的。做好之后,我想让这两个模块放在一个文件夹下,用IIS指向此文件夹,此文件夹叫manage,但出现了错误。如http://localhost/manage/student时就出现错误
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
|
Source File: C:\Inetpub\wwwroot\project\web.config Line: 38
但如果用IIS指向student文件夹时,如http://localhost/student时,它又可以用了,没有错误。
请问,如何才能将两个文件夹放在一个文件夹下,又可以起作用呢?
比如我输入http://localhost/manage/student不产生错误呢?谢谢大家了。