If you have IIS installed in your machine, create a virtual directory by
right-clicking on the default web site node in the IIS MMC and select
New->Virtual Directory. Once created, right click on the virtual directory
and click on the Properties. In the Properties dialog, click the Create
button to create an Application of your virtual directory.
Copy your notepad aspx files to this directory and provide the address to
Internet Explorer or the web browser that you use as
http://localhost/<nameofvirtualdirectory>/<nameoffile>.
with regards,
J.V.
[quoted text, click to view] "techman121157" wrote:
> I want to know how to view web forms i wrote with ASP.NET in notepad on my IE
> web browser, do I need to send them to a web server?
>
> --