PDA

View Full Version : Help with Weblauncher


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?

kinook
10-06-2006, 04:33 PM
What version+SP of Windows, ASP.NET, IIS, and IE are you running?

ffletch
10-07-2006, 11:26 AM
XP SP2 (all the latest patches) so chopped down IIS 6
ASP.NET is 2.0.50727
IE 6 all the latest patches

kinook
10-09-2006, 06:45 AM
Sounds like something is not set up right in IIS, causing it to treat or serve up the .aspx file without processing by ASP.NET. See if any of these help:

http://www.google.com/search?hl=en&lr=&q=.aspx+%22xml+parsing+error%3A+not+well-formed%22