Dear Experts,
I am Completely new to ASP.NET i want to design a page in which when i will click on LINKBUTTON (www.in.com) then website should be open but there is an error
Server Error in '/WebSite2' Application.
--------------------------------------------------------------------------------
The HTTP verb POST used to access path '/WebSite2/www.in.com' is not allowed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The HTTP verb POST used to access path '/WebSite2/www.in.com' is not allowed.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): The HTTP verb POST used to access path '/WebSite2/www.in.com' is not allowed.]
System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) +462
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +506
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +191