Am working through
VB.Net 2003 intro.
Am on programming web forms and am getting nowhere.
I cannot debug from the web development program as it says it cannot connect to the web server. I have turned my firewalls off but still no response.
I can open a standard HTML file up in internet explorer but obviously it cannot do any asp stuff, so that's only useful for some stuff. I can't open an ASPX file in Internet explorer.
However, when I finally did get it to open I got this error:
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
A name was started with an invalid character. Error processing resource 'file:///F:/Inetpub/wwwroot/Client-Server Processin...
<%@ Page Language="
VB" AutoEventWireup="false" CodeFile="Default.aspx.
vb" Inherits="_Default" %>
-^
The above tagged line is the default line it was set up with when I created the application. I have tried replacing it with the line in the book, but the error then says: 'Context is not a member of 'Client_Server_Processing.Default' or '.Webpage1' whichever I use.
Please can someone help me out here?