How to write and testing ASP.NET 4 on notepad?

emahiptext

New Member
Conditions:[*]I've been asked to develop a simple ASP.NET 4(C#) project in notepad. I'm completely new to this area.[*]The completed project should include several .aspx files, one master page, one sitemap and a web.config.[*]The book I'm using is a beginner cook book, based on using Visual Studio 2010 Express.[*]Developing it on notepad is a requirement to this school assignment.Questions:[*]As what I know now VS2010 has its built-in Development Web Server which notepad doesn't. Should I test .aspx files by opening notepad files in browser? Will tags with runat="server" work?[*]Is there any helpful site or post that you know?[*]How should I testing master page?Forgive my noob questions. The most sites I can find is teaching people how to develop by using VS2010, which is like my book, instead of notepad. The schedule is tight so I need some help here. Thank you for your time. I'll also share my experience when I finish this assignment.
 
Back
Top