Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unable to create web projects, in Visual Estudio .Net

Status
Not open for further replies.

fefopaton

Programmer
Apr 29, 2003
2
AR
Hi!!!!!

I'm trying to create a new web project, in VS.NET, but the Framework don't do it and gave me the following message:

"Unable to create web project 'WebApp1'. The file path 'c:\...' does not correspond to the url ' The two need to map to the same server location. The server returned an invalid or unrecognized response."

Could somebody tell me what is the solution......

Thanks, by!!!!!!
 
Hi, I have a similar problem just today.

Sometimes that happens if you have not configured iis correctly or if you didn't intall the front page extensions.
I think that the virtual folder already exists and it has assigned some physical directory in your hard drive other than \inetpub\wwwroot\[dirname] and VS.NET tries to create the site int inetpub\wwwroot\[webappname].

If this isn`t the case you can try the following thing:

Do not create the virtual directory with iis let vs.net create it.


Hope it helps you out.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top