ASP commands not parsed into html

 
Post new topic   Reply to topic    Aprelium Forum Index -> ASP.NET
View previous topic :: View next topic  
Author Message
dou2
-


Joined: 15 Feb 2009
Posts: 1

PostPosted: Sun Feb 15, 2009 9:58 pm    Post subject: ASP commands not parsed into html Reply with quote

Hi,

I am trying to run a very simple aspx file with Abyss web server but can't make it. I have spent hours looking for an answer, to no avail.

I have 1 single page in my "website" developed in Visual Web Developer 2008 Express Edition.

When I run it through the server, I receive the html code below. Being no specialist, I infer that I should never be seeing "runat server' in the generated html.

I have well followed the asp.net installation instructions (my web root is the same as my asp application directory, so I have put "/" and "2.0 -3.5" in this respect)

Any one has an idea what I did wrong ? Is the standard web.config file that comes from Visual Studio OK ? Help would be very much appreciated !

Thanks,

Ed

Below the output html, strictly identical to aspx file

Code:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="temps2.aspx.vb" Inherits="Default2" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
   
    </div>
    </form>
</body>
</html>
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri Mar 13, 2009 4:15 pm    Post subject: Re: ASP commands not parsed into html Reply with quote

How are you running it? What is the URL you are using to access the .aspx page?
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> ASP.NET All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group