首页 \ 问答 \ asp到asp.net的迁移(asp to asp.net migration)

asp到asp.net的迁移(asp to asp.net migration)

我正在将一个网站从asp迁移到asp.net。 我有一些asp页面中有这个内容:

<!--#include file="inc_search_form.asp" -->

在asp.net中做这件事的翻译是什么?


i am migrating a website from asp to asp.net. i have some asp pages that have this in them:

<!--#include file="inc_search_form.asp" -->

what is the translation for doing this in asp.net?


原文:https://stackoverflow.com/questions/1163546
更新时间:2022-08-09 16:08

最满意答案

听起来像IIS ADSI提供程序没有安装/注册(可能的原因是协议IIS上的语法错误:在字符串中)

只需跟踪提供程序DLL的来源 - 怀疑它是通过以下方式安装的:

IIS 6.0管理包


Stephbu is correct and that answer was helpful, but it is not sufficient. In order to use ADSI remotely from my XP workstation, I needed to install IIS 5.1. Once that was installed, all my scripts started working. If there is an installation that can make the scripts work without making my computer an IIS server, I am unaware of it.

相关问答

更多
  • 1、先安装这个软件 2、下载一个虚拟光驱,或者有光驱的也可以(放光盘) 3、新建一个虚拟机,然后配置你虚拟机的硬件信息 4、光驱那里你选你本机的夜可以选虚拟光驱的,如果用虚拟光驱的话必须加装ISo镜像文件。 给虚拟机分一个大点的文件夹作为虚拟硬盘,一般20G就可以,这样你可以做分几个虚拟的磁盘。 5、开始安装系统前把系统盘或者镜像载入虚拟光驱,然后开机。 6、接下来就是开始安装了。
  • 应该是你系统盘的问题 你xp想做网站 建议你装APMServ V5.2.6 APMServ V5.2.6| 一键搭建PHP+MySQL+ASP+Nginx平台 APMServ 5.2.6 是一款拥有图形界面的快速搭建Apache 2.2.9、PHP 5.2.6、MySQL 5.1.28&4.0.26、Nginx 0.7.19、Memcached 1.2.4、phpMyAdmin 2.11.9.2、OpenSSL、SQLite、ZendOptimizer,以及ASP、CGI、Perl网站服务器平台的绿色软件。 ...
  • 不,这意味着我必须使用IIS7,因此本周我将转向Vista。 编辑:哈 - 投了! 我认为这是一个同情投票。 :-) No. Which means I'm moving to vista this week as I have to use IIS7. EDIT: Ha - voted up! I assume it's a sympathy vote. :-)
  • 我没有下载正确的版本。 它必须是在“其他安装选项”下具有高级服务的那个。 这还会使用报表项目(BI)模板安装VS 2008的副本。 问题是,非高级版本仍然安装Reporting Services配置管理器,给您的印象是您拥有合适的软件,它只是不起作用,并且没有任何错误消息是显而易见的。 链接到其他安装选项。 I didn't download the correct edition. It has to be the one with advanced services under "other insta ...
  • 从您的问题看来,您正在寻找配置IIS Express的方法。 正如Kat暗示的那样,IIS Express并不像工具那样运送IIS管理器(不幸的是)。 配置IIS Express直接编辑配置文件的一种方法是使用可在IIS Express的安装目录中找到的命令行工具appcmd.exe。(http://stackoverflow.com/questions/4690358/iisexpress-user-interface ) From your question it appears that you ar ...
  • 听起来像IIS ADSI提供程序没有安装/注册(可能的原因是协议IIS上的语法错误:在字符串中) 只需跟踪提供程序DLL的来源 - 怀疑它是通过以下方式安装的: IIS 6.0管理包 Stephbu is correct and that answer was helpful, but it is not sufficient. In order to use ADSI remotely from my XP workstation, I needed to install IIS 5.1. Once th ...
  • 想到的一个解决方案是臭名昭着的Loopback Check 。 环回检查安全功能,旨在帮助防止计算机上的反射攻击。 因此,如果您使用的FQDN或自定义主机标头与本地计算机名称不匹配,则身份验证将失败。 资料来源: https : //support.microsoft.com/en-us/kb/896861 按照上面链接给出的解决方案,它应该解决问题。 One solution that comes in mind is the infamous Loopback Check. loopback check ...
  • 您可能已经清楚知道开箱即用IIS 5.1仅支持一个网站。 您可以使用adsutil.vbs工具在IIS 5.1中创建第二个站点并将其配置为使用它。 以下文章解释了该过程: IIS:在Windows 2000和Windows XP Professional上的IIS中创建多个Web站点 甚至还有一个GUI小部件可以简化生活: http://www.firstserved.net/support/downloads 简而言之: 使用上述方法之一创建第二个站点(将IP地址设置为计算机的主IP地址) 将test.l ...
  • 此链接看起来像Hanselman帖子所基于的。 它有netsh和httpcfg形式的命令。 http://learn.iis.net/page.aspx/1005/handling-url-binding-failures-in-iis-express/ This link looks like what the Hanselman post was based on. It has both netsh and httpcfg forms of the commands. http://learn.iis ...

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)