by djc | Aug 10, 2022 | Apple, InfoTech
A recovery email on your iCloud account is necessary in case you forget your password and need to get back into your Apple device. I recently talked to the tech support in a cell phone provider to try to restore a phone that was accidentally reset to its factory...
by djc | Jul 20, 2022 | InfoTech
A quick way to get your IP. You can find the IP of the device (computer, phone, etc) your using by doing a simple google search. Open the google site, and enter what is my ip address. The search results will have your current IP as the first item.
by djc | Jul 19, 2022 | Databases, InfoTech
Solution to common problems that Windows servers have in allowing remote users to connect to MySQL. Windows Server is commonly used to run MySQL and MariaDB. The main problems that user may have connecting remotely to it can be through firewall settings blocking port...
by djc | May 4, 2022 | ASP.NET, C#, Coder, Frameworks, Programming Languages, Web Development
You may need to get the URL from an ASP.NET web page in C#. Here are some examples on how to do this. Example: http://localhost:78000/Sandbox/Default.aspx?q1=1&q2=2 Code: $host = HttpContext.Current.Request.Url.Host; $authority =...
by djc | Jan 6, 2022 | Software, Visual Studio
If you get a “..package did not load correctly” error in Microsoft Visual Studio, this can be easily fixed with through the command prompt. Close all running instances of Visual Studio. Run the following from the command line with administrative rights:...