Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 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 October 13th, 2004, 09:28 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 540
Thanks: 0
Thanked 4 Times in 4 Posts
Default

Is anything working with IIS. For example, if you have just a straight HTML page, will that pull up?

J
 
Old October 13th, 2004, 10:05 AM
Authorized User
 
Join Date: Sep 2004
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi

check if you have c:\inetpub\wwwroot directory..and just type in

localhost in IE and what does that yield..

check that - default web site’s Home Directory > Execute Permissions to None

Thank You

 
Old October 13th, 2004, 10:12 AM
Registered User
 
Join Date: Oct 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to drghw
Default

Yahoo!! The problem has been solved. But I still don't know why. What I did were:

1. Uninstall and reinstall IIS (including all the components such as "front page server extension").

2. Install ASP.NET 1.0
   Run: "%windir%\Microsoft.NET\Framework\v1.0.388\aspnet_ regiis.exe" -i
and then run: regsvr32 %windir%\Microsoft.NET\Framework\v1.0.388\aspnet_i sapi.dll

3. Install ASP.NET 1.1
   Run: "%windir%\Microsoft.NET\Framework\v1.1.4322\aspnet _regiis.exe" -i
and then: regsvr32 %windir%\Microsoft.NET\Framework\v1.1.4322\aspnet_ isapi.dll

(I have two versions of .NET Framework in my computer: v1.1.4322, and v1.0.388)


 
Old October 13th, 2004, 10:14 AM
Registered User
 
Join Date: Oct 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to drghw
Default

Thank you all!!

 
Old October 17th, 2004, 03:42 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Quote:
quote:Originally posted by drghw
(I have two versions of .NET Framework in my computer: v1.1.4322, and v1.0.388)
Be aware that ASP.NET will only run under a single version of the framework, which ever is associated with the file extensions. In most cases this won't be a problem. There are few changes from 1.0 to 1.1 that should catch you.

Peter
-------------------------
Work smarter, not harder





Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting Started ColinWatt BOOK: Professional Microsoft Robotics Studio ISBN: 978-0-470-14107-6 1 November 7th, 2008 02:08 AM
Getting Started CocoKrish BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 1 February 5th, 2008 10:09 AM
Getting Started? seananderson Reporting Services 0 August 3rd, 2007 07:45 AM
Getting Started st3ve Javascript How-To 1 February 3rd, 2005 08:49 PM





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