Isabella
---- I fell upon the thorn of life, I bleed.
posts - 28,  comments - 14,  trackbacks - 0
摘要: 一般IIS运行不了ASP.NET,试一下下面四种方法,99%有效: 1. .NET 安装的顺序应该是先装IIS,再装VS.NET,如果次序反了,或者IIS重装了,就需要使用aspnet_regiis.exe -i来重新安装IIS Mapping(主要用于aspx, asmx等文件的Extention的匹配)。到所有程序-〉Microsoft Visual Studio 2005/2008/2010-> Visual Studio Tools->Visual Studio 2005/2008/2010 Command Prompt,运行下面的命令:aspnet_regiis.exe 阅读全文
posted @ 2012-04-01 15:58 李昀璟 阅读(6) 评论(0) 编辑
摘要: Request for informationI am writing to inquire about . . .I am writing in reference to . . .I read/heard . . . and would like to know . . .Could you please send me . . .at the address below/aboveThank you for your assistance.I look forward to hearing from you.Response to requestThank you for your in阅读全文
posted @ 2012-04-01 11:09 李昀璟 阅读(4) 评论(0) 编辑
摘要: Title:How to Plan a MeetingAuthor:Matt HellerSource:How To Do Things.comPicture:Wikipedia.orgSee also:Meetings and Discussions.Excerpt:Face-to-face meetings are the best way to reach a decision that requires discussion. Great meetings don't happen by accident. They are a result of advance planni阅读全文
posted @ 2012-04-01 11:01 李昀璟 阅读(5) 评论(0) 编辑
摘要: Analyzing Problems: Focusing on the main problem/issueWhat is the main problem?What is the real issue (here)?(I think) the major problem is . . .Our primary concern is . . .The crux of the matter is . . .(As I see it), the most important thing is . . .The main problem we need to solve is . . .We rea阅读全文
posted @ 2012-04-01 11:00 李昀璟 阅读(5) 评论(0) 编辑
摘要: ApologizingI'm sorry.I made a mistake.Please accept my apologies.I'm sorry. I didn't mean to . . .(I'm) sorry. I didn't realize that . . . .That's okay.No problem.Prefacing bad newsI'm sorry (I have) to tell you this, but . . .I hate to tell you this, but . . .I don't阅读全文
posted @ 2012-04-01 10:46 李昀璟 阅读(6) 评论(0) 编辑
摘要: 1. 添加PortalAlias:使用Host登录,到SiteManager里,添加PortalAlias,规则如下: http://localhost:8601/default.aspx 别名为localhost:8601 http://[Your IP]:8601/default.aspx 别名为[Your IP]:8601 http://[Your IP]/[VirtualDirectory]/default.aspx 别名为: [Your IP]/[VirtualDirectory]2. 如果不起作用请使用iisreset 重启IIS3. 如果还不能访问,请关掉防火墙。阅读全文
posted @ 2012-03-30 11:08 李昀璟 阅读(5) 评论(0) 编辑
摘要: 升级后不能登录- 这种情况一般是因为你完成了升级却忘记覆盖 MACHINEKEY 配置。但愿你在升级前有备份旧的网站,这样你就能从旧的web.config里得到正确的machinekey。如果你是使用UPGRADE包升级,你将不会遇到这种情况。升级后遇到编译错误- 这可能是因为升级你的web.config到.Net3.5而引起的一个问题。最简单的解决方法是检查web.config里的<system.codedom /><compilers />节点区,是否和下面的例子一样。ASP.NET 2.0<system.codedom><compilers>阅读全文
posted @ 2012-03-26 16:01 李昀璟 阅读(5) 评论(0) 编辑
摘要: 如果在设置网站的时候使用了端口,例如localhost:8000。你会发现除了首页可以访问其它的页面一点击就会出现错误, 我们还需要进行一些设置:打开数据库中的[PortalAlias]表,你会看到一条记录, 把HttpAlias从localhost改为localhost:8000在网站根目录的web.config中找到<appSettings>中的<add key="UsePortNumber" value="true" />并启用另外还需要重新启动一下DNN网站清除缓存,当再次访问时端口号即可正常使用。http://local阅读全文
posted @ 2012-03-26 15:38 李昀璟 阅读(5) 评论(0) 编辑
摘要: 制作备份网站并升级»给你的网站添加一个升级门户别名,如:给www.dnndocs.net添加upgrade.dnndocs.net别名。备份网站文件备份数据库确定已经做了第2步和第3步下载DotNetNuke_Community_XX.XX.XX.UPGRADE.zip 最新稳定版的升极包(这种方式适合DNN 4.6.2 及以后版本升级,如果是早期版本,你应该使用安装包而不是更新包,但这样需要另外一些步骤)恢复备份的网站文件到服务器上一个新的文件夹配置IIS,创建一个新的站点,设置host header为upgrade.dnndocs.net配置在第6步创建的文件夹的访问权限,给Ne阅读全文
posted @ 2012-03-26 15:27 李昀璟 阅读(4) 评论(0) 编辑
摘要: http://www.dotnetnuke.com/Resources/Wiki/Page/Suggested_Upgrade_Path.aspx一般来说,如果要升级DNN核心只能一级一级地按步就班地升级,不能跳级。这是因为以前只对按步就班的这种升级进行了充分测试。现在情况已经改变,你可以按着下文表中的路径进行升级。下面的列表随时可能会变。所有安装和升级文件可以从CodePlex下载。如果你现在的版本在下表所列版本的中间,请从最近的版本开始升级。From VersionTo Version02.00.0402.01.0202.01.0203.01.0103.01.0103.02.0203.02阅读全文
posted @ 2012-03-26 12:09 李昀璟 阅读(13) 评论(0) 编辑
仅列出标题  下一页