Deployment of asp pages on IIS
-
Hi there I have developed a web application. But I don't know how to deploy it on server. If i try publishing it or copy the files and pasting it in the wwwroot It' is giving an error. | | V XML Parsing Error: not well-formed Location: http://localhost/test/Default.aspx Line Number 1, Column 2:<%@ page language="C#" autoeventwireup="true" inherits="_Default, App_Web_qvmriy24" %> -^ Please help me out . And thanx for the help in advance..
-
Hi there I have developed a web application. But I don't know how to deploy it on server. If i try publishing it or copy the files and pasting it in the wwwroot It' is giving an error. | | V XML Parsing Error: not well-formed Location: http://localhost/test/Default.aspx Line Number 1, Column 2:<%@ page language="C#" autoeventwireup="true" inherits="_Default, App_Web_qvmriy24" %> -^ Please help me out . And thanx for the help in advance..
Does the server have .NET installed ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Does the server have .NET installed ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Yeah! I have Visual Studio 2005 Installed on my system. So that means i have the .Net runtime too. -- modified at 13:58 Saturday 24th March, 2007
-
Hi there I have developed a web application. But I don't know how to deploy it on server. If i try publishing it or copy the files and pasting it in the wwwroot It' is giving an error. | | V XML Parsing Error: not well-formed Location: http://localhost/test/Default.aspx Line Number 1, Column 2:<%@ page language="C#" autoeventwireup="true" inherits="_Default, App_Web_qvmriy24" %> -^ Please help me out . And thanx for the help in advance..
The application is running fine in the asp server. i.e when i debug it from the VS environment. Please help;
-
Hi there I have developed a web application. But I don't know how to deploy it on server. If i try publishing it or copy the files and pasting it in the wwwroot It' is giving an error. | | V XML Parsing Error: not well-formed Location: http://localhost/test/Default.aspx Line Number 1, Column 2:<%@ page language="C#" autoeventwireup="true" inherits="_Default, App_Web_qvmriy24" %> -^ Please help me out . And thanx for the help in advance..
It looks to me like it is trying to interpret the .ASPX file extension as an XML file type. If I were you, I would check the IIS configuration to make sure that it has the .ASPX file extension assigned so that it is handled by ASP.NET. Do you know how to check the document types assigned to file extensions on IIS? ----Greg Stevens
-
It looks to me like it is trying to interpret the .ASPX file extension as an XML file type. If I were you, I would check the IIS configuration to make sure that it has the .ASPX file extension assigned so that it is handled by ASP.NET. Do you know how to check the document types assigned to file extensions on IIS? ----Greg Stevens
Hi thanks for the help, But I have no idea, How we check the configuration of IIS. I would really appreciate you help.