'HTTP/1.1 401 Access Denied'.error

  • Thread starter Thread starter Patrick.O.Ige
  • Start date Start date
P

Patrick.O.Ige

After trying to create a project on a server using VS.NET 2003 i get the
error
'http://localhost/webapplication1' ,'HTTP/1.1 401 Access Denied'.
I think someone must have deleted the neccesary accts..
Any ideas how to get around this.
Its says VS.NET could not identify the version of the ASP.NET on the server
Thanks
 
MSDN article:
http://msdn.microsoft.com/library/d.../vxtbsVisualStudioNETSoftwareRequirements.asp

--------------
If you installed IIS after installing VS .NET and if it's not a Win 2003
Server, repair the .NET Framework thro the section in the above link

***To repair .NET Framework for Windows 2000 or Windows XP

***For Visual Studio .NET DVD, insert the DVD, and then on the Start menu
choose Run:
<DVD Drive>:\wcu\dotNetFramework\dotnetfx.exe /t:c:\temp /c:"msiexec.exe
/fvecms c:\temp\netfx.msi"

***For Visual Studio .NET CDs, insert the Visual Studio .NET Prerequisites
CD, and then on the Start menu choose Run:
<CD Drive>:\dotNetFramework\dotnetfx.exe /t:c:\temp /c:"msiexec.exe /fvecms
c:\temp\netfx.msi"

------------
If not, please go to command prompt and type:

aspnet_regiis /i // install ASP.NET with IIS

Then restart your Server (to ensure eveything is ok).

Best of Luck, VRod
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top