I am trying to create a web service with C#, as documented in the HOW TO:Write a simple web service by using Visual C#.NET from the Microsoft KB.
The problem is when I try to Create the service I get this error message:
The default web access mode for this project is set to file share, but
the project folder at " cannot be
opened with the path "e:\inetpub\ The
error returned was:
Unable to create Web Project 'Doplhin\MathService'. The file path
'e:\inetpub\ does not correspond with the
URL : ' The two need to map to
the same server location. Error 404:Not Found.
Ok, I am at a loss. What in the world am I doing wrong? My ASP pages,
ASP.NET pages work fine, so what did I miss?
Any help is greatly appreciated!
The problem is when I try to Create the service I get this error message:
The default web access mode for this project is set to file share, but
the project folder at " cannot be
opened with the path "e:\inetpub\ The
error returned was:
Unable to create Web Project 'Doplhin\MathService'. The file path
'e:\inetpub\ does not correspond with the
URL : ' The two need to map to
the same server location. Error 404:Not Found.
Ok, I am at a loss. What in the world am I doing wrong? My ASP pages,
ASP.NET pages work fine, so what did I miss?
Any help is greatly appreciated!