Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: .NET SDK and ASP.NET - Use of IIS


Message #1 by steveproctor@c... on Sun, 20 Oct 2002 04:22:39
I have installed the .NET SDK, IIS, and Web Matrix.  I can run ASP.NET 
programs on Web Matrix.  But I can't get them to run on IIS.  This is what 
I've done.  I installed .NET first, then IIS, then Web Matrix.  Seeing 
other postings, I reinstalled .NET SDK (without uninstalling it first, I 
think it simply overwrites and the second time (unlike the first) I did 
not get any warning about having IIS installed first).  Still no success.  
Is there a concise and clear explanation on using IIS with the .NET SDK?  
I am looking for something like the excellent explanation in Wrox's 
Beginning Active Server Pages 3.0 in Appendix E, that had John Kauffman's 
explanation on installation of PWS for ASP 3.0.  I used that and it was 
great.  Anything like this for ASP.NET and IIS?

Steve
Message #2 by "Roger Simpson" <rksimpson@e...> on Sun, 20 Oct 2002 06:45:33
> I have installed the .NET SDK, IIS, and Web Matrix.  I can run ASP.NET 
p> rograms on Web Matrix.  But I can't get them to run on IIS.  This is 
what 
I> 've done.  I installed .NET first, then IIS, then Web Matrix.  Seeing 
o> ther postings, I reinstalled .NET SDK (without uninstalling it first, 
I 
t> hink it simply overwrites and the second time (unlike the first) I did 
n> ot get any warning about having IIS installed first).  Still no 
success.  
I> s there a concise and clear explanation on using IIS with the .NET 
SDK?  
I>  am looking for something like the excellent explanation in Wrox's 
B> eginning Active Server Pages 3.0 in Appendix E, that had John 
Kauffman's 
e> xplanation on installation of PWS for ASP 3.0.  I used that and it was 
g> reat.  Anything like this for ASP.NET and IIS?

> Steve
Message #3 by "Roger Simpson" <rksimpson@e...> on Sun, 20 Oct 2002 07:02:04
Steve:

Please excuse the cockpit problems I am having getting used to using this 
P2P messaging system. Get the book I recommend in the other thead I 
opened a few minutes ago. Follow chapter 1 as I did and you will be OK. I 
am a complete novice to .NET but I got things to work OK by following the 
book. The only thing you need additionally is to run aspnet_regiis after 
the installation is done but before actually trying to render any pages 
from your browser. 

Look at another thread from a few days ago where Cory describes running 
aspnet_regiis. 

My background is C/C++ MFC so ASP is totally new to me. 

Roger Simpson
Message #4 by "David V. deMoya" <ddemoya@s...> on Sun, 20 Oct 2002 21:29:53 -0400
If I remember correctly, you should have IIS installed before you install
the .NET framework (not the SDK). I think if you just reinstall the .NET
framework again it should run ok.
David

-----Original Message-----
From: steveproctor@c... [mailto:steveproctor@c...]
Sent: Sunday, October 20, 2002 4:23 AM
To: aspx_beginners
Subject: [aspx_beginners] .NET SDK and ASP.NET - Use of IIS


I have installed the .NET SDK, IIS, and Web Matrix.  I can run ASP.NET
programs on Web Matrix.  But I can't get them to run on IIS.  This is what
I've done.  I installed .NET first, then IIS, then Web Matrix.  Seeing
other postings, I reinstalled .NET SDK (without uninstalling it first, I
think it simply overwrites and the second time (unlike the first) I did
not get any warning about having IIS installed first).  Still no success.
Is there a concise and clear explanation on using IIS with the .NET SDK?
I am looking for something like the excellent explanation in Wrox's
Beginning Active Server Pages 3.0 in Appendix E, that had John Kauffman's
explanation on installation of PWS for ASP 3.0.  I used that and it was
great.  Anything like this for ASP.NET and IIS?

Steve
---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=1861007418

These books look at how we can create data-centric ASP.NET
applications. Requiring some basic knowledge of ASP.NET,
Access and SQL the authors guide you through the process
of connecting and consuming information in a variety of
ways. They are packed full of excellent illustrative code
examples, demonstrating important fundamental principles.

Message #5 by "Peter Zahos" <Peter@i...> on Mon, 21 Oct 2002 10:01:22 +0800
This is an extract from Programming Microsoft .NET (Note the last
sentence)

Before you begin, it's worth noting what software you need to run this
chapter's sample programs. First and foremost, you need the .NET
Framework. Second, you need Microsoft Internet Information Services
(IIS), which is Microsoft's Web server software. Finally, you need
ASP.NET. ASP.NET is automatically installed when you install the .NET
Framework SDK on a platform that supports ASP.NET. Currently those
platforms include Windows 2000 and Windows XP. Be sure to install IIS
before you install the Framework SDK, or you'll have to go back and
install ASP.NET separately.


-----Original Message-----
From: David V. deMoya [mailto:ddemoya@s...]
Sent: Monday, 21 October 2002 9:30 AM
To: aspx_beginners
Subject: [aspx_beginners] RE: .NET SDK and ASP.NET - Use of IIS


If I remember correctly, you should have IIS installed before you
install the .NET framework (not the SDK). I think if you just reinstall
the .NET framework again it should run ok. David

-----Original Message-----
From: steveproctor@c... [mailto:steveproctor@c...]
Sent: Sunday, October 20, 2002 4:23 AM
To: aspx_beginners
Subject: [aspx_beginners] .NET SDK and ASP.NET - Use of IIS


I have installed the .NET SDK, IIS, and Web Matrix.  I can run ASP.NET
programs on Web Matrix.  But I can't get them to run on IIS.  This is
what I've done.  I installed .NET first, then IIS, then Web Matrix.
Seeing other postings, I reinstalled .NET SDK (without uninstalling it
first, I think it simply overwrites and the second time (unlike the
first) I did not get any warning about having IIS installed first).
Still no success. Is there a concise and clear explanation on using IIS
with the .NET SDK? I am looking for something like the excellent
explanation in Wrox's Beginning Active Server Pages 3.0 in Appendix E,
that had John Kauffman's explanation on installation of PWS for ASP 3.0.
I used that and it was great.  Anything like this for ASP.NET and IIS?

Steve
---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=3D1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=3D1861007418

These books look at how we can create data-centric ASP.NET applications.
Requiring some basic knowledge of ASP.NET, Access and SQL the authors
guide you through the process of connecting and consuming information in
a variety of ways. They are packed full of excellent illustrative code
examples, demonstrating important fundamental principles.
---
Change your mail options at http://p2p.wrox.com/manager.asp or to
unsubscribe send a blank email to 


---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=3D1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=3D1861007418

These books look at how we can create data-centric ASP.NET
applications. Requiring some basic knowledge of ASP.NET,
Access and SQL the authors guide you through the process
of connecting and consuming information in a variety of
ways. They are packed full of excellent illustrative code
examples, demonstrating important fundamental principles.


  Return to Index