Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 21st, 2007, 01:35 PM
Authorized User
 
Join Date: Sep 2006
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default Create Application

I was recently asked this question in an interview and was complete caught off guard. I search the internet, but I really didn't find n complete answer so I'm coming to you.

Question: What are the five steps to creating a Web Application from start of finish?

Alexander Nelson
Programmer
__________________
Alexander Nelson
Programmer
 
Old February 21st, 2007, 02:04 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Are there any assumptions made? E.g. IIS is already installed and the framework already registered with IIS?

In any case my answer would be something like this: (I make no assumptions)

Install IIS
Install the .NET Framework
--if the framework is installed before IIS, navigate to <%systemdrive>\<%systemroot%>\microsoft.net\framew ork\<version> in a command prompt and then type aspnet_regiis -i
Install Visual Studio
Create a new web project and specify the location (http://localhost/<appfoldername>)
Create/add code etc to the app
Hit CTRL + Shift + B to build the app
Hit F5, Ctrl + F5, or navigate to http://localhost/<appfoldername> in a browser to view the application.

Visual Studio automatically sets your app folder as an application in IIS.





================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html

Discussion:
http://p2p.wrox.com/topic.asp?TOPIC_ID=56429





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to create MS Paint like application ? ashu_from_india Visual Studio 2005 2 July 10th, 2007 06:40 AM
How to create a shortcut of my application on the PankajGarg10 General .NET 0 April 13th, 2007 01:09 AM
how to create application? albraham123 C++ Programming 5 March 15th, 2007 05:53 PM
How to create this kind of application? spark Classic ASP Basics 1 April 27th, 2005 05:46 PM
Create a Console application which can be schedule jayabhatia General .NET 1 March 10th, 2004 05:30 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.