仓酷云

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 454|回复: 9
打印 上一主题 下一主题

[学习教程] ASP教程之ASP.net hash.web 回绝会见成绩

[复制链接]
若相依 该用户已被删除
跳转到指定楼层
楼主
发表于 2015-1-16 23:40:45 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
由于ASP还是一种Script语言所没除了大量使用组件外,没有办法提高其工作效率。它必须面对即时编绎的时间考验,同时我们还不知其背后的组件会是一个什么样的状况;asp.net|web|会见|成绩|asp.net|成绩在visualstuduo.net中调试asp.net程序时呈现过量次“hash.web”会见被回绝的情形,检察程序代码又没有发明成绩,重启IIS也不克不及办理,惟有重启电脑才恢复一般。

经由过程百度找不到办理举措,惟有用google搜刮一下本国网站,找到以下tips:

http://blogs.wwwcoder.com/deepak/archive/2004/10/14/885.aspx
Accesstothepathcontaininghash.webisgettingdenied.

AfterinstallingVisualStudio.NETandF5acoupleoftimes,Iusedtogetthiserrorfrequently.Theonlyresolutionwastowaitforupto5to10minsorrestartsystem,sinceafolderinTemporaryASP.NETfilescontainingweb.configgetslockedupautomatically.

AftersearchingawhileinKBs,Forums,Ifoundoneclosestmatchingsolution,whichsolvedmyproblem.Justwantedtosharewithotherreaderswhowouldalsobeexperiencingthisissue.Theproblemoccurssignificantlyifyoutouchweb.configandASP.NEThassignificantmemoryconsumption(asseeninWindowsTaskManager)

ThereisaservicecalledIndexingServicewhichrunsinthesystem.DuringF5,ASP.NETtriestoJITcompilethenewdll(asmyunderstandinggoes)andwhensimultaneouslyASP.NETandIndexingservicegoestothespecifiedsetofcachefiles,thedeadlockoccursandASP.NETthrowsthisexception.

Solutions【办理办法】:

KeepIndexingServiceManualorStopIt
InIndexingServicePreferences,MakeC:/Winnt/Microsoft.NETtobeexcludedorplacedintheexclusioncatalogsothatIndexingServicewillnotaccessthislocation.

---
Actuallythissolvedanotherproblemwearefacinghere.Thanksforthetip.Theproblemislikethis:
Oneofthecollegues@myworkplacehadaworkingVS.NETinstallationandwashappilyworkingonASP.NET.Sometimelaterhewasnotabletodebugtheasp.netapplicationsthroughVS.NET,changedconfigfilesranaspnet_regiis,uninstalledVS.NETandreinstalleditcompletelysomanytimes.Nouse,nada,zilch.So,wefinallysaid"TakeCare"thatworkstation,andgavehimanotherone.Nowafterreadingyourpost,IfoundIndexingServicewasrunningonthatmachine.SoIstoppedit,reinstalledVS.NETanditisfine.Justfine.Thanksforthetip.
------------------------------------

http://weblogs.asp.net/bsimser/archive/2004/11/04/252512.aspx

AccessdeniedtoyourownASP.NETapplication
EveryhaveabaddaywithyourASP.NETapp?Evergettheyellowscreenofdeathwiththisonit:

Accesstothepath"C:WINNTMicrosoft.NETFrameworkv1.1.4322TemporaryASP.NETFilesmyapp5607edd7fc4d1071hash.web"isdenied.

Ifyougogooglingfortheproblem,youllfindafewsuggestions,solutions,ideas,andrants.Wehadthesameproblemhappenatourshopafewtimesinthesameweek.Infact,itgottothepointwherewe(theusersinthelocalAdministratorgroup)couldntevenaccessthefoldersthemselves.

Afterputtingourproverbialmindstowork,wedidsomethingfairlysimple.Wereclaimedownershipofthefolders.YoucandothisinthesecuritytaboftheASP.NETTemporaryfilesdirectory.

Rightclickandselect"Properties"
Selectthe"Security"tab
Clickonthe"Advanced"button
Selectthe"Owner"tab
Selecttheowner(MACHINENAMEAdministrators),checkthe"Replaceowneronsubcontainersandobjects"andclickOK
Voila.Problemgone.Appworkingagain.Everyoneishappy.


</p>帮助用户快速实现各种应用服务,ASP商有整合各方面资源的能力,可在短期内为用户提供所需的解决方案。例如,典型的ERP安装,如果要在客户端安装的话需要半年到二年的时间,但是美国的一些ASP商如USI和CORIO能在90—120天内提供ERP应用方案。
深爱那片海 该用户已被删除
沙发
发表于 2015-1-19 09:42:00 | 只看该作者
最近在学asp,不要问我为什么不直接学.net,因为公司网站是asp做的所以有这个需要,卖了本书asp入门到精通,对里面的六大内置对象老是记不住,还有很多属性和方法看的头晕。
山那边是海 该用户已被删除
板凳
发表于 2015-1-24 12:06:09 | 只看该作者
Application:这个存储服务端的数据,如果不清除,会直到web应用程序结束才清除(例如重启站点)
只想知道 该用户已被删除
地板
发表于 2015-2-1 10:05:59 | 只看该作者
作为IE上广为流传的动态网页开发技术,ASP以它简单易学博得了广大WEB程序爱好这的青睐,而且它对运行环境和开发品台的不挑剔,以及有大量有效的参考手册,极大的推广了它的发展。
柔情似水 该用户已被删除
5#
发表于 2015-2-2 11:08:23 | 只看该作者
封装性使得代码逻辑清晰,易于管理,并且应用到ASP.Net上就可以使业务逻辑和Html页面分离,这样无论页面原型如何改变,业务逻辑代码都不必做任何改动;继承性和多态性使得代码的可重用性大大提高。
6#
发表于 2015-2-7 18:31:29 | 只看该作者
学习ASP其实应该上升到如何学习程序设计这种境界,其实学习程序设计又是接受一种编程思想。比如ASP如何学习,你也许在以前的学习中碰到过。以下我仔细给你说几点:
admin 该用户已被删除
7#
发表于 2015-2-22 21:15:34 | 只看该作者
我们必须明确一个大方向,不要只是停留在因为学而去学,我们应有方向应有目标.
愤怒的大鸟 该用户已被删除
8#
发表于 2015-3-7 02:56:18 | 只看该作者
他的语法和设计思路和VB完全相同,导致很多ASP的书都留一句“相关内容请参考VB的相关教材....”更糟糕的是,相当多的ASP教程混合了Javascript,VBscript等等脚本语言,搞的初学者。
第二个灵魂 该用户已被删除
9#
发表于 2015-3-14 05:54:20 | 只看该作者
多看多学多思。多看一些关于ASP的书籍,一方面可以扩展知识面一方面可以鉴借别人是如何掌握、运用ASP的;多学善于关注别人,向同学老师多多学习,不论知识的大小;多思则是要将学到的知识灵活运用。
简单生活 该用户已被删除
10#
发表于 2015-3-21 00:49:44 | 只看该作者
接下来就不能纸上谈兵了,最好的方法其实是实践。实践,只能算是让你掌握语言特性用的。而提倡做实际的Project也不是太好,因为你还没有熟练的能力去综合各种技术,这样只能使你自己越来越迷糊。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|仓酷云 鄂ICP备14007578号-2

GMT+8, 2024-12-25 09:56

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表