What's on our mind
Your go-to resource for in-depth insights, expert tips, and the latest trends in web development. Whether you’re a business owner, entrepreneur, or developer, our blog is designed to empower you with the knowledge and tools needed to navigate the digital landscape successfully.
Error on IIS 7 or IIS 7.5 running .Net 1.1: \\?\C:\Windows\system32\inetsrv\config\applicationHost.config
If you try to change any property of an application that was build with dot net 1.1 on IIS 7 or IIS 7.5 get an...
MYSQL Create new user and Grant privileges
To Create a new user in mysql CREATE USER 'UserName'@'localhost' IDENTIFIED BY 'Password'; To Grant user access to the Database GRANT ALL PRIVILEGES...
Access to the path Sitefinity/App_Data/Configuration/.. folder is denied
If you moved Sitefinity from one server to another you might run into this issue Access denied on App_Data folder. To solve this issue on IIS 7.5...