localhost issue

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?
 
S

Scott M.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top