配置方案:
测试环境:IIS 6.0/.net Framework 1.1.4322
如你是server系统:
1.在IIS中新建网站,将主目录指向StudentsMIS.Web;
2.用写字板编辑StudentsMIS.Web\Web.config文件,将“F:\Web Root\学生管理信息系统\StudentsMIS.DataBase\StudentsMIS.mdb”改为现在新的地址;
3.用写字板编辑StudentsMIS.Web\StudentsMIS.Web.csproj.webinfo文件,将“localhost:83”改为你新建站点的地址;
4.用写字板编辑学生管理信息系统.sln文件,将“localhost:83”改为你新建站点的地址;
5.双击学生管理信息系统.sln可打开解决方案。
如你是个人系统(以Win XP为例):
把此文件所在的当前目录复制到C:\Inetpub\wwwroot下,在IIS中,默认网站,右击属性->主目录->改为C:\Inetpub\wwwroot\StudentsMIS.Web;
2.用写字板编辑StudentsMIS.Web\Web.config文件,将“F:\Web Root\学生管理信息系统\StudentsMIS.DataBase\StudentsMIS.mdb”改为“C:\Inetpub\wwwroot\StudentsMIS.DataBase\StudentsMIS.mdb”;
3.用写字板编辑StudentsMIS.Web\StudentsMIS.Web.csproj.webinfo文件,将“localhost:83”改为“localhost”;
4.用写字板编辑学生管理信息系统.sln文件,将“localhost:83”改为“localhost”;
5.双击学生管理信息系统.sln可打开解决方案。
1