FuzzBox
Sep 25th, 2002, 07:09 AM
Hi all,
I have developed a simple web site on my machine I have tested it and it is working fine on my laptop. Because I have problems with my images (previous question) I have now deployed my web site (FTP) to the .netplayground for testing and to get used to deploying web sites and updating pages and so on. I have tried to hit the web site and all I get is an error: :mad:
Parser Error Message: File or assembly name System.Web, or one of its dependencies, was not found.
Source Error:
Line 54: -->
Line 55: <httpHandlers>
Line 56: <add verb="*" path="*.vb" type="system.web.HttpNotFoundHandler,System.Web" />
Line 57: <add verb="*" path="*.cs" type="System.Web.HttpNotFoundHandler,System.Web" />
Line 58: <add verb="*" path="*.vbproj" type="System.Web.HttpNotFoundHandler,System.Web" />
Source File: E:\web\Cornwood\htdocs\web.config Line: 56
I have had various attempts such as commenting out lines in this area, but I still get related errors to System.Web
Any ideas?
Thanks for your time :)
I have developed a simple web site on my machine I have tested it and it is working fine on my laptop. Because I have problems with my images (previous question) I have now deployed my web site (FTP) to the .netplayground for testing and to get used to deploying web sites and updating pages and so on. I have tried to hit the web site and all I get is an error: :mad:
Parser Error Message: File or assembly name System.Web, or one of its dependencies, was not found.
Source Error:
Line 54: -->
Line 55: <httpHandlers>
Line 56: <add verb="*" path="*.vb" type="system.web.HttpNotFoundHandler,System.Web" />
Line 57: <add verb="*" path="*.cs" type="System.Web.HttpNotFoundHandler,System.Web" />
Line 58: <add verb="*" path="*.vbproj" type="System.Web.HttpNotFoundHandler,System.Web" />
Source File: E:\web\Cornwood\htdocs\web.config Line: 56
I have had various attempts such as commenting out lines in this area, but I still get related errors to System.Web
Any ideas?
Thanks for your time :)