okay, if you are running IIS 5 ,this will be the ASP.NET account, just make
shure it is the one, brows to the Machine.Config file and look up the
Authorization tag ,there you will find the used account,this file will be
under the windows folder of the web server,just make a search.
if you are using IIS 6 this setting is overridden by the setting in IIS
,simply open IIS snap in ,brows for application pools>Default AppPool> right
click then properties then identity tab ,there you will see what is the used
account .
the used account must be part of the IIS_WPG.
the folders are
wwwroot
\\webserver\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\
if you got stuck at any step just try to use MSDN, it contains a detailed
and thourogh explanation.
[quoted text, click to view] "jonefer" wrote:
> Mohamed,
>
> Please walk me through the steps of making sure I grant the appropriate
> permissions for the several directories. I just followed the directions
> during the installation.
>
> "Mohamed Farouk" wrote:
>
> > you have to grant the account on which asp worker process is working
> > permission for several directories on your web server
> >
> > "jonefer" wrote:
> >
> > > Peter,
> > >
> > > I tried article 306005 but I still receive an error. Here is the complete
> > > message:
> > >
> > > Visual Studio could not identify the version of ASP.NET on the Web server.
> > > the web server reported the following error when attempting to create or open
> > > the Web project located at the following URL: "http://localhost/testAsp'.
> > > HTTP/1.1 401 Access Denied". Do you want to continue?
> > >
> > > "Peter van der Goes" wrote:
> > >
> > > >
> > > > "jonefer" <jonefer@discussions.microsoft.com> wrote in message
> > > > news:280F7237-3EF4-44E0-B588-53C80B08E8B2@microsoft.com...
> > > > > I've had Visual studio.NET installed for some time now and am getting the
> > > > > following error: "Visual Studio could not identify the version of ASP.NET
> > > > on
> > > > > the Web server"
> > > > >
> > > > > How can I fix this?
> > > >
> > > > First question: Are we talking about a local instance of IIS or a remote
> > > > server?
> > > > Second question: Did you install IIS before or after Visual Studio .NET?
> > > > If the answers are local and after, the solution that fixes most of these
> > > > problems can be found in KnowledgeBase Article #306005.
> > > > If I've guessed incorrectly, please provide more details so that those here
> > > > can provide more detailed responses.
> > > >
> > > > --
> > > > Peter [MVP Visual Developer]
> > > > Jack of all trades, master of none.
> > > >
> > > >