注意:我知道这看起来像是这个问题的副本.我不知道它是如何复制的.我已经说过我已经检查了这个问题,我尝试了所有的答案,但它没有用.
这是我尝试过的:
根据Dario的回答,我按照步骤进行了操作,但没有在名称部分找到任何 php
在接受的答案上,我在命令行提示符下运行相同的代码,但它显示:
appcmd.exe set config /section:handlers "/[name='PHP55_via_FastCGI'].ResponseBufferLimit:0"
Run Code Online (Sandbox Code Playgroud)
并返回:
错误(消息:找不到请求的集合元素.)
然后我检查了PHP手册:
我没有找到像_via_FastCGI那样的配置文件中的任何内容
我检查了Plesk的PHP设置,是的,我的服务器在FastCGI模式下运行.
所以,我已经在我的开发服务器上工作了很多个小时用于该冲洗部分,现在在我的实时服务器上它无法正常工作.任何帮助将受到高度赞赏
更新1:
正如@artlung所建议的,我在这里附上了截图:
更新2:
这是我通过搜索关键字"FastCGI"在notepad ++中找到的内容
<add name="FastCgiModule" lockItem="true" />
<add name="PleskEngine-FastCGI-html" path="*.html" verb="*" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\Parallels\Plesk\admin\bin\php-cgi.exe|-dauto_prepend_file=auth.php" resourceType="Either" responseBufferLimit="0" />
<add name="PleskEngine-FastCGI-html" path="*.html" verb="*" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\Parallels\Plesk\admin\bin\php-cgi.exe|-dauto_prepend_file=auth.php" resourceType="Either" responseBufferLimit="0" />
<add name="PleskEngine-FastCGI-php3" path="*.php3" verb="*" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\Parallels\Plesk\admin\bin\php-cgi.exe|-dauto_prepend_file=auth.php" resourceType="Either" responseBufferLimit="0" />
<add name="PleskEngine-FastCGI-php3" path="*.php3" verb="*" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\Parallels\Plesk\admin\bin\php-cgi.exe|-dauto_prepend_file=auth.php" resourceType="Either" responseBufferLimit="0" />
<add name="PleskEngine-FastCGI-php" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="C:\Program Files …Run Code Online (Sandbox Code Playgroud) 在VB6中,你可以很容易地进入下一工序按CTRL+ Page Down按还前面的过程CTRL+ Page Up.
但是我找不到任何方法使用Visual Studio 2010编程VB.NET; 我想向下或向上滚动以使用键盘快捷键转到上一个或下一个过程.
在VB6中,我可以使用以下代码用另一个字符串更改字符串的一部分.
例如:
Dim strTest As String
strTest = "abc"
Mid$(strTest, 2, 1) = "x"
' now strTest Value will be "axc"
Run Code Online (Sandbox Code Playgroud)
上面有VB.Net等价吗?String.Replace将替换所有实例,但我不希望这样.