Right now, I do the following manual steps to run an ASP.NET website on my PC:
- Open Visual Studio and the project inside it
- Press Ctrl+F5 which:
- Builds the solution
- Runs IIS express
- Opens a browser
How to write a batch file that does the same thing? The last step (opening a browser) is optional but at least I need to build the project and start it on IIS express (or whatever is configured in the project file).