Home All Groups Group Topic Archive Search About

problem in first web form application

Author
26 Feb 2007 10:58 AM
Rachana
Hi Friends,

I hv just started learning vb.net .
When I was creating my 1st web forms appl., got follw. problem.


1. It doesn't allow me to type proj.name. Simply displays default one
as :WebApplication1

2. It Displays default location as
http://localhost/webapplication1

if I proceed with the same it gives me error, as
follows:
-----------------------------------------------------
err.window titled 'window acess failed'

err.msg.: default access mode is file share but proj.folder at
http://localhost/webapplication1
can not be opened with path
http:\\localhost\wwwroot$\webapplication1

Retry using diff. file share path.
-----------------------------------------------------
How to overcome? what is file share path?
I Hv ver. 1.0

Thanks

Author
26 Feb 2007 1:48 PM
Alexey Smirnov
Show quote
On Feb 26, 11:58 am, "Rachana" <mbs.rach***@gmail.com> wrote:
> Hi Friends,
>
> I hv just started learning vb.net .
> When I was creating my 1st web forms appl., got follw. problem.
>
> 1. It doesn't allow me to type proj.name. Simply displays default one
> as :WebApplication1
>
> 2. It Displays default location ashttp://localhost/webapplication1
>
> if I proceed with the same it gives me error, as
> follows:
> -----------------------------------------------------
> err.window titled 'window acess failed'
>
> err.msg.: default access mode is file share but proj.folder athttp://localhost/webapplication1
> can not be opened with path
> http:\\localhost\wwwroot$\webapplication1
>
> Retry using diff. file share path.
> -----------------------------------------------------
> How to overcome? what is file share path?
> I Hv ver. 1.0
>
> Thanks

1. Go to IIS, rename your virtual directory, or map the new directory
to a new application (right click, Create a New Virtual Directory)

2. It seems that the anonymous access is disabled, or you have no
access. Go to IIS, right click on your site, Tasks - Permissions...
Also check what access rights you have for your directory where the
site is located

AddThis Social Bookmark Button