Click to See Complete Forum and Search --> : New Project ASP.NET


miki1211
November 2nd, 2004, 03:36 AM
Hello,
Does anyone know what to do when you are trying to open a new ASP.Net web Application for the first time and you get this error (please when answering be as detailed as possible THANK YOU).
Error:
The Default web Access mode for this project is set to file share, but the project folder at 'http://localhost/webapplication1' canont 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 500: Server Error.

RaviGubbi
November 3rd, 2004, 10:26 AM
Make sure IIS is installed on your machine.

rishibajaj
November 4th, 2004, 11:10 AM
I also had the same problem. There are two steps to solve this problem.

1. Make sure you have IIS installed on to your computer and it is up and running. You can check that from Control Panel-Services

2. Secondly after you are sure that IIS is running you have to configues asp.net again for that you have to use ASP.Net CD and you have to enable web development in add/remove options that software will provide to you.