I am using visual web developer 2005 and SQL Server 2005 for developing my web projects.
for deploying my website,i do not want to use IIS . instead i want some other web server that support the .NET frame work so that i can host my website
can you please specify some
You need IIS to run your ASP.NET applications at the hosting company. What is the thing worrying you mainly?
Regards
How about Mono?
Mono allows you to run and execute your .NET work on Linux, Mac OS, etc ... But I am not sure how it runs web applications maybe on Apache or so, never worked with it before.
But the owner of this thread mentioned Visual Studio, so I conculded he/she is using a Windows environment!
Regards
I get the following error when i run my ASP.NET 2.0 applications in IIS ( windows XP machine)
The XML page cannot be displayed
Cannotview XML input using XSL style sheet. Please correct the error and then clickthe Refresh button, or try again later.
Aname was started with an invalid character. Error processing resource'http://localhost/default.aspx'. Line 1, Position 2
<%@. Page Language="VB"AutoEventWireup="false" CodeFile="Default.aspx.vb"Inherits="_Default" %>
-^
I get the following outputwhen i run in Mozilla Firefox version 2.0.0.1
XML Parsing Error:not well-formed
Location: http://localhost/default.aspx
Line Number 1, Column 2:
<%@. Page Language="VB"AutoEventWireup="false" CodeFile="Default.aspx.vb"Inherits="_Default" %>
-^
i tried making IISaware that it must use the correct .NET framework by callingaspnet_regiis -i. tool found in the folderC:\WINDOWS\Microsoft.NET\Framework\v2.0.50727.
please help me to solve this problem
Have you set the application to run under ASP.NET 2.0? Make sure you do so!
Regards