当前位置:网站首页>Windows 2003 64 bit system PHP running error: 1% is not a valid Win32 Application
Windows 2003 64 bit system PHP running error: 1% is not a valid Win32 Application
2022-06-28 03:05:00 【wwwwestcn】
Question 1 :php Operation error reporting :1% It's not effective win32 Applications
php After the environment is configured , function html success , But running php Just report a mistake , The error message is “1% It's not effective win32 Applications ”, English newspaper %1 is not a valid Win32 application. This is the first time I have encountered such a problem , After searching and experimenting , The problem is finally solved .
Error reason : Because in 64 Bit operating system , Under default configuration ,IIS Working in 64 In bit mode , This will make many 32 Bit application does not work properly .
resolvent :
1) Go to the command prompt : Start -> function cmd
2) Execute the script :
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
explain ;%SYSTEMDRIVE% Indicates the system disk . for example , If your system disk is C, Then the above sentence is changed to :
cscript c:\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
Question two : Visit the website and report an error :Service Unavailable
After the above operation , Thought it was done , It's not . When you visit the website, you report an error :Service Unavailable.
The solution is as follows :
1) Go to the command prompt : Start -> function cmd
2) Execute the script :
%SYSTEMROOT%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
explain :%SYSTEMROOT%\ Represents the system directory , It's usually “C:\WINDOWS\”;v1.1.4322 Is the default .net edition , You can also change it to “v2.0.50727” And so on , The key is not to write the path name wrong , Otherwise, the execution will not succeed .
Link to the original text :https://www.west.cn/faq/list.asp?unid=584
边栏推荐
- 第三批入围企业公示!年度TOP100智能网联供应商评选
- 简单ELK配置实现生产级别的日志采集和查询实践
- Arduino esp8266 web LED control
- How does win11 close recently opened projects? Win11 method to close recently opened projects
- Domain Name System
- Is it reliable to invest in the inter-bank certificate of deposit fund? Is the inter-bank certificate of deposit fund safe
- Review the submission of small papers for 2022 spring semester courses
- Which securities platform is the best and safest for a novice to open a stock trading account
- Publicity of the third batch of shortlisted enterprises! Annual Top100 smart network supplier selection
- [today in history] June 3: Microsoft launched Bing search engine; Larry Roberts starts ARPANET; The father of Visual Basic was born
猜你喜欢
Usage differences between isempty and isblank
Interpretation of bilstm-crf in NER forward_ algorithm
CMU提出NLP新范式—重构预训练,高考英语交出134高分
音视频技术开发周刊 | 251
Arduino esp8266 web LED control
[today in history] June 24: Netease was established; The first consumer electronics exhibition was held; The first webcast in the world
Win11 cannot create a new text document? Solution to win11 right click failure to create a new text document
[today in history] June 19: iPhone 3GS launched; Pascal was born; Anti terrorist elite begins testing
How does win11 close recently opened projects? Win11 method to close recently opened projects
ByteDance Interviewer: how to calculate the memory size occupied by a picture
随机推荐
转载文章:数字经济催生强劲算力需求 英特尔发布多项创新技术挖掘算力潜能
PHP 代码 微信、公众号、企业微信 发送表情符号 [U+1F449]
[today in history] June 10: Apple II came out; Microsoft acquires gecad; The scientific and technological pioneer who invented the word "software engineering" was born
面试:List 如何根据对象的属性去重?
目标检测|SSD原理与实现
Win11 ne peut pas faire glisser l'image sur le logiciel de la barre des tâches
The horizontal scrolling recycleview displays five and a half in one screen, which is lower than the five average distributions
Feign远程调用fallback回调失败,无效果
没错,是水的一篇
The first place on the list - the carrying rate of front-end equipment is up to 10%, and the top 10 suppliers of digital key solutions
[today in history] June 12: the United States entered the era of digital television; Mozilla's original developer was born; 3com merges with American Robotics
[today in history] June 13: parent-child disputes in packet switched networks; The founder of game theory was born; The embryonic form of interactive television
Desai wisdom number - histogram (column folding mixed graph): ratio of rental price to rental income in the graduation quarter of 2021
在线JSON转PlainText工具
[today in history] June 17: the creator of the term "hypertext" was born; The birth of Novell's chief scientist; Discovery channel on
Reprinted article: the digital economy generates strong demand for computing power Intel releases a number of innovative technologies to tap the potential of computing power
嵌入式DSP音频开发
Thesis reading: General advantageous transformers
[today in history] June 19: iPhone 3GS launched; Pascal was born; Anti terrorist elite begins testing
简单ELK配置实现生产级别的日志采集和查询实践