Hello,
I come from a PHP background. I've done things the PHP way, for a long time.
In PHP you basically write your code in whatever editor you want, then feed it to the web server (Apache + mod_php, usually) and see what comes out. Simple.
ASP.NET seems to be a little more complicated.
Anyway, I've managed to set up Visual Studio Express 2013 and IIS express, somehow. Without making comments about the install process, I have a file in VS and can press F5 and have it run in ISS and see the result in a browser.
Now what?
I come from a PHP background. I've done things the PHP way, for a long time.
In PHP you basically write your code in whatever editor you want, then feed it to the web server (Apache + mod_php, usually) and see what comes out. Simple.
ASP.NET seems to be a little more complicated.
Anyway, I've managed to set up Visual Studio Express 2013 and IIS express, somehow. Without making comments about the install process, I have a file in VS and can press F5 and have it run in ISS and see the result in a browser.
Now what?