473,654 Members | 3,104 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What are the minimum permissions required for ASP.NET to instantiate the component?

ASP.NET site runs under Windows Authentication, Anonymous Access is
unchecked.
Page tries to create NET component (regular assembly, not ES) and fails with
'Access Denied'

We don't want to give the users who connect to the web site local admin
rights on the server.

Wat are the minimum local permissions required in such scenario?

Thanks,

-Stan
Dec 13 '05 #1
3 1342
it will depend on the components called. the min is access to file directory
that hosts the site (and the temp the site runs in).

-- bruce (sqlwork.com)
"Stan" <no****@yahoo.c om> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
ASP.NET site runs under Windows Authentication, Anonymous Access is
unchecked.
Page tries to create NET component (regular assembly, not ES) and fails
with 'Access Denied'

We don't want to give the users who connect to the web site local admin
rights on the server.

Wat are the minimum local permissions required in such scenario?

Thanks,

-Stan

Dec 13 '05 #2
Here's the list of ACL permissions needed :

http://msdn2.microsoft.com/library/kwzs111e.aspx


Juan T. Llibre
ASP.NET MVP
============
"Stan" <no****@yahoo.c om> wrote in message news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
ASP.NET site runs under Windows Authentication, Anonymous Access is unchecked.
Page tries to create NET component (regular assembly, not ES) and fails with 'Access Denied'

We don't want to give the users who connect to the web site local admin rights on the server.

Wat are the minimum local permissions required in such scenario?

Thanks,

-Stan

Dec 13 '05 #3
That helps, thank you

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:uE******** *****@TK2MSFTNG P15.phx.gbl...
Here's the list of ACL permissions needed :

http://msdn2.microsoft.com/library/kwzs111e.aspx


Juan T. Llibre
ASP.NET MVP
============
"Stan" <no****@yahoo.c om> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
ASP.NET site runs under Windows Authentication, Anonymous Access is
unchecked.
Page tries to create NET component (regular assembly, not ES) and fails
with 'Access Denied'

We don't want to give the users who connect to the web site local admin
rights on the server.

Wat are the minimum local permissions required in such scenario?

Thanks,

-Stan


Dec 14 '05 #4

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

Similar topics

9
39206
by: CJM | last post by:
I've built an application in VB6 does some processing - it's not really important what it does... The application consists of a single DLL which does all the hard work, and a simple EXE which acts as the front-end. I designed it this way in the hope that I could also build an intranet app that controls the same component (DLL). I'm building the intranet page now, but I get this error when I try to
8
775
by: Carel Lotz | last post by:
H We have ported our VB 6 application into VB .NET but are still integrating with a few COM + applications written in VB6 running on our application server (Win 2000 Server). We have the proxies to link to the application server installed but we every now and then get a error when we try to make a call to a component running on the app server. The error message is something like Object reference not set to an instance of an objec at...
13
2178
by: SailFL | last post by:
I have read threads here and there and I have looked at MS but I can not get a clear understanding of what .Net acutally is. I understand that C++ and Vb and other languages are being out a .Net. I get some idea that it still is OOP. I think it has different ways of managing the code. But what is it? Thanks -- SailFL
26
4459
by: Lasse Edsvik | last post by:
Hello I'm trying to build a simple COM+ app in vs.net using C# and i cant register it in component manager..... what more is needed than this: using System; using System.EnterpriseServices;
12
16898
by: David Sworder | last post by:
Hi, I'm writing an application in which a client (C#/WinForms) and server (C#/service) interact with one another. The client establishes a "session" with the server but for scalability reasons there is not a one to one map between a session and a physical TCP connection. A client may disconnect the TCP connection if it is idle for more than 60 seconds... yet a conceptual "session" may last for days at a time. It's necessary that the...
0
3524
by: Jéjé | last post by:
Hi, I've just installed the UDDI Service to test it and when I try to access the localhost/UDDI virtual folder I receive the Required permissions cannot be acquired error I've changed the security in machine.config without any effect (system, administrator and new ASPUSER account)
0
1299
by: Henrik_the_boss | last post by:
Hello all. I have a couple of aspx pages. When something fails in them, I would like them to be able to log to either a database, a logfile, or the application log. All code is in C# I run into permissions problems straigh away though. To log to the event log, you need Administrator privileges. So followed MS example how to sandbox sensitive and secure code.
3
4858
by: Corey B | last post by:
I have a web server running IIS 6. The network security team here has completely locked down the server. They have installed an application called Cisco Security Agent (CSA). What CSA does is deny or allow access to certain files and folders. Currently they have it set up very restrictively so that it denies access to lots of files and folders. I find that when I go to run any type of ASP.NET application I receive error messages that...
7
4262
by: mosfet | last post by:
HI, when trying to compile an embedded version of STL called ustl on win32 platform I get the following error : /// Returns the minimum of \p a and \p b template <typename T1, typename T2> inline const T1 min (const T1& a, const T2& b) { return (a < b ? a : b);
0
8294
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
8816
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
8494
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
8596
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7309
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...
0
5627
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
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4297
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1924
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.