Jump to content

Why The Asp.net Is Not Working In My Account On Johnny?


mbdungo

Recommended Posts

Please check: http://professionalserver.tk/aspx/HelloWorld.aspx

 

The source code of that web file is just:

@{
  var currentDateTime = DateTime.Now;
}
<!DOCTYPE html>
<html lang="en">
   <head>
    <meta charset="utf-8" />
    <title>Hello World Page</title>
   </head>
   <body>
    <h1>Hello World Page</h1>
    <p>Hello World!</p>
    <p>Right now it's @currentDateTime</p>
   </body>
</html>

 

My username: mbdungo

Link to comment
Share on other sites

Are you using .NET 3.5 compliant code?

I don't know that yet but I have uploaded the completed project "IntroducingWebPages2TutorialWebsite" from Getting Started - The Official Microsoft ASP.NET Site to professionalserver.tk/aspx/IntroducingWebPages2TutorialWebsite/ as professionalserver.tk/aspx/IntroducingWebPages2TutorialWebsite/HelloWorld.cshtml is its "HelloWorld.cshtml" file..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...