Interview Question in SQL Server Management Studio


 

Interview Question :: What tools i need to make asp.net project


i'm a student in universiyt and i want to know which tools used to make my graduation project in ASP.net...
IIS == where can i find it
frame work
IDE will be codecharge or dream weaver or Visual studio.net ??
any tool to convert db from access to sql server
Answers to "What tools i need to make asp.net project"
RE: What tools i need to make asp.net project?

1- IIS is a part of NT-based windows systems (NT, 2000, XP, 2003, Vista) you can install it via "Control Panel > Add/Remove programs > Add/Remove windows components"



2- .NET framework is free. you can find it on download.microsoft.com (install the version you need)



3- Visual Studio .NET is a poweful IDE, not only for developing and debuging ASP.NET web Applications but also for windows forms Applications, web services, windows services, etc



4- you need no tools to covert Ms Access databases to SQL-Server databases. you can import those DBs (and many other DB & file types) into SQL Server by using import/export wizard in SQL Server Enterprise Manager (available on SQL Server 7.0 and 2000)
 
Vote for this answer ::  
RE: What tools i need to make asp.net project?

1- IIS is "internet Information Service" which is Microsoft's web server.

you can Install it from your control panel> add remove programs> add windows components with a windows CD

IIS is available only in Windows XP Profesional and Windows servers.



2- Frame work: .NET framework is available on microsoft official web site. the latest .NET frame work is 3.



3- IDE: the best and official ide for .net technology is Microsoft Visual Studio which installs .Net frame work too

Visual Studio 2003 works on .net framework 1.1

Visual Studio 2005 works on .net framework 2
 
Vote for this answer ::  
RE: What tools i need to make asp.net project?

check on download.com



search the product and read
 
Vote for this answer ::  
Update Alert Setting