In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article introduces the relevant knowledge of "how to solve the problem that the IIS server cannot run ASP programs". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
IIS server is a basic Internet service based on running Microsoft Windows provided by Microsoft. It was originally an optional package for the Windows NT version, and then was built into Windows 2000, Windows XP Professional, and Windows Server 2003, but there is no IIS on the commonly used version of Windows XP Home.
Before analyzing the problem, try to visit the pure static pages in the site (pages with the suffix of htm or html). If it does not display properly, the problem itself is not on the ASP.
Check the settings of the IIS server to see if "Application Settings-execute permissions-pure scripts" is set, and there is an asp extension in "configuration-Mapping". After the IIS server settings have been checked correctly, proceed to the following steps.
1. If the site itself has Global.asa, change its name to Global.old and restart the site. Write down the code in notepad, save it as a test.asp file, and access it in a browser. If it can be displayed properly, the problem lies in the Global.asa file.
2. Set the application protection to "low" and restart the IIS server admin thread. If you can read the ASP page in the browser at this time, there is a problem with the IWAM account. If you still can't access the ASP page, check the component Services of Administrative tools to make sure you can see the IIS server package.
Attachment: if the component service cannot be opened (probably because the application is full of CPU), add and delete the component service in the control panel, and then restart the computer.
3. Return the application protection to "medium" or "high" and add the IWAM account to the Administrator group. If the ASP page can be viewed at this time, there is a permission problem in IWAM. If the ASP still does not display properly, go to the DOS window and run the Synciwam.vbs tool on the command line.
C:\ Inetpub\ adminscripts > cscript synciwam.vbs
4. Solve the problem of the authority of the IWAM account. Well, this is a long story. I will publish a separate article in the future.
5. The method of re-establishing IIS server packages:
Delete the following packages in component Services
IIS Server In-Process Applications
IIS Server Out-of-Process Pooled Applications
IIS Server Utilities
Type the following command in the DOS window to re-establish the package
% windir%\ system32\ inetsrv rundll32 wamreg.dll, Create IIS Package
Close the component Manager and reopen it. After seeing the three new packages, restart the IIS server (IIS RESET) to see if the ASP web page can be browsed properly.
This is the end of the content of "how to solve the problem that the IIS server cannot run ASP programs". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.