ffletch
10-06-2006, 03:22 PM
I created a dir under inetpub and copied the contents of Samples\Misc\WebLauncher to it. I then set that dir to allow scripts and executables in IIS. Now when I point a web browser to default.aspx in that dir, I get the following error:
XML Parsing Error: not well-formed
Location: http://localhost/visualbuild/
Line Number 1, Column 2:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
(with the pointer pointing at the first % sign)
Any idea what I might be doing wrong? Or is there any more documentation anywhere on how to set this up?
XML Parsing Error: not well-formed
Location: http://localhost/visualbuild/
Line Number 1, Column 2:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
(with the pointer pointing at the first % sign)
Any idea what I might be doing wrong? Or is there any more documentation anywhere on how to set this up?