Please Help ???????

  • Thread starter Thread starter pargat singh
  • Start date Start date
P

pargat singh

Hi Everyone:

I am posting this second time, Plaese Help.
I am having a problem to open asp.Net project.The error which i
am getting is

Web Access Failed
the default Web access mode for this project is set to file share, but
the
project folder at http://XX.X.X.XXX/WebApplication1' cannot be opened
with
path 'http://XX.X.X.XXX/WebApplication1'. Access is denied.

One of the options that was available from the error dialog was 'Try
to open
the project with FrontPage Server Extensions'. This did not work
either
(similar type of error).

I tried couple of solution which i found from google but nothing work
and finally i FORMAT my computer and install W2000 and install
VS.Net.Guess what ???

Same Error.

I did my best(Format the M/C) and i don't know what else i can do?

My ISS setting is Correct like

1. IP address -----------> (All Unassigned)
2.TCP Port -----------> 80
3.Execute Permissions --------> Scripts only
4. Read / Write Permission to c:\inetpub\wwwroot Dir.
5.Integrated Windows authentication ----------> Checked

6. HTTP Header -------> I add .tmp mine type Temp
7. Check Access rights on Share Folders.Every thing is Ok.

Thanks In advance.

Pargat
 
Install IIS again, making sure the frontpage extensions are installed (under
details).

Once thats on in studio go to tools\options->projects\web settings where you
can swap between using fileshare and frontpage as your preferred connection.

For fileshare to work for web apps created in C:\Inetpub\wwwroot, your
current login must be a member of the VS developers group on your machine
(MyComputer\manage->local users and groups\groups\vsdevelopers)

Hope this helps
 
Back
Top