Hi Imar,
The Try it out on page 629, says: "From within VS, choose Website > ASP.NET Configuration. Your browser opens anddisplays the Web Site Administration Tool.."
When I try to open it, I get the error described below. I've been trying to figure out, but unfortunately I did not succeed. Could you please help me to solve it?
Congratulations for this great book.
Jaime.
-----------------------------------------------------------------------
Server Error in '/asp.netwebadminfiles' 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 'HttpExtensions' or one of its dependencies. El sistema no puede encontrar el archivo especificado.
Source Error:
Line 213:
Line 214: <httpHandlers>
Line 215: <add path="source.simple" verb="*" type="HttpExtensions.SourceHandler,HttpExtensions" />
Line 216:
Line 217: <add path="eurl.axd" verb="*" type="System.Web.HttpNotFoundHandler" validate="True" />
Source File: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Conf ig\web.config Line: 215
Assembly Load Trace: The following information can be helpful to determine why the assembly 'HttpExtensions' could not be loaded.
=== Pre-bind state information ===
LOG: User = Development\Jaime
LOG: DisplayName = HttpExtensions
(Partial)
WRN: Partial binding information was supplied for an assembly:
WRN: Assembly Name: HttpExtensions | Domain ID: 2
WRN: A partial bind occurs when only part of the assembly display name is provided.
WRN: This might result in the binder loading an incorrect assembly.
WRN: It is recommended to provide a fully specified textual identity for the assembly,
WRN: that consists of the simple name, version, culture, and public key token.
WRN: See whitepaper
http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue.
LOG: Appbase = file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/asp.netwebadminfiles/
LOG: Initial PrivatePath = C:\Windows\Microsoft.NET\Framework\v4.0.30319\asp. netwebadminfiles\bin
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Windows\Microsoft.NET\Framework\v4.0.30319\asp. netwebadminfiles\web.config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\conf ig\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/Users/Jaime/AppData/Local/Temp/Temporary ASP.NET Files/asp.netwebadminfiles/1f61ecce/354a2473/HttpExtensions.DLL.
LOG: Attempting download of new URL file:///C:/Users/Jaime/AppData/Local/Temp/Temporary ASP.NET Files/asp.netwebadminfiles/1f61ecce/354a2473/HttpExtensions/HttpExtensions.DLL.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/asp.netwebadminfiles/bin/HttpExtensions.DLL.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/asp.netwebadminfiles/bin/HttpExtensions/HttpExtensions.DLL.
LOG: Attempting download of new URL file:///C:/Users/Jaime/AppData/Local/Temp/Temporary ASP.NET Files/asp.netwebadminfiles/1f61ecce/354a2473/HttpExtensions.EXE.
LOG: Attempting download of new URL file:///C:/Users/Jaime/AppData/Local/Temp/Temporary ASP.NET Files/asp.netwebadminfiles/1f61ecce/354a2473/HttpExtensions/HttpExtensions.EXE.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/asp.netwebadminfiles/bin/HttpExtensions.EXE.
LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/asp.netwebadminfiles/bin/HttpExtensions/HttpExtensions.EXE.
-----------------------------------------------------------------------