Tried both FTP and frontpage extensions method to the host server.
Server has directory running as a ASP.NET application.
If I take out ...Inherits="quizengine.WebForm1"...the page loads but no
functionality... of course becuase I have code behind on it.
My problem is extreemly basic. Make an application on my machine, then
publish to host, fire application and I get the following error.
I am completely lost and totally stunned how hard it is to get information
on how to deploy a standard ASP.NET application with no odd settings or
database onto a host server!
Server Error in '/quiz' Application.
----
--
The remote server returned an error: (404) Not Found.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information abou
t
the error and where it originated in the code.
Exception Details: System.Net.WebException: The remote server returned an
error: (404) Not Found.
Source Error:
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
Stack Trace:
[WebException: The remote server returned an error: (404) Not Found.]
System.Net.HttpWebRequest.CheckFinalStatus() +680
System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) +139
System.Net.HttpWebRequest.GetResponse() +249
System.Xml.XmlDownloadManager.GetNonFileStream(Uri uri, ICredentials
credentials) +65
System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials
credentials) +94
System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type
ofObjectToReturn) +55
System.Xml.XmlTextReader.CreateScanner() +384
System.Xml.XmlTextReader.Init() +23
System.Xml.XmlTextReader.Read() +530
System.Xml.XmlReader.MoveToContent() +75
System.Data.DataSet.ReadXmlSchema(XmlReader reader, Boolean
denyResolving) +122
System.Data.DataSet.ReadXmlSchema(String fileName) +60
quizengine.WebForm1.Page_Load(Object sender, EventArgs e) in
c:\inetpub\wwwroot\quizengine\default.aspx.cs:25
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
-
----
--problem solved!
although I need to use a full path for my local host directory to access my
XML files for some bizare reason I thought I could just put the file name
only when I deployed it to the host. Once I put the full path name of my hos
t
server..problem gone.
Now I can work on the other problems.
"Sean" wrote:
> Tried both FTP and frontpage extensions method to the host server.
> Server has directory running as a ASP.NET application.
> If I take out ...Inherits="quizengine.WebForm1"...the page loads but no
> functionality... of course becuase I have code behind on it.
> My problem is extreemly basic. Make an application on my machine, then
> publish to host, fire application and I get the following error.
> I am completely lost and totally stunned how hard it is to get informatio
n
> on how to deploy a standard ASP.NET application with no odd settings or
> database onto a host server!
>
> Server Error in '/quiz' Application.
> ----
--
> The remote server returned an error: (404) Not Found.
> Description: An unhandled exception occurred during the execution of the
> current web request. Please review the stack trace for more information ab
out
> the error and where it originated in the code.
> Exception Details: System.Net.WebException: The remote server returned an
> error: (404) Not Found.
> Source Error:
> An unhandled exception was generated during the execution of the current w
eb
> request. Information regarding the origin and location of the exception ca
n
> be identified using the exception stack trace below.
> Stack Trace:
>
> [WebException: The remote server returned an error: (404) Not Found.]
> System.Net.HttpWebRequest.CheckFinalStatus() +680
> System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) +139
> System.Net.HttpWebRequest.GetResponse() +249
> System.Xml.XmlDownloadManager.GetNonFileStream(Uri uri, ICredentials
> credentials) +65
> System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials
> credentials) +94
> System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type
> ofObjectToReturn) +55
> System.Xml.XmlTextReader.CreateScanner() +384
> System.Xml.XmlTextReader.Init() +23
> System.Xml.XmlTextReader.Read() +530
> System.Xml.XmlReader.MoveToContent() +75
> System.Data.DataSet.ReadXmlSchema(XmlReader reader, Boolean
> denyResolving) +122
> System.Data.DataSet.ReadXmlSchema(String fileName) +60
> quizengine.WebForm1.Page_Load(Object sender, EventArgs e) in
> c:\inetpub\wwwroot\quizengine\default.aspx.cs:25
> System.Web.UI.Control.OnLoad(EventArgs e) +67
> System.Web.UI.Control.LoadRecursive() +35
> System.Web.UI.Page.ProcessRequestMain() +750
> -
> ----
--
>
>
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment