(Transfer) "Visual Studio .NET has detected a solution that is not ASP.NET version 1.1 version of the specified web server

xiaoxiao2021-03-06  21

Yesterday, my colleague MM debugged a .NET web server, "Visual Studio .NET has detected the specified web server running is not ASP.NET version 1.1 version ..", told me to help, do it. For a long time, I didn't get it. In the end, I turned out that she will delete the "default Web site" in IIS. I have built a site. It is not easy to compile. It is not possible. It is not a 1.1 version error. The previous error is because it is because The server uses a fixed IP, and the administrator sets the IP address in the attribute as the specified IP address! It is also necessary to make a summary now! Steps to try as follows: 1. Of course, first determine it, don't install 1.1 version, check the path C: /Winnt/Microsoft.Net/framework/v1.1.43222. Many people know that reinstall ASPNET_REGIIS, how to install, how to install, Not much to say, there are a lot of online! 3. Restart the IIS, restart the ASP.NET service program 4. If your web server uses fixed IP: Determines your "Internet Information Service" is "default Web site" and its properties "IP address" (All unallocated), not your own IP address. You can modify the name of the "default web site", but don't delete, once deleted, as long as you are new, you can restore 5. If your IE uses the agent, put the ByPass Proxy Server for Local adresses hook 6. If you already have a Web site, please uninstall it, don't reinstall the vs.net, just reinstall IIS. 7. If you still don't work, then there is no way, then reload the IIS, FRAMWORK, .NET, Operating system, let's talk about a security problem, try not to point IIS to the default path C: / inetpub / wwwroot This path is easy Affected, it is best to re-point to a new path, then remove the wwwroot folder, you need to upload files, you must prevent upload ".hta" files, do the permissions of the website, shield the HTA file, do Good database backup work! It is a little experience in work, for your reference, less detours!

转载请注明原文地址:https://www.9cbs.com/read-42777.html

New Post(0)