|
#1
|
|||
|
|||
Help with Weblauncher
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? |
#2
|
|||
|
|||
What version+SP of Windows, ASP.NET, IIS, and IE are you running?
|
#3
|
|||
|
|||
XP SP2 (all the latest patches) so chopped down IIS 6
ASP.NET is 2.0.50727 IE 6 all the latest patches |
#4
|
|||
|
|||
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&l...well-formed%22 |
|
|