仓酷云
标题:
ASP教程之ASP.net hash.web 回绝会见成绩
[打印本页]
作者:
若相依
时间:
2015-1-16 23:40
标题:
ASP教程之ASP.net hash.web 回绝会见成绩
由于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
最近在学asp,不要问我为什么不直接学.net,因为公司网站是asp做的所以有这个需要,卖了本书asp入门到精通,对里面的六大内置对象老是记不住,还有很多属性和方法看的头晕。
作者:
山那边是海
时间:
2015-1-24 12:06
Application:这个存储服务端的数据,如果不清除,会直到web应用程序结束才清除(例如重启站点)
作者:
只想知道
时间:
2015-2-1 10:05
作为IE上广为流传的动态网页开发技术,ASP以它简单易学博得了广大WEB程序爱好这的青睐,而且它对运行环境和开发品台的不挑剔,以及有大量有效的参考手册,极大的推广了它的发展。
作者:
柔情似水
时间:
2015-2-2 11:08
封装性使得代码逻辑清晰,易于管理,并且应用到ASP.Net上就可以使业务逻辑和Html页面分离,这样无论页面原型如何改变,业务逻辑代码都不必做任何改动;继承性和多态性使得代码的可重用性大大提高。
作者:
仓酷云
时间:
2015-2-7 18:31
学习ASP其实应该上升到如何学习程序设计这种境界,其实学习程序设计又是接受一种编程思想。比如ASP如何学习,你也许在以前的学习中碰到过。以下我仔细给你说几点:
作者:
admin
时间:
2015-2-22 21:15
我们必须明确一个大方向,不要只是停留在因为学而去学,我们应有方向应有目标.
作者:
愤怒的大鸟
时间:
2015-3-7 02:56
他的语法和设计思路和VB完全相同,导致很多ASP的书都留一句“相关内容请参考VB的相关教材....”更糟糕的是,相当多的ASP教程混合了Javascript,VBscript等等脚本语言,搞的初学者。
作者:
第二个灵魂
时间:
2015-3-14 05:54
多看多学多思。多看一些关于ASP的书籍,一方面可以扩展知识面一方面可以鉴借别人是如何掌握、运用ASP的;多学善于关注别人,向同学老师多多学习,不论知识的大小;多思则是要将学到的知识灵活运用。
作者:
简单生活
时间:
2015-3-21 00:49
接下来就不能纸上谈兵了,最好的方法其实是实践。实践,只能算是让你掌握语言特性用的。而提倡做实际的Project也不是太好,因为你还没有熟练的能力去综合各种技术,这样只能使你自己越来越迷糊。
欢迎光临 仓酷云 (http://ckuyun.com/)
Powered by Discuz! X3.2