 |
BOOK: Professional ASP.NET 1.0, Special Edition/1.1  | This is the forum to discuss the Wrox book Professional ASP.NET 1.1 by Alex Homer, Dave Sussman, Rob Howard, Brian Francis, Karli Watson, Richard Anderson; ISBN: 9780764558900 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Professional ASP.NET 1.0, Special Edition/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
|
|
|
|
|

September 28th, 2005, 10:18 AM
|
|
Authorized User
|
|
Join Date: Sep 2005
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Imar,
Sorry to have wasted your time.
I am a very rookie here and did not know about ASPNET account. The book is not very user-friendly about the installation of asp.net. I am navigating in a very much unknown world here and don't know what to do.
I added the ASPNET user but those pages I am trying to access are still not working and giving me the same message about me not having the permission. When adding ASPNET user, I did not put a password (maybe I should). Does this mean that I have to log on as ASPNET user to be able to see those files?
There must be a complete installation installation (step-by-step ASP.NET installation for dummies out there that I can purchase or get from the web)...
Thanks again.
Guy
___________________
Guy L. Levert
www.elearningstyles.com
|
|

September 28th, 2005, 03:34 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
You don't have to provide a password; this is managed by Windows. All you need to do is grant access to the folder for the specified account.
Normally, this shouldn't be such a hassle to setup. I installed .NET on a couple of servers, never with this many problems. It seems like you have messed something up in the process.
If you look in IIS you'll see the samples Virtual Director. Can you describe its settings, and what folder it's pointing to? And what do you see under the Security tab? Is Anonymous Access enabled?
And when you set the settings for the samples, did you apply the setting to all of the subfolders?
And what does the readme for the quick starts say about installation? Does it provide any instructions?
If all else fails, the samples / quick starts are available online as well......
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

September 29th, 2005, 07:06 AM
|
|
Authorized User
|
|
Join Date: Sep 2005
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks a lot Imar for your help.
I uninstalled everything - .NET Framework, V Studio, SQL, etc... and re-installed without a problem and everything works perfectly now.
Search me?!! I don't understand what went wrong, but who cares now, its working! :D
Again, thanks for your help.
Now I am on to learning ASP.NET! Yé!
___________________
Guy L. Levert
www.elearningstyles.com
|
|

September 29th, 2005, 11:05 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
You're welcome. Glad it's working now.
Have fun exploring .NET.....
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

October 12th, 2005, 04:10 AM
|
|
Registered User
|
|
Join Date: Oct 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
All you have to do is:
Go to Copmuter Managment/Internet Information Services/Default Web Site. Right-click "Default Web Site" and choose New.../Virtual Directory. Give the "quickstart" alias to directory and set path: C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\QuickStart (where C: the drive you installed your .NET or SDK).
After this you should be OK.
|
|

January 9th, 2006, 09:01 AM
|
|
Registered User
|
|
Join Date: Jan 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hello,
I experienced the same problems. I followed all these steps and tried no joy. So I tried unistalling IIS, ASP.NET and re-installing.
I am now stuck where the Tutorials take me to the start pages but will not load anything because the uninstall of IIS removed the the ASPPLUS folder containing the tutorial files.
Basically I need to be able to get the installation to believe the tutorials have not been installed.
How can uninstall the tutorials or get the tutorials to restart the installation from the very beginning ?
Regards
Clint
|
|

December 29th, 2006, 03:10 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I had the same problem here on my machine, it was a simple fix, open up IIS, right click on your website which appears on the left side and click Properties, in the Directory Security tab, under Anonymous access and authentication control, click Edit.... The Authentication Methods window will pop up, at the bottom check Integrated Windows Authentication [u]ON</u>. hit Ok, Apply, OK, and you should be good. This worked for me, i figured id share it, hope it helps.
MP
Production.Development.Design
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| localhost |
ongmymap |
ASP.NET 3.5 Basics |
5 |
November 8th, 2008 02:09 PM |
| why localhost doesn't work? |
dililili |
ASP.NET 2.0 Basics |
6 |
May 23rd, 2008 04:24 AM |
| do not want to use localhost |
p2ptolu |
Classic ASP Databases |
1 |
September 15th, 2005 06:03 PM |
| localhost problems |
sdfharkin |
BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 |
3 |
October 26th, 2004 07:27 PM |
| Localhost |
Yee |
Dreamweaver (all versions) |
6 |
October 21st, 2004 09:21 AM |
|
 |