Ask a Question related to ASP.NET Security, Design and Development.
-
Siu #1
Deployed Application ASP.NET: file and web access.
Hi,
I've developped a Web application for my customer: this web application
allows users to modify some xml file.
The customer has deployed the web application into his domain on a IIS 5.5
or superior: his domain/network is very complex and unfortunately I don't
have a design. The problem that he encountered, occures only for some type of
user; here is the problem's explenation:
Users which belongs to the group "System Operator" and try to access the web
application, obtain the authentication window (not right!): when they have
authanticated, they can access the web application but they get an "access
denied" error when the web application access a xml file.
All other users, such as "Global System Admin" can do everything with my
application.
Please, help me finding a solution.
Thanks
Siu Guest
-
CF and Flex deployed on JRun 4
Hello, I have installed CF 7 on JRun and deployed it as ear file with expanded directories. I have installed flex and merge web.xml files as... -
access flex session in cf that deployed on the JRunserver
I am setting session object in remote object call, here is the java example: public void setSessionVariables(String practiceId){ HttpSession... -
WebSerivces not accessible when deployed.
I have a development environment setup on my Laptop that runs Win2000. I also have IIS running and local SQLServer running. I developed a client in... -
What issue will HIT me hard when I convert an Access 2002 MDE application to Web Application?
Hi All, Current Access 2002 MDE application: - has no tier - has neither business object nor any kind of object (Except MS Form object and... -
Access denied when creating Access application object
In an ASP file I am running the following in VBScript in order to extract data from an Access 2002 MDB file which is physically located in the... -
Siu #2
RE: Deployed Application ASP.NET: file and web access.
I've forgotten to write that the authentication is integrated in Windows and
that there isn't any impersonation; here it is my web.config for
authentication:
<authentication mode="Windows"/>
<authorization>
<allow users="*"/> <!-- Allow all users -->
<deny users="?"/>
</authorization>
Besides, users (System Operator) who has probem by accessing xml file
through my web application, they don't have any problem by accessing xml file
directly: they can open them and also modify them, because they have NTFS
(File System) permission.
Please help me
"Siu" wrote:
> Hi,
> I've developped a Web application for my customer: this web application
> allows users to modify some xml file.
>
> The customer has deployed the web application into his domain on a IIS 5.5
> or superior: his domain/network is very complex and unfortunately I don't
> have a design. The problem that he encountered, occures only for some type of
> user; here is the problem's explenation:
>
> Users which belongs to the group "System Operator" and try to access the web
> application, obtain the authentication window (not right!): when they have
> authanticated, they can access the web application but they get an "access
> denied" error when the web application access a xml file.
>
> All other users, such as "Global System Admin" can do everything with my
> application.
>
> Please, help me finding a solution.
> ThanksSiu Guest



Reply With Quote

