Don Catino Posted August 12, 2003 Posted August 12, 2003 Hi, Shall be great if any one let me know the solution for the following problem.Iam a Novice to ASP.net. The following error is returned upon trying to open ASP.NET WEB APPLICATION from visual studio.net. UNABLE TO CREATE WEBPROJECT: 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:404 NOT FOUND. Iam using WINXP(Professional). I had IIS installed already. Kindly please let me Know asap. Regards, Quote
Moderators Robby Posted August 12, 2003 Moderators Posted August 12, 2003 Is this a new application that you created? Quote Visit...Bassic Software
TheWizardofInt Posted August 13, 2003 Posted August 13, 2003 Either: 1. You haven't configured the Virtual Web Site in IIS or 2. You haven't given the ASPNet user Read/Write rights to c:\inetpub\wwwroot 3. You haven't given your own user rights to that folder 4. The ASPNet password has expired While you are at it, register ASPNET_ISAPI.dll. That isn't the cause of this problem, that will be the cause of your next problem Quote Read the Fovean Chronicles Because you just can't spend your whole day programming!
Don Catino Posted August 14, 2003 Author Posted August 14, 2003 unable to create ASP.NET WEB APPLICATION FORM Hi, I checked the Read / write Permissions also for wwwroot its already set, and other things too, by the way how to set the virtual web site of IIS. More over , if i click Action Menu and and click start in the Action MENU FROM IIS, am getting unexpected error, Is this could be the Problem that am unable to create a ASP.net web application form from VS.net. Still am getting the same error: UNABLE TO CREATE WEBPROJECT: 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:404 NOT FOUND. Kindly pls assist, Regards Quote
Moderators Robby Posted August 14, 2003 Moderators Posted August 14, 2003 If you create a new project/solution does it work? Quote Visit...Bassic Software
Don Catino Posted August 15, 2003 Author Posted August 15, 2003 RE:Unable to Create a ASP.NET WEB APPLICATION FROM VS.NET Hi Robby, Yes I am trying to create a New ASP.NET WEB APPLICATION FROM VS.NET Regards, Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.