Recommended: ASP 3.0 Advanced Programming (34) 7.4.4 Using IIS error pages The content related to the ASP error handling process is to provide IIS with customizable error pages. In fact, this feature is also found in IIS 4.0. But the new ASP built-in object ASPError is easier to use and provides more powerful features. In Chapter 4,
Many people are surfing the Internet together in the dormitory, and many people use ARP to do evil, which leads to keeping the Internet disconnection. I asked me if there was any solution, so I wrote the following vbs script. My classmate said that I would not get rid of the chat after using it.
| The following is the quoted content: On Error Resume Next Dim Times:Times=1000*60 Set WshShell = WScript.CreateObject(WScript.Shell) Do While True rt =WshShell.Run(ping 192.168.1.1,0,true) If (rt<>0) Then WshShell.Run arp -d,0 End If Wscript.sleep(Times) Loop |
Share: How to get IP and MAC address by ASP.NET The method of obtaining the server's IP address is simple and practical to use DNS method, as follows: private void ButtonIP_Click(object sender, System.EventArgs e){ System m.Net.IPAddress[] addressList = Dns.GetHostByName(Dns