A
Alice Z.
I have Cassini running on my windows XP Home. I am trying to create an
ASP.NET application using VB.NET, but I keep on getting following error:
Unable to create web project 'WebApplication1'. The UNC share
'\\computer_name\wwwroot$\WebApplication1' does not exist or you do not
have access.
I exactly follow the steps like:
1.) Create a directory for Cassini to use as the web root:
c:\inetPub\wwwroot
2.) Start the Cassini Web server with port 80
3.) Start Visual Studio.NET, and do FILE/NEW PROJECT... 4.) Select
vb.net asp.net web application as project type. and in the location
specify the web server as: http://localhost:80/WebApplication1
5.) Click ok and "Web Access Failed" appears.
Any idea for fixing it?
ASP.NET application using VB.NET, but I keep on getting following error:
Unable to create web project 'WebApplication1'. The UNC share
'\\computer_name\wwwroot$\WebApplication1' does not exist or you do not
have access.
I exactly follow the steps like:
1.) Create a directory for Cassini to use as the web root:
c:\inetPub\wwwroot
2.) Start the Cassini Web server with port 80
3.) Start Visual Studio.NET, and do FILE/NEW PROJECT... 4.) Select
vb.net asp.net web application as project type. and in the location
specify the web server as: http://localhost:80/WebApplication1
5.) Click ok and "Web Access Failed" appears.
Any idea for fixing it?