Connecting Tech Pros Worldwide Forums | Help | Site Map

develop VB.NET web application on Windows XP

Ping
Guest
 
Posts: n/a
#1: Jul 21 '05
Hi, dear

I'm going to create a VB.NET web application using
VB.NET, but I always got following error message:

The default Web access mode for this project is set to
file share, but the project folder at
'http://localhost/WebAppication1' cannot be opened with
the path '\\computer_name\wwwroot$\WebApplication1'. The
error returned was:

Unable to create Web project 'WebApplication1'. The UNC
share '\\computer_name\wwwroot$\WebApplication1' does not
exist or you do not have access.

I don't know how to fix it.

BTW, I use windows XP home edition and no IIS server on
this machine.

Any help will be greatly appreciated

Ping

Scott M.
Guest
 
Posts: n/a
#2: Jul 21 '05

re: develop VB.NET web application on Windows XP


Here's your problem right here:
[color=blue]
> BTW, I use windows XP home edition and no IIS server on
> this machine.[/color]

You need a web server capable of running ASP.NET in order to develop/run
ASP.NET applications. XP Home doesn't come with IIS. There are other .NET
enabled web servers out there. Try a Google search.




Gerry
Guest
 
Posts: n/a
#3: Jul 21 '05

re: develop VB.NET web application on Windows XP


There are .net webserver one is Cassini and the otherone is comes with
WebMatrix. Both can be obtained from http://www.asp.net

Hope it works for you!
"Ping" <pingz_99@yahoo.com> wrote in message
news:08bb01c37e5f$b6737a40$a401280a@phx.gbl...[color=blue]
> Hi, dear
>
> I'm going to create a VB.NET web application using
> VB.NET, but I always got following error message:
>
> The default Web access mode for this project is set to
> file share, but the project folder at
> 'http://localhost/WebAppication1' cannot be opened with
> the path '\\computer_name\wwwroot$\WebApplication1'. The
> error returned was:
>
> Unable to create Web project 'WebApplication1'. The UNC
> share '\\computer_name\wwwroot$\WebApplication1' does not
> exist or you do not have access.
>
> I don't know how to fix it.
>
> BTW, I use windows XP home edition and no IIS server on
> this machine.
>
> Any help will be greatly appreciated
>
> Ping[/color]


Closed Thread