Error: Unable to open web project

G

Guest

Hi,

I am using .NET 2003 (7.1.3088
Framework 1.1.4322) on Windows
Server 2003. After I installed BizTalk 2004
on same machine I was not able to open web
project.
Error:
"Unable to open Web Project 'ProjectName'. The file path
'C:\Inetpub\wwwroot\ProjectName' does not corresponding
to the URL 'http://localhost:/ProjectName'. The two need to map
to same server location. HTTP Error 404:

Thanks
Paul
 
M

Mona \(Grapecity\)

Hi Paul,

This problem most likely occurs because you are trying to create a Web
application on an IIS virtual server
due to which a collision occurs between the ISAPI filter and the approach
Visual Studio .NET uses to create the
Web project on the Web server.

I'm sending you a lnik which discusses the problem in detail and lists
the possible workarounds.

http://blogs.msdn.com/luke/articles/241024.aspx

HTH

Mona
 

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