If you find yourself in a situation where you need to take ownership of a large number of files and/or folders – like after a data restore – you can either do it the tedious way using the properties dialog one file/folder at a time, or you can use TAKEOWN. TAKEOWN allows you to take […]
A Tip For Resolving Group Policy Error 0x8007000d
Rick Barber at OrcsWeb wrote a blog post about Resolving Group Policy Error 0x8007000d that might be helpful so I’m reposting here. Happy hosting!
System Administration, Troubleshooting, WindowsAuto-Format VS2010 Source Code
I had to dig up this handy tip earlier so figured I’d repost it – both for myself and for others looking to make their code cleaner without manually respacing and indenting everything. http://www.orcsweb.com/blog/brad/auto-format-vs2010-source-code/
ASP.NET, Development/Coding, Visual StudioURL Rewrite 301 Redirect For a Single Page
Want to set up a 301 redirect for a certain single page on your site to send users to a different URL? Below is a very simple web.config file I created on an IIS7 server to demonstrate performing this action. The rule looks for a URL of http://<yourdomain.com>/folder1/default.aspx and, if found, returns an HTTP Status code […]
cytanium, Development/Coding, Hosting, IIS, OrcsWeb, tip, Windows