faqts : Computers : Programming : Languages : Visual basic : Visual basic .NET

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

2 of 3 people (67%) answered Yes
Recently 2 of 3 people (67%) answered Yes

Entry

Microsoft: .NET: Visual Studio: Visual Basic.net: Program: Create: How to create an asp.net program?

Dec 14th, 2003 15:19
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 08 December 2003 - 09:19 pm -------------------

Microsoft: .NET: Visual Studio: Visual Basic.net: Program: Create: How 
to create an asp.net program?

---

Visual Studio .net professional v7.0 beta

---

Steps: Overview:

 1. -Start Visual studio

 2. -click button 'New Project'

 3. -select from list 'Visual Basic Projects'
     in the left pane

 4. -double click on icon 'ASP.NET Web Application'
     in the right pane

 5. -possibly choose a new name for this project

 6. -click button 'OK'

 7. -A new form will be visible

 8. -Hold your mouse on the left side over the
     'Toolbox' area (written on the left side)

 9. -You can then e.g. double click on this
     components (e.g. click on the button
     'Web Forms', then e.g. a button) to put them
     on your form

10. -If you double click on the components
     (e.g. a button) a window opens in which
     you can type your additional source code

11. -To run, when finished, right click on the
     form, and select 'View in browser' to
     see the result in a browser.

---
     Note:

     Microsoft Information Server
     (IIS) must be running.

---

     Note:

     When using the 'HTML' button in the 'Toolbox',
     you might have to right click on that components
     and select 'Run As Server Control' to let it
     be visible in your browser.

---
---

Internet: see also:

---

IIS: How to install Microsoft Information Server (IIS) on 
Windows2000/XP Professional?
http://www.faqts.com/knowledge_base/view.phtml/aid/12558

---

ASP.net: Error: 'Unable to create Web project. Could not find web 
server at 'local host' on port 80'
http://www.faqts.com/knowledge_base/view.phtml/aid/27443/fid/1600

---

Microsoft: .NET: Visual Studio: Visual Basic: How to create a Visual 
Basic .net windows application?
http://www.faqts.com/knowledge_base/view.phtml/aid/27271/fid/176

---

Visual Studio:ASP.NET: Create: File: Which files are created, when you 
create empty asp.net program?
http://www.faqts.com/knowledge_base/view.phtml/aid/27446/fid/1600

----------------------------------------------------------------------