Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > Other ASP.NET > ASP.NET 1.x and 2.0 Application Design
|
ASP.NET 1.x and 2.0 Application Design Application design with ASP.NET 1.0, 1.1, and 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.x and 2.0 Application Design 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 March 23rd, 2006, 08:25 AM
Registered User
 
Join Date: Mar 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Can't Create New WebApplication in ASP.Net 1.0

Please Help,
I am trying to create a new project in ASP.Net using the VS.Net (2002 Ver1.0) in the Windows 2003 Server (SE) but it gave the following errro message :
" The deafault web access mode for this project is set to file share, but the project folder at 'http://localhost/Webapplication1' cannot be opened with the path 'c:\inetpub\wwwroot\WebApplication1', The error returned was :
   Unable to create Web project 'WebApplication1'. The file path 'c:\inetpub\wwwroot\WebApplication1' does not correspond to the URL 'http://localhost/WebApplication1'. The two need to map to the same server location. HTTP Error 404: Not Found.
I will be very grateful to any one who can help me in finding the solution to the above problems.
"I HAVE ENABLE EVEN THE REQUIRED WEB SERVICE EXTENSION IN IIS6.0".

Thank You Very Much.

DOMINIC

 
Old March 28th, 2006, 05:44 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Your web extensions have nothing to do with this, this is related to Physical and virutal paths. For example say I setup a virutal directory named 'intranet' and create a project with the URL http://localhost/intranet/myapplication/ my file share path should be C:\inetpub\wwwroot\[intranet virtual directory]\myapplication
Essentially you have to make sure that your Physical Path is mapped correctly to the directory that the URL points to.

"The one language all programmers understand is profanity."





Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.net WebApplication Error nidhinasthra ASP.NET 1.x and 2.0 Application Design 1 August 10th, 2005 06:12 AM
Help me !! can't create asp.net project !! naveennrt Classic ASP Professional 0 April 23rd, 2005 06:22 AM
how can i create menus in Asp.net jayaraj VS.NET 2002/2003 1 May 7th, 2004 02:15 AM





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