萌萌妈妈 发表于 2015-1-16 23:38:21

ASP网页编程之关于编译器失利,毛病代码为 128。的解...

asp,jsp,php是web开发的三大技术,asp简单易用且有microsoft做靠山,jsp功能强大是因为有java支持,php则开源跨平台.在国内,asp应用范围最广,jsp发展势头最猛,php则处于劣势.这可能与公司的支持以及技术的培训有关.编译|毛病|办理




itsareallyhorribledream!

Onemorning,afeteriopenmycomputer,ifoundthatallmyasp.netwebapplicationcouldnotrunagain!

Isearchedtheproblemwithgoogle,butnothingisvaluable.

Thefollowingmethodisatleastusefultome,Ihopeuarealsolucky!

Firstofall,updateyourantivirussoftwareandmakeafullscanonyourcomputer.Iguessthecauseoftheproblemisthatsomehackerhasenteredinmycomputerandmadesomechangeinmyaccountandsecuritysettings,sothesensitiveasp.netfounditandthenstoppedworking.

Afteruaresurenoviruseisinyourcomputer,ucanfollowthestepsbelow.

1.run"aspnet_regiis-ua"inthecmd.ucanstartthecmdfromthevs.nettoolsinthestartmenu,otherwiseuneedtypethefullpath.

2.removetheaspnetaccountfromyourcomputer

3.uninstalliis

4.restartyourcomputer

5.reinstalliis

6.run"aspnet_regiss-i"inthecmd

7.addvs_developersgrouptoiisoperators(ucanoperationiniis)

8.openthefile"machine.config"whichisin"C:WINNTMicrosoft.NETFrameworkv1.1.xxxxCONFIG",thenfindandreplace
userName="machine"
with
userName="SYSTEM"

9.restartyourcomputerandpraysilently



Icantpromiseuanything,butiwillprayforu.

</p>大家可以自己去看一看.可以说看得想呕吐.以前有次下了个动网来看.里面连基本内置函数的保护措施(函数没防御性)都没有.难怪经常补这个补那个了.可能现在.NET版会好点吧

乐观 发表于 2015-1-20 10:49:31

我就感觉到ASP和一些常用的数据库编程以及软件工程方面的思想是非常重要的。我现在也在尝试自己做网页,这其中就用到了ASP,我想它的作用是可想而知的。

愤怒的大鸟 发表于 2015-1-29 06:49:00

运用经典的例子。并且自己可以用他来实现一些简单的系统。如果可以对他进行进一步的修改,找出你觉得可以提高性能的地方,加上自己的设计,那就更上一个层次了,也就会真正地感到有所收获。

爱飞 发表于 2015-2-5 23:35:35

哪些内置对象是可以跳过的,或者哪些属性和方法是用不到的?

深爱那片海 发表于 2015-2-14 05:26:29

下载一个源代码,然后再下载一个VBScript帮助,在源代码中遇到不认识的函数或是其他什么程序,都可以查帮助进行解决,这样学习效率很高。

只想知道 发表于 2015-3-4 04:53:42

以HTML语言整合(HTML负责界面上,ASP则负责功能上)形成一个B/S(浏览器/服务器)模式的网页程序。

再现理想 发表于 2015-3-11 17:06:03

我们必须明确一个大方向,不要只是停留在因为学而去学,我们应有方向应有目标.

飘飘悠悠 发表于 2015-3-19 02:31:00

ASP(ActiveServerPages)是Microsfot公司1996年11月推出的WEB应用程序开发技术,它既不是一种程序语言,也不是一种开发工具,而是一种技术框架,不须使用微软的产品就能编写它的代码,能产生和执行动态、交互式、高效率的站占服务器的应用程序。

萌萌妈妈 发表于 2015-3-27 05:15:45

它可通过内置的组件实现更强大的功能,如使用A-DO可以轻松地访问数据库。
页: [1]
查看完整版本: ASP网页编程之关于编译器失利,毛病代码为 128。的解...