|
-
Sep 25th, 2002, 07:09 AM
#1
Thread Starter
Member
-
Sep 25th, 2002, 08:29 AM
#2
-
Sep 25th, 2002, 11:25 AM
#3
Thread Starter
Member
-
Sep 26th, 2002, 02:40 AM
#4
Thread Starter
Member
I have tried to use System.Web.Dll in:
Line 56: <add verb="*" path="*.vb" type="system.web.dll.HttpNotFoundHandler,System.Web.Dll" />
is this correct? If so, then it still doesn't work (is web.config case sensitive?) is there anything else that I've missed here?
-
Sep 26th, 2002, 02:56 AM
#5
Thread Starter
Member
I thought I would include the load trace of the original error, for completeness 
Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = System.Web
(Partial)
LOG: Appbase = file:///E:/web/Cornwood/htdocs
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: System.Web
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/root/0a038de6/5c54360a/System.Web.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/root/0a038de6/5c54360a/System.Web/System.Web.DLL.
LOG: Attempting download of new URL file:///E:/web/Cornwood/htdocs/bin/System.Web.DLL.
LOG: Attempting download of new URL file:///E:/web/Cornwood/htdocs/bin/System.Web/System.Web.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/root/0a038de6/5c54360a/System.Web.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/root/0a038de6/5c54360a/System.Web/System.Web.EXE.
LOG: Attempting download of new URL file:///E:/web/Cornwood/htdocs/bin/System.Web.EXE.
LOG: Attempting download of new URL file:///E:/web/Cornwood/htdocs/bin/System.Web/System.Web.EXE.
-
Sep 30th, 2002, 07:23 AM
#6
Thread Starter
Member
Cracked it
The answer to my earlier problem, for those interested, is:
<add verb="*" path="*.vb" type="System.Web.HttpNotFoundHandler" /> and nothing more. In other words, loose the ",System Web"
L8R
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|