473,668 Members | 2,371 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

'HTTP/1.1 401 Access Denied'.error

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
Nov 19 '05 #1
2 1983
MSDN article:
http://msdn.microsoft.com/library/de...quirements.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\dot NetFramework\do tnetfx.exe /t:c:\temp /c:"msiexec.ex e
/fvecms c:\temp\netfx.m si"

***For Visual Studio .NET CDs, insert the Visual Studio .NET Prerequisites
CD, and then on the Start menu choose Run:
<CD Drive>:\dotNetF ramework\dotnet fx.exe /t:c:\temp /c:"msiexec.ex e /fvecms
c:\temp\netfx.m si"

------------
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
Nov 19 '05 #2
Thx alot its fixed..

"VRod" <VR**@discussio ns.microsoft.co m> wrote in message
news:56******** *************** ***********@mic rosoft.com...
MSDN article:
http://msdn.microsoft.com/library/de...us/vsintro7/ht
ml/vxtbsVisualStud ioNETSoftwareRe quirements.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\dot NetFramework\do tnetfx.exe /t:c:\temp /c:"msiexec.ex e
/fvecms c:\temp\netfx.m si"

***For Visual Studio .NET CDs, insert the Visual Studio .NET Prerequisites
CD, and then on the Start menu choose Run:
<CD Drive>:\dotNetF ramework\dotnet fx.exe /t:c:\temp /c:"msiexec.ex e /fvecms c:\temp\netfx.m si"

------------
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

Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3050
by: calfdog | last post by:
Hello, Does anyone know a workaround for calling fireEvent. With the latest from Microsoft OS XP2 and Hot fixes to IE it now gives an "access denied" error in Python when called. Here is what I am trying to do: Set the "campus" listbox value and theb call fire event, such as in the code below. I get an "access denied" error.
0
2942
by: Steve | last post by:
Hi, Yesterday I signed up for another dedicated linux server with the hosting company I use and I am having problems getting MySQL 4.1.3 working on it. I've tried just about everything I can think of to login via the MySQL client but get a variation of the following error every time: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
3
2399
by: vincentw56 | last post by:
This is the first time I have tried this. What we have is a com object the generates keys. A developer here wrote a .Net wrapper in C# for this com object. I am trying to call her dll wrapper with my ASP.NET page and I get an access denied error. I can use the test Windows Form just fine, but not my ASP.NET form. This is all local to my machine. The error is below. Thanks. Vincent Here is the error that I get:
1
1993
by: Ben Pryhoda | last post by:
I have already used a third party com object in my code, and it went easily. Add the reference, call the methods, and get my results. But I am integrating a legacy com object and I follow the same steps, the auto complete works, the compiler likes my code, but when I test, pressing the button that triggers the code segment gives me an access is denied error and a stack trace that claims the problem is in my instantiation. (Error cut...
0
2633
by: George | last post by:
Hello, I'm running an ASPX application "WebApplication1" which consumes a web service (service1.asmx) hosted on a machine with IP (128.1.7.x) . The web service is located in the intranet. The web methods can be invoked successfully if "WebApplication1" is located in machines with the same subnet (128.1.7.x). However, it fails if "WebApplication1" is hosted on
12
5095
by: Chad Crowder | last post by:
Hi all, I hope someone can give me a hand, because I'm out of ideas. I keep getting this message: Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\projects_cig\e4e3b3da\3c20ac69" is denied. The error goes on to say that the ASP.NET is not authorized...
0
3532
by: ASP.Confused | last post by:
The old message looked a little stale, so I am re-posting it here. Anybody have any ideas of what I could do?!? The previous responses to this question are below. If you want to look at the original question, the subject line is: ADODB.NET and "Access Denied" I have an ASP.NET page writtein in VB that uses ADODB. I just had to
16
7377
by: Brad | last post by:
After compiling my asp.net project I'm receiving a "BC31011 - Access is denied" error when attempting to run or debug. The only thing that seems to resolve problem is IISReset. After a reset my project runs fine for several compiles then the error starts up again...and another iisreset. I seem to recall a similar issue a long time back which required turning off indexing, which I have had off since (I just re-checked to confirm it is...
3
7994
by: Shailesh Humbad | last post by:
I figured out what was causing the "Access is Denied" error when calling functions from referenced DLLs in my service. I've tried to be very detailed, so bear with me. It turns out that libraries I made myself were not having this problem, but it only happened with a zip library I downloaded and copied into my program's directory. When using classes from this library, my service threw an "Access Is Denied" FileLoadException, which...
3
6139
by: fniles | last post by:
In our ASP page, we call XMLHttp to download XML files. When calling our page using localhost (localhost/myWebSite/myPage.htm), it works, but when calling using the IP address of the web server (xx.x.x.xxx/myWebSite/myPage.htm), I got "Permission denied" error in the HTTP.Open statement. Set http = CreateObject("Microsoft.XmlHttp") http.open "Get", "http://" & "xx.x.x.xxx" & "/XMLFiles/N-1min.xml", ALSE --> permission denied error
0
8374
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8890
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8575
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7398
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6206
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5677
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4373
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2784
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2018
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.