Error Runningin Netscape
Sir
In My page I am using Radio Button group where autopostback=true
and I put some code in SelectedIndexChange it is working properly in
IE but it is showing some error while I am trying to run it in Netscape it show the following error
----
Server Error in '/Animator' Application.
Access denied to 'E:\KAC\Animator\HTML\forms\CourseSyllabus.aspx'. Failed to start monitoring file changes.
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: Access denied to 'E:\KAC\Animator\HTML\forms\CourseSyllabus.aspx'. Failed to start monitoring file changes.
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): Access denied to 'E:\KAC\Animator\HTML\forms\CourseSyllabus.aspx'. Failed to start monitoring file changes.]
System.Web.FileChangesMonitor.StartMonitoringFile( String fileName, FileChangeEventHandler callback) +184
System.Web.Caching.CacheDependency.Init(String[] filenames, String[] cachekeys, CacheDependency dependency, DateTime start) +1478
System.Web.Caching.CacheDependency..ctor(String[] filenames, DateTime start) +38
System.Web.Configuration.HttpConfigurationSystem.G etCacheDependencies(Hashtable cachedeps, DateTime start) +150
System.Web.Configuration.HttpConfigurationSystem.C omposeConfig(String reqPath, IHttpMapPath configmap) +741
System.Web.HttpContext.GetCompleteConfigRecord(Str ing reqpath, IHttpMapPath configmap) +206
System.Web.HttpContext.GetCompleteConfig() +49
System.Web.HttpContext.GetConfig(String name) +41
System.Web.CustomErrors.GetSettings(HttpContext context, Boolean canThrow)
System.Web.HttpResponse.ReportRuntimeError(Excepti on e, Boolean canThrow)
System.Web.HttpRuntime.FinishRequest(HttpWorkerReq uest wr, HttpContext context, Exception e)
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0
------
Expecing your reply
|