Wrox Programmer Forums
|
BOOK: ASP.NET Website Programming Problem-Design-Solution
This is the forum to discuss the Wrox book ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition by Marco Bellinaso, Kevin Hoffman; ISBN: 9780764543869
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET Website Programming Problem-Design-Solution 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 November 27th, 2005, 03:55 AM
MS
Guest
 
Posts: n/a
Default #

#
#
#
#
#
#
#
#
#
#

Last edited by MS; May 4th, 2012 at 10:36 PM..
 
Old November 27th, 2005, 07:40 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

First, follow the instructions you get in the "Details" of your error message so you can see the real problem.

Second, I really don't think you should try to make this site without Visual Studio.

Why not download the free Visual Studio 2005 Web Developer Express? And get SQL Server 2005 Express to go with it.

But you'll need to do some learning with it before trying to tackle ThePhile.

Eric
 
Old November 29th, 2005, 05:30 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You asked a lot of questions that are answered in my readme file. Did you read it? I explained exactly how to set everything up.

You may need more experience with SQL Server and ASP.NET before you're ready to create your own module. But please do try to get this working because you'll learn a lot that way.

Why are you talking about your "ftp" start page? If you have an ASP.NET hosting company they will let you configure the name of your default page. If they do not, then you need to complain loudly. Which hosting company are you using, or do you have your own server you're deploying to?
 
Old November 30th, 2005, 09:13 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

If your web provider uses only linux, then you will not be able to use them for ASP.NET. ASP.NET is a special application that runs on a Microsoft IIS Webserver. (I know some Mono people use ASP.NET, but I don't think it's fully functional).

Of course, you'll also need a SQL Server.

You should set it up on your own computer first, and then deploy it later to another computer. If you can't make it work on your computer then there's no point in trying to deploy it.

It sounds like you don't have much experience in ASP.NET. A beginners book would help you a lot.

Eric
 
Old December 4th, 2005, 10:59 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I explained in my instuctions that my version must go into the virtual root. You can install the app from the zipfile into a folder on drive C, then use the IIS configuration applet to change that folder to become the new root (home) folder of IIS.

I just used c:\ThePhileII and then I changed IIS to use that instead of c:\inetpub\wwwroot as the virtual root.

Then hit it with http://localhost

Eric





Similar Threads
Thread Thread Starter Forum Replies Last Post
send variable in function to another function schoolBoy Javascript How-To 6 March 3rd, 2007 09:16 AM
how can i make this function justinho106 Access VBA 3 March 28th, 2006 01:07 PM
How to call javascript function from VB function vinod_yadav1919 VB How-To 0 February 13th, 2006 06:03 AM
How do I make a function return a class? vertigo VB How-To 3 November 3rd, 2004 06:08 AM
retreive function/Line from macro or function? MikoMax J2EE 0 April 1st, 2004 04:42 AM





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