I do not know if this forum is basic enough for me. I am just starting and certainly don't want to clutter this, or any other forum up with newbie questions that are too basic for the community. I am studying at Netcom (a Microsoft Certified Partner) school and plan to eventually pass the necessary tests without what some of you call "brain-dumping". However, I am presently encountering a problem practicing my web-applications on Win 2003 Server that I can't figure out. See the following:
Server Error in '/WebApplication1' 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: Unable to load file 'WebApplication1'.
Source Error:
Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198: <add assembly="*"/>
Line 199: </assemblies>
Line 200: </compilation>
Source File: c:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config Line: 198
Assembly Load Trace: The following information can be helpful to determine why the assembly 'WebApplication1' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = WebApplication1
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/WebApplication1
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: WebApplication1
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/webapplication1/8dd84b00/b065eec7/WebApplication1.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/webapplication1/8dd84b00/b065eec7/WebApplication1/WebApplication1.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/WebApplication1/bin/WebApplication1.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: WebApplication1, Version=1.0.2143.29766, Culture=neutral, PublicKeyToken=null
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
The code works fine in a Windows app (just filling a grid from SQL on my local machine). Originally I had a problem causing me to give NT/Authority rites to the server which I figured out on my own, but this has me stumped at the moment. Can anyone give me a suggestion. Thank you.
Regards,
Eddie