摘要:
1、我们没有真正的服务器,我们只是租用了.net2.0 + SQLserver空间,SQL数据库名是固定的。2、空间提供商不可能给我们设定数据源或给你aspnetdb数据库权限。3、我们没有服务器的 /Windows/Microsoft.Net/Framework/v2.x/Config 权限。 已知上面三点,如果直接把本地测试好的项目传到服务器肯定会出错(因为他默认是调用/Windows/Microsoft.Net/Framework/v2.x/Config ),我认为好的解决方法是把aspnetdb数据库内容全部导入自己的远程SQL数据库后,再定义项目的web.config数据库连接字符串 阅读全文
摘要:
In ASP.NET 2.0 with Visual Studio (VS) 2005, you can program custom authenticated pages quickly with the Membership Login controls provided. These controls can be found in VS 2005 in the toolbox under the Login section and include: Pointer, Login, LoginView, PasswordRecovery, LoginStatus, LoginName, 阅读全文