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 Quote
Krydos Posted February 15, 2014 Posted February 15, 2014 Are you using .NET 3.5 compliant code? Quote
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.. Quote
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.. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.