Why shouldn’t we allow any domain to run Asp.Net application under the Full Trust level? Below are the reasons: If the Asp.Net application is allowed to run under Full Trust level then it can: 1. Browse(create/edit and delete too) files in the Windows directory using the System.IO namespace. 2. Browse(create/edit and delete too) folders in …
Fetching domain whois information using asp.net
There are several domain whois checking websites available today. For example, who.is and domaintools.com are broadly used. It is very easy to develop such web application of your own. All you need to query the whois server for a domain in question. Here is the sample code, that fetches the whois information associated with the …


Recent Comments