Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

When i am try to open a page, it opens with following error message which i track.

C#
Url: http://www.magnopsis.com/Expense/ExpenseTypeView.aspx

Source: System.Web

Message: Exception of type 'System.Web.HttpUnhandledException' was thrown.

Stack Trace: at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.expense_expensetypeview_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\ee085924\badbc5e7\App_Web_expensetypeview.aspx.189d331c.-o1_l3r1.0.cs:line 0 at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


I don't know how to fix it. Kindly help me.

Thank you in advance.
Posted
Updated 9-May-22 7:27am
v2

Have you deploy your site on server, if yes then go to c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files and delete your site folder. restart IIS. check the application.
 
Share this answer
 
Comments
Sumit Kumar Singh India 15-Dec-11 2:31am    
Dear koolprasad,
I have already upload it on server and error occurs on serer not on loaclhost.

After deletion of site folder have to upload on server again?
koolprasad2003 15-Dec-11 2:53am    
Look, you don't have to upload on server again. it is already uploaded.
what you have to do is, Just delete your site folder from above path only. not from your physical path.
and then restart IIS.
Sumit Kumar Singh India 15-Dec-11 3:01am    
Ok.

Thank you!
Sharathta 23-Jun-15 6:00am    
thanks a lot !
If this exception occurred while executing a Page, ensure that the Page is marked <%@ Page Async="true" %>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900