
April 20th, 2002, 03:05 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
"Web Access Failed" when try to create web project with VS.NET IDE
<i><b>Originally posted by : norman (norman_lm_fung@hotmail.com)</b></i><br />HELP!!<br /><br />Keep Getting Access Failed" When attempting to "CREATE" web service project with VS.NET IDE... <br /><br />IIS 5.0 is installed on this WIN2000 Adv Server. Visual Studio.NET of course. I have IIS installed and enabled basic authentication.<br /><br />I made my selection on the New Project dialog and VS.net attempt to create the project... Then error msg:<br /><br /> "Web Access Failed"<br /><br /> The default access mode set to this project is set to file share, but the project folder at 'http://localhost/WebService1' cannot be opened with path 'c:inetpubwwwrootWebService1'.<br /> The error returned was:<br /><br /> Unable to create Web project 'WebService1'. The file path 'cinetpubwwwrootWebService1' does not correspond to URL 'http://localhost/WebService1'. The two need to map to the same server location. HTTP Error 500: Server Error.<br /><br />What do they mean saying "'cinetpubwwwrootWebService1' does not correspond to URL 'http://localhost/WebService1'."??? The two obviously corresponds!<br /><br />Anyway, I edited Machine.config:<br /><br /><processModel enable=""TRUE"" ....userName="MY_DOMAINdev" password="1234567" ...maxWorkerThreads="25" maxIoThreads="25"/> <br /><br />The first time when it worked after i edited Machine.config as you recommended, when I tried to create a new "ASP.net web services" project, an IIS authentication pop-up appeared requesting login and passwd. <br /><br /><br />Note: VS.NET was running on a domain controller.<br />
|