tutorials/articles
getting started tutorial
asp image library tutorial
asp.net tutorial
WYSIWYG
editor
|
You must have the asp.net framework installed on your computer
before you can run asp.net scripts.
You can download the doNet framework here
http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en
After installing the dotNet framework and generating
your asp.net code you must create an application in IIS with
the folder that you generated the .NET code into.
Open IIS and find your folder right click and go to properties
Click Create to create your application.
Now do exactly the same for the admin folder.
|