[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

I'm sure I'm asking a naive question..:

Tamer Ibrahim

6/10/2006 10:38:00 PM

I have created some aspx pages with visual studio 2005 (proffessional
edition) . Everything is working well inside the vs2005 but when I'm trying
to browse any of them outside the vs, this error message appear :
"XML Parsing Error: not well-formed Location:
file:///c:/Documents%20and%20Settings/Administrator/My%20Documents/Visual%20Studio%202005/WebSites/Diploma/Insert.aspx
Line Number 1, Column 2:<%@ Page MasterPageFile="~/MasterPage.master"
Language="C#" AutoEventWireup="true" CodeFile="Insert.aspx.cs"
Inherits="Insert" Title="Insert..." %> -^"
Any help will be mostly appreciated...


1 Answer

Victor Reboucas

6/15/2006 6:59:00 PM

0

I don't know if I understood what you are doing, but, you should not try to
open .aspx pages using a file path unless you're trying to edit the page.

That is, if you're testing what you've done in VS.Net, use the
http://localhost/yourApp/yourPage.aspx, otherwise, the asp.net processor
will not take place and the page will not be processed.

regards,
Victor

"Tamer Ibrahim" <camel75eg@yahoo.co.uk> wrote in message
news:eQX3m6NjGHA.1264@TK2MSFTNGP05.phx.gbl...
>I have created some aspx pages with visual studio 2005 (proffessional
>edition) . Everything is working well inside the vs2005 but when I'm trying
>to browse any of them outside the vs, this error message appear :
> "XML Parsing Error: not well-formed Location:
> file:///c:/Documents%20and%20Settings/Administrator/My%20Documents/Visual%20Studio%202005/WebSites/Diploma/Insert.aspx
> Line Number 1, Column 2:<%@ Page MasterPageFile="~/MasterPage.master"
> Language="C#" AutoEventWireup="true" CodeFile="Insert.aspx.cs"
> Inherits="Insert" Title="Insert..." %> -^"
> Any help will be mostly appreciated...
>