i created one simple application it is working fine but when i browse in virtual directory all the pages are displaying like
Default.aspx
default1.aspx
default2.aspx etc but when i click dafault.aspx or any pages it is displaying following problem.
iis is working well its not problem.
Server Error in '/Log' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'Brettle.Web.NeatUpload' or one of its dependencies. The system cannot find the file specified. (c:\inetpub\wwwroot\web.config line 893)
Source Error:
Line 891: <httpModules>
Line 892: <!-- Comment the this out if running in Medium Trust -->
Line 893: <add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload" />
Line 894:
Line 895:
Source File: c:\inetpub\wwwroot\web.config Line: 893
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
kaja srinivas