Hi Folks,
I'm working with IIS6.0 (windows2003 server) since a few days.
Everytime when I try to setup a new asp.net webapplication in IIS manager it
seems IIS doens't execute the codebehind of any project.
When I call a page with my internet explorer it always creates an "xml error"
cause of invalid characters (<%@ Page Language="vb" AutoEventWireup="false" and so on..)
of course.. but why doesn't IIS6.0 execute those aspx files
I already activated asp & asp.net in IIS, without any positive result.
Thanks in Advance,
Andy

IIS6.0 Question (error executing aspx)
Alain Metrics
Thanks,
Stephen
http://blogs.msdn.com/stfisher
neo_assyrian
if you have correctly registerd asp.net (go to windows\.NET..... folder and run aspnet_regiis.exe -i, doesn't hurt doing it again), the most likely cause of the problem could be a file econding problem.
If you are writing your page with a text editor (for instance notepad) check that a correct UTF-8 encoding is set when saving the file of the page.
Hope this helps