仓酷云
标题:
ASP教程之微软的这篇文章能完全办理visual inter...
[打印本页]
作者:
飘飘悠悠
时间:
2015-1-16 23:18
标题:
ASP教程之微软的这篇文章能完全办理visual inter...
asp,你就只能等着微软给你解决,它不乐意你就只好悲催。而且asp跑在windows服务器上,windows服务器跟linux比起来简直弱爆了!interdev|visual|办理|微软|成绩微软的这篇文章能完全办理visualinterdev的调试成绩
必要安装visualinterdevserver,在visualstudio6.0的第二张盘上
HOWTO:ConfigureYourWebServerforVisualInterDev6.0ASPDebugging
--------------------------------------------------------------------------------
Theinformationinthisarticleappliesto:
MicrosoftVisualInterDev,version6.0
MicrosoftWindowsNTServerversion4.0
MicrosoftWindowsNTWorkstationversion4.0
MicrosoftWindows2000
--------------------------------------------------------------------------------
SUMMARY
ThisarticledescribestherecommendedstepstoconfigureyourWebserverforremoteandlocalActiveServerPages(ASP)scriptdebuggingforusewithVisualInterDev6.0.Therearefourbasicthingsthatyoumustdo:
InstalldebuggingcomponentsontheWebserver.
AddthenecessaryuserstotheAdministratorsgroupoftheWebserver.
ConfigureDCOMpermissionsontheWebserver.
SetupaVisualInterDev6.0projectfordebugging.
MOREINFORMATION
Install/ConfirmDebuggingComponentsontheWebServer
Installorensurethatyouarerunningthefollowingcomponents:
MicrosoftPersonalWebServer4.0orInternetInformationServer4.0orlater.
Asp.dllversion4.02.0662orlater.Ifyouhaveversion4.02.0662,thefilesizemustbe330,448bytes.YoucaninstallanupdatedversionofAsp.dllbyapplyingWindowsNTServicePack4orlater.
YoumayhavetostopWebservicesbeforeapplyingaservicepackinorderforAsp.dlltogetupdated.Fromacommandprompt,youcantypethefollowingtostoptheWebservices:
netstopiisadmin/y
MicrosoftFrontPageServerExtensionsversion3.0.2.1706orlater.
TheMicrosoftVisualInterDevServercomponents.IfyoudonotseethislistedintheAdd/RemoveProgramsutilityinControlPanel,youcaninstallitbyrunningSetup.exefromtheVID_SSdirectoryonVisualStudioCD-ROM2oronCD-ROM1oftheVisualInterDevstandaloneversion.
RemoteMachineDebuggercomponents(recommended).
IfyoudonotseethislistedinAdd/RemovePrograms,youcaninstallitbyrunningSetup.exefromtheSCRPT_SSdirectoryonVisualStudiodisc2orondisc1oftheVisualInterDevstandaloneversion.
VisualStudioServicePack3orlater,ifyouarerunningWindows2000.
YoucandownloadVisualStudioServicePack3fromthefollowinglocation:
http://msdn.microsoft.com/vstudio/sp/vs6sp3/default.asp
NOTE:TheWebservermustbeaWindowsNT4.0Workstation/ServeroraWindows2000Professional/Server/AdvancedServercomputer.
AddtheNecessaryUserstotheLocalAdministratorsGroupoftheWebServer
Inordertocorrectlyusedebugging,youmustbepartofthelocalAdministratorsgroupontheWebserveryouwillbedebuggingagainst.
StepstoadduserstotheAdministratorsgroupinWindowsNT4.0:
FromtheStartmenu,selectRun.
Type:usrmgrcomputernameandclickok.
Double-clicktheAdministratorsgroupinthebottompane.
Addtheusersyouwanttoallowtodebug.
StepstoadduserstotheAdministratorsgroupinWindows2000:
FromtheStartmenu,selectPrograms,andthenselectAdministrativeTools.
FromtheAdministrativeToolsmenu,selectComputerManagement.
ExpandLocalUsersandGroupsunderSystemTools.
SelecttheGroupsfolder.
Double-clicktheAdministratorsgroupintherightpane.
Addtheusersyouwanttoallowtodebug.
ConfigureDCOMPermissionsontheWebServer
FromtheStartmenu,selectRun.
Typedcomcnfg.exeandclickok.
OntheApplicationstab,scrolldowntotheCatalogClassanddouble-clickittoviewProperties.
SelecttheSecuritytab.
ClickUsecustomaccesspermissionsandthenclickEdit.
Addtheusersthatyouwillallowtodebugtothislist,grantingthemAllowAccessrights,orsimplyaddtheAdministratorsgrouptothislist.
SelecttheUsecustomlaunchpermissionsoptionandclickEdit.
Addtheusersthatyouwillallowtodebugtothislist,grantingthemAllowLaunchrights,orsimplyaddtheAdministratorsgrouptothislist.
Sel</p>源代码保护方面其实现在考虑得没那么多了..NET也可以反编译.ASP写得复杂的话别人能看得懂的话.他也有能力自己写了.这方面担心的倒不太多.纵观现在网上可以下载的那些所谓BBS还有什么网站等等的源代码
作者:
飘飘悠悠
时间:
2015-1-20 09:27
ASP.Net摆脱了以前ASP使用脚本语言来编程的缺点,理论上可以使用任何编程语言包括C++,VB,JS等等,当然,最合适的编程语言还是MS为.NetFrmaework专门推出的C(读csharp),它可以看作是VC和Java的混合体吧。
作者:
透明
时间:
2015-1-24 21:06
如何更好的使自己的东西看上去很不错等等。其实这些都不是问题的实质,我们可以在实践中不断提升自己,不断充实自己。
作者:
精灵巫婆
时间:
2015-1-30 14:23
Server:这个表示的服务器,操作服务器的一些东西使用这个,如Server.Mappath转换服务器路径,Server.CreateObject实例化一个组件
作者:
简单生活
时间:
2015-2-1 10:27
下面简单介绍一下我学习ASP的方法,希望对想学习ASP的朋友有所帮助...
作者:
海妖
时间:
2015-2-7 03:40
学习ASP其实应该上升到如何学习程序设计这种境界,其实学习程序设计又是接受一种编程思想。比如ASP如何学习,你也许在以前的学习中碰到过。以下我仔细给你说几点:
作者:
再见西城
时间:
2015-3-6 16:34
他的语法和设计思路和VB完全相同,导致很多ASP的书都留一句“相关内容请参考VB的相关教材....”更糟糕的是,相当多的ASP教程混合了Javascript,VBscript等等脚本语言,搞的初学者。
作者:
因胸联盟
时间:
2015-3-13 04:09
不是很难但是英文要有一点基础网上的教程很少有系统的详细的去买书吧,另不用专门学习vb关于vbscript脚本在asp教材都有介绍
作者:
若相依
时间:
2015-3-13 04:09
学习ASP其实应该上升到如何学习程序设计这种境界,其实学习程序设计又是接受一种编程思想。比如ASP如何学习,你也许在以前的学习中碰到过。以下我仔细给你说几点:
作者:
仓酷云
时间:
2015-3-20 12:24
完全不知道到底自己学的是什么。最后,除了教程里面说的几个例子,还是什么都不会。
欢迎光临 仓酷云 (http://ckuyun.com/)
Powered by Discuz! X3.2