B
BY
Error when opening a solution with a web services project in it:
"The default Web access mode for this project is set to file share, but the
project folder at 'http://localhost/my.webservices' cannot be opened with the
path 'C:\development\my.webservices'. The error returned was:
Unable to open Web project 'my.webservices'. The file path
'C:\development\my.webservices' does not correspond to the URL
'http://localhost/my.webservices'. The two need to map to the same location.
HTTP Error 404: Object Not Found"
The problem is narrowed down and it seems that IIS is not supporting any
virtual directory names containing dots. Is this a known issue? When creating
a Web project with dots in the name, the namespace also contains dots, and so
does the virtual directory.
The strange thing is that on two other systems, the problem is not
encountered and the web project opens up, builds, and runs successfully.
System Details:
Windows XP Pro SP2
IIS 5.1
..NET Framework 1.1
Thanks in advance.
"The default Web access mode for this project is set to file share, but the
project folder at 'http://localhost/my.webservices' cannot be opened with the
path 'C:\development\my.webservices'. The error returned was:
Unable to open Web project 'my.webservices'. The file path
'C:\development\my.webservices' does not correspond to the URL
'http://localhost/my.webservices'. The two need to map to the same location.
HTTP Error 404: Object Not Found"
The problem is narrowed down and it seems that IIS is not supporting any
virtual directory names containing dots. Is this a known issue? When creating
a Web project with dots in the name, the namespace also contains dots, and so
does the virtual directory.
The strange thing is that on two other systems, the problem is not
encountered and the web project opens up, builds, and runs successfully.
System Details:
Windows XP Pro SP2
IIS 5.1
..NET Framework 1.1
Thanks in advance.