directory
-
directory info get files show directories C# .Net
There is sometimes a misunderstanding between a “file” and a “folder” in filesystems. In C# .Net the following is often used to list all “files” in a folder. However, even though you can specify to search containing subdirectories, the above… Continue reading
-
Create Custom and Self Signed SSL Certificate in IIS 6 (Windows Server 2003)
Single domain Ex. http://www.ronniediaz.com Note: Foremost, in order to access your site over HTTPS, the HTTP SSL Service will need to be running. This service binds to port 443 and filters HTTP traffic to IIS. Relatively easy to do in… Continue reading