﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>运维部落 &#187; .net</title>
	<atom:link href="http://help.vps12.com/tag/net/feed" rel="self" type="application/rss+xml" />
	<link>https://help.vps12.com</link>
	<description>分享服务器运维及实践解决方案</description>
	<lastBuildDate>Sat, 25 Jan 2025 07:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>出现Visual Studio Just-In-Time Debugger的解决方法</title>
		<link>https://help.vps12.com/1621.html</link>
		<comments>https://help.vps12.com/1621.html#comments</comments>
		<pubDate>Mon, 01 Aug 2016 03:54:19 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[编程实践]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[vps12.com]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=1621</guid>
		<description><![CDATA[经常弹出“Visual Studio Just-In-Time Debugger” 对话框，内容是：“An unhanled win32 exception occurred in explorer.exe[2548]. just-in-time debuenabled. in visual studio，just-in-debugging can be enabled from tools/options/debugging/just-in-time.‘check the documentation index for ‘just-in-timedebugging，errors’for more information无论你选哪一项或直接关闭都会导致程序关闭。 　　遇到这种问题首先肯定是上网搜索各种解决方法，但好像只有一种方法，点选[开始]>[执行]，在“开启”对话框中键入以下指令： 　　drwtsn32 -i 　　点选[确定]，这个指令将会把Dr.Watson设定成预设的Debugger工具，这样就不会让您每次都会跳出这样的错误讯息了。 　　装完之后这个问题就没有再出现，不过网上也有人找不到drwtsn32这个程序。 　　这里提高一下某位高手的解决方法，虽然没有试过，但是可以试试！！ 　　解决方法在CSDN博客中：http://blog.csdn.net/bright60/archive/2006/08/24/1111592.aspx 　　出现这种情况，往往是因为原先安装有VS，后来因某些原因（比如：卸载）导致VS无法使用！！ 　　当系统中的有些软件出现错误时，会自动调用vs进行调试，但因为VS无法使用，就出现了visual studio just-in-time debugger窗口。 　　此方法主要就是删除指定的注册表 32位系统处理方法：use the registry editor to delete the following registry keys： 　　HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger 　　HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger 　　64位系统处理方法：On [...]]]></description>
		<wfw:commentRss>https://help.vps12.com/1621.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>配置基于Windows2003集成环境IIS+Php+Mysql+Zend+Rewrite+Gzip+asp+.net+n点虚拟主机管理系统(图文)</title>
		<link>https://help.vps12.com/487.html</link>
		<comments>https://help.vps12.com/487.html#comments</comments>
		<pubDate>Sun, 04 Nov 2012 05:07:29 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[VPS新手指南/教程]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[zend]]></category>
		<category><![CDATA[服务器]]></category>

		<guid isPermaLink="false">http://blog.vps12.com/?p=487</guid>
		<description><![CDATA[经常大家在使用vps及服务器时需要对一些环境进行配置，比如要在win在运行php及asp或是.net的网站，那么这么复杂的配置对一个新接触服务器管理的亲手来讲，的确有些复制，那么为了更好的服务于大家，本文以新手安装方式来建立配置基于Windows2003集成环境： IIS+Php+Mysql+Zend+Rewrite+asp+.net+n点虚拟主机管理系统 我们从0开始，一步步建立。当我们拿到一台新的服务器或是vps时，以干净的系统为基础。一步步来操作： 一、准备工作： 1.首先我们先要确认一下我们需要安装的最基础也是最重要的iis是否有安装文件！！一般默认情况下安装系统的提供商都会给于安装文件如i386。以我们vps12.com提供给客户的环境为例。是放在c:\i386目录。可以在安装时直接调用。 2.确认下其他的软件是否下载好了。本文需要安装使用的软件有以下： 1 iis安装文i386(也有其他爱好者分享出来的专用iis6的安装文件也可以) 2 asp.net2.0 3 Rewrite for iis插件（伪静态组件） 4 n点虚拟主机管理系统 5 php for windows 6 mysql for windows 7 zend for windows 8 serv-u (ftp服务端) ps:其中5-8软件我们用最容易的方式操作安装。要用到个软件 小骑士。是本着最为简化方式安装配置。以最快捷傻瓜式安装。 3.开始安装iis 开始 -&#62; 设置 -&#62; 控制面板 -&#62; 添加或删除程序 -&#62; 添加删除windows组件，然后找到 应用程序服务器 按如图所未勾选组件。 注意这边有个小的细节就是可以直接勾asp.net这个。然后再勾最后一个。这样就可以了。其他不要勾。 然后会提示没有文件要指定地址。然后我们选择一下 c:\i386 ，复制文件完成后。iis这样就安装完了。 详细步骤请参考图文教程：如何安装IIS  http://help.vps12.com/386.html 4. 安装asp.net 2.0 这个不用说。很容易。没有细节上的东西要注意，一直下一步就安装完成了。 [...]]]></description>
		<wfw:commentRss>https://help.vps12.com/487.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
