Search the Community
Showing results for tags 'microsoft'.
-
My goal is to create a website mainly using Microsoft technologies like ASP.Net + MS SQL at least. I plan to use DotNetNuke (an ASP.Net CMS) then later on I'll add other Microsoft Internet technologies in it. I will add this upcoming website to my Portfolio and of course with special thanks to HelioHost. This will be a startup project so we don't wanna buy a VPS for it yet. Running ASP.Net + MS SQL on Linux server using Mono doesn't seem to be an ideal setup based on what others say. I was made aware that you have a new free Windows server! There are many ASP.Net CMS out there that are promising but DotNetNuke (DNN) is the most popular so I plan to try to install it first in your new free Windows server. Let's give it a shot, but I guess I need help from here. Do you think this is doable in your Windows server? Custom Installation: https://www.dnnsoftware.com/wiki/how-to-install-dotnetnukeOne-Click: http://www.dnnsoftware.com/Content/Dnn.Platform/Documentation/Installing%20or%20Upgrading%20DNN/Installing%20DNN.htmlVia NVQuickSite: https://www.nvquicksite.com/
- 5 replies
-
- DotNetNuke
- DNN
-
(and 6 more)
Tagged with:
-
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