
Open Mozilla Firefox,
Go to Tools Menu, Click On Add-ons
A new Add-ons windows popup, Select Yahoo Toolbar and click on Unistall button.
Done
Web application Sharing including ASP, ASP.NET 1.0 (C#) AND ASP.NET 2.0 (C#) MS SQL 2005 Server, Life, Travelling


Error Message:
System.Web.HttpRequestValidationException: A potentially dangerous Request.QueryString value was detected from the client (xx="xxxxx")
For details discussion on the .Net Request Validation http://dotnetfish.blogspot.com/2007/08/systemwebhttprequestvalidationexception.html
Grant the required permissions on all of the directories in the ASP.NET process account (ASPNET) and IUSR_(machinename):
Before you start, Please make sure you have turn off Simple File Sharing if you are using windows xp.

Problem:
I have two form, search form and login form.
Form details:
To solve the problem:
We can add new object xxxx here.
To add manually:
Run the .NET command prompt (Start -> Programs -> Microsoft VS.NET -> VS.NET Tools -> VS.NET prompt) and start the gacutil.exe tool with -i parameter (install) and the name of the control, e.g.
gacutil.exe -i "C:\xxx\xxxx.dll"
To remove manually:
To remove xxxx from GAC
Please use the following command: gacutil.exe -u xxxx
We are able to see the different version for the object that we are trying to use. To know more about GAC, please check on MSDN.