mbdungo Posted February 11, 2014 Posted February 11, 2014 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
mbdungo Posted February 15, 2014 Author Posted February 15, 2014 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..
mbdungo Posted February 20, 2014 Author Posted February 20, 2014 Are you using .NET 3.5 compliant code? I already deleted my folder "IntroducingWebPages2TutorialWebsite" but still my Hello World Page is not working..
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now