localhost issue

  • Thread starter Thread starter Meiko
  • Start date Start date
M

Meiko

My localhost is c:/cfusionmx/wwwroot. To view it through my browser I
go to localhost:8500. When I try to add a new C# project I get this
error:

The project folder http://localhost/Webapplication1 does not
correspond to the url http://localhost/webapplication1. The two need
to map to the same server location. HTTP Error 404: Object Not Found.

I just installed VS.Net and the .net framework. I don't seem to be
able to get it to work under the localhost that was already on my
computer (setup by the install of cold fusion).

Any ideas?
 
The .NET Framework doesn't run on the ColdFusion web server. It runs on the
Internet Information Server (IIS). If you have Windows XP Pro. or any
Windows Server OS, then you can install IIS through Add/Remove Programs
(Windows Components).

This will create an instance of IIS at c:\InetPub\WWWRoot and
http://localhost will map to that path.
 
Back
Top