Apr 19, 2008

Batch Commands to Disable Special Shared Resources

By default all your folders are accessible from other computers in your network. If you want to simply disable this feature, you can execute the batch commands below. After the "Server" windows service is restarted these folders are shared again.

net share "C$" /delete
net share "ADMIN$" /delete

Apr 8, 2008

Cannot Generate SSPI Context Error



If you are getting "Cannot generate SSPI context." error while trying to connect to an SQL server in your local area network, you should check your dns settings first. You can set or reset your dns settings using the batch commands in the following link:

http://redmilonga.blogspot.com/2008/03/batch-file-to-change-dns-servers.html

Apr 4, 2008

Hosting Multiple Web Sites On a Single Server

http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/596b9108-b1a7-494d-885d-f8941b07554c.mspx