仓酷云

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

[学习教程] ASP教程之微软的这篇文章能完全办理visual inter...

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

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

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

x
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:33 | 只看该作者
ASP.Net摆脱了以前ASP使用脚本语言来编程的缺点,理论上可以使用任何编程语言包括C++,VB,JS等等,当然,最合适的编程语言还是MS为.NetFrmaework专门推出的C(读csharp),它可以看作是VC和Java的混合体吧。
透明 该用户已被删除
板凳
发表于 2015-1-24 21:06:34 来自手机 | 只看该作者
如何更好的使自己的东西看上去很不错等等。其实这些都不是问题的实质,我们可以在实践中不断提升自己,不断充实自己。
精灵巫婆 该用户已被删除
地板
发表于 2015-1-30 14:23:37 | 只看该作者
Server:这个表示的服务器,操作服务器的一些东西使用这个,如Server.Mappath转换服务器路径,Server.CreateObject实例化一个组件
简单生活 该用户已被删除
5#
发表于 2015-2-1 10:27:43 | 只看该作者
下面简单介绍一下我学习ASP的方法,希望对想学习ASP的朋友有所帮助...
海妖 该用户已被删除
6#
发表于 2015-2-7 03:40:44 | 只看该作者
学习ASP其实应该上升到如何学习程序设计这种境界,其实学习程序设计又是接受一种编程思想。比如ASP如何学习,你也许在以前的学习中碰到过。以下我仔细给你说几点:
再见西城 该用户已被删除
7#
发表于 2015-3-6 16:34:29 | 只看该作者
他的语法和设计思路和VB完全相同,导致很多ASP的书都留一句“相关内容请参考VB的相关教材....”更糟糕的是,相当多的ASP教程混合了Javascript,VBscript等等脚本语言,搞的初学者。
因胸联盟 该用户已被删除
8#
发表于 2015-3-13 04:09:42 | 只看该作者
不是很难但是英文要有一点基础网上的教程很少有系统的详细的去买书吧,另不用专门学习vb关于vbscript脚本在asp教材都有介绍
若相依 该用户已被删除
9#
发表于 2015-3-13 04:09:43 | 只看该作者
学习ASP其实应该上升到如何学习程序设计这种境界,其实学习程序设计又是接受一种编程思想。比如ASP如何学习,你也许在以前的学习中碰到过。以下我仔细给你说几点:
10#
发表于 2015-3-20 12:24:33 | 只看该作者
完全不知道到底自己学的是什么。最后,除了教程里面说的几个例子,还是什么都不会。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-12-23 11:04

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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