I would like to make an asp page that updates itself. I am starting by reading some tutorials, and had some questions;
1) how is C# related to powershell? Why do I have to have it (do i?) to run powershell cmds
2) what is the difference in asp and aspx?
3) do I have to and how do i set the .net version?
4) Do I have to set the execution policy on the server for powershell?
Could I get someone to give me a list of the steps i need to learn maybe, like;
enable powershell
enable asp
create webpage like "hello world"
save and run