473,473 Members | 2,053 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Access Denied ASP.NET 1.1.4322...

Hi,

I am getting an "Access Denied" error when attempting to browse asp.net
pages.

I have installed ASP.NET 1.1.4322 on a domain controller.
The machine also has ASP.NET 1.0.3705 installed on it.
The machine is win 2k server. IIS is installed.

I have already run aspnet_regiis - i to reinstall the .net framework.
I have set IIS to run under a domain account. (and this works cause classic
asp pages are working)

I found the following article
http://support.microsoft.com/default...;en-us;Q315158
that talks about running asp.net on a domain controller, but it says that
there is only an issue with v1.0.3705 and it is fixed in v1.1.4322.

never the less I changed the <processModel> to run under a domain account
but still this doesn't work.

I still get an access denied error.
The aspx that I am attempting to view only has plain text in it and the NTFS
and security permissions on the directory (and also the file) are full
controll for everyone.

can naybody please help me out or tell me where I am going wrong.

many thanks in advance.

cheers

martin.


Nov 19 '05 #1
4 2234
Does the virtual directory have
script execution rights assigned ?

Open the MMC and check the
virtual directory's script execution permissions.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaņol
Ven, y hablemos de ASP.NET...
======================

"Martin" <ma*******************@martinz.co.nz> wrote in message
news:e%*****************@TK2MSFTNGP12.phx.gbl...
Hi,

I am getting an "Access Denied" error when attempting to browse asp.net
pages.

I have installed ASP.NET 1.1.4322 on a domain controller.
The machine also has ASP.NET 1.0.3705 installed on it.
The machine is win 2k server. IIS is installed.

I have already run aspnet_regiis - i to reinstall the .net framework.
I have set IIS to run under a domain account. (and this works cause
classic asp pages are working)

I found the following article
http://support.microsoft.com/default...;en-us;Q315158
that talks about running asp.net on a domain controller, but it says that
there is only an issue with v1.0.3705 and it is fixed in v1.1.4322.

never the less I changed the <processModel> to run under a domain account
but still this doesn't work.

I still get an access denied error.
The aspx that I am attempting to view only has plain text in it and the
NTFS and security permissions on the directory (and also the file) are
full controll for everyone.

can naybody please help me out or tell me where I am going wrong.

many thanks in advance.

cheers

martin.


Nov 19 '05 #2
Hi,

My site is actally at the root of a site (not in its own virtual dir)
By "script execution rights" i assume that you mean go to propertys of site,
then "Home directory" tab and check box that says "Script Source Access"

This is aleady ticked.
Classic ASP page run fine on this site.
The error that I am getting is an asp.net error indicating that I have been
denied access to a resource. All Share and security settings are set to
"Full Control" for everyone.

cheers

martin.
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eC**************@TK2MSFTNGP15.phx.gbl...
Does the virtual directory have
script execution rights assigned ?

Open the MMC and check the
virtual directory's script execution permissions.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaņol
Ven, y hablemos de ASP.NET...
======================

"Martin" <ma*******************@martinz.co.nz> wrote in message
news:e%*****************@TK2MSFTNGP12.phx.gbl...
Hi,

I am getting an "Access Denied" error when attempting to browse asp.net
pages.

I have installed ASP.NET 1.1.4322 on a domain controller.
The machine also has ASP.NET 1.0.3705 installed on it.
The machine is win 2k server. IIS is installed.

I have already run aspnet_regiis - i to reinstall the .net framework.
I have set IIS to run under a domain account. (and this works cause
classic asp pages are working)

I found the following article
http://support.microsoft.com/default...;en-us;Q315158
that talks about running asp.net on a domain controller, but it says that
there is only an issue with v1.0.3705 and it is fixed in v1.1.4322.

never the less I changed the <processModel> to run under a domain account
but still this doesn't work.

I still get an access denied error.
The aspx that I am attempting to view only has plain text in it and the
NTFS and security permissions on the directory (and also the file) are
full controll for everyone.

can naybody please help me out or tell me where I am going wrong.

many thanks in advance.

cheers

martin.



Nov 19 '05 #3
re:
By "script execution rights" i assume that you mean go to propertys of
site, then "Home directory" tab and check box that says "Script Source
Access"
No. I mean the "Execute Permissions" box with dropdown
right under the Application's name.

The choices are : None, Scripts Only
and Scripts and Executables.

You should have "Scripts Only" selected.

btw, I noticed you changed the <processModel>
to run under a domain account.

Did you also give write permissions to that account for
\WINNT\Microsoft.NET\Framework\V1.1.4322\Temporary ASP.NET Files\
for compiler use, and, also the \WINNT\TEMP\ directory if
you are going to be running Web Services ?

btw, running ASP.NET on a Domain Controller is
not considered an example of best security practices.

Look through this document for a detailed explanation
of the process you need to go through to downsize the risks :

"Running ASP.NET on a Domain Controller"
http://msdn.microsoft.com/library/de...et_on_a_dc.asp


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaņol
Ven, y hablemos de ASP.NET...
======================

"Martin" <ma*******************@martinz.co.nz> wrote in message
news:uW**************@TK2MSFTNGP10.phx.gbl... Hi,

My site is actally at the root of a site (not in its own virtual dir)
By "script execution rights" i assume that you mean go to propertys of
site,
then "Home directory" tab and check box that says "Script Source Access"

This is aleady ticked.
Classic ASP page run fine on this site.
The error that I am getting is an asp.net error indicating that I have
been denied access to a resource. All Share and security settings are set
to "Full Control" for everyone.

cheers

martin.
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eC**************@TK2MSFTNGP15.phx.gbl...
Does the virtual directory have
script execution rights assigned ?

Open the MMC and check the
virtual directory's script execution permissions.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaņol
Ven, y hablemos de ASP.NET...
======================

"Martin" <ma*******************@martinz.co.nz> wrote in message
news:e%*****************@TK2MSFTNGP12.phx.gbl...
Hi,

I am getting an "Access Denied" error when attempting to browse asp.net
pages.

I have installed ASP.NET 1.1.4322 on a domain controller.
The machine also has ASP.NET 1.0.3705 installed on it.
The machine is win 2k server. IIS is installed.

I have already run aspnet_regiis - i to reinstall the .net framework.
I have set IIS to run under a domain account. (and this works cause
classic asp pages are working)

I found the following article
http://support.microsoft.com/default...;en-us;Q315158
that talks about running asp.net on a domain controller, but it says
that there is only an issue with v1.0.3705 and it is fixed in v1.1.4322.

never the less I changed the <processModel> to run under a domain
account but still this doesn't work.

I still get an access denied error.
The aspx that I am attempting to view only has plain text in it and the
NTFS and security permissions on the directory (and also the file) are
full controll for everyone.

can naybody please help me out or tell me where I am going wrong.

many thanks in advance.

cheers

martin.

Nov 19 '05 #4
Hi,

Thanks for the reply, however niether of the things you suggested worked.
I still get the following error

Error message 401.3: You do not have permission to view this directory or
page using the credentials you supplied (access denied due to ACLs). Ask the
Web server's administrator to give you access to
'C:\Inetpub\wwwroot\wwwCCLRAssistTitan\martin.aspx '.

But I have changed the ACL's so that theaccount has permission to this
directory.
Everyone has permission to this dir and asp.net tempory files.

I will have a look through the article that you suggested.

cheers

martin.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:O6**************@TK2MSFTNGP15.phx.gbl...
re:
By "script execution rights" i assume that you mean go to propertys of
site, then "Home directory" tab and check box that says "Script Source
Access"


No. I mean the "Execute Permissions" box with dropdown
right under the Application's name.

The choices are : None, Scripts Only
and Scripts and Executables.

You should have "Scripts Only" selected.

btw, I noticed you changed the <processModel>
to run under a domain account.

Did you also give write permissions to that account for
\WINNT\Microsoft.NET\Framework\V1.1.4322\Temporary ASP.NET Files\
for compiler use, and, also the \WINNT\TEMP\ directory if
you are going to be running Web Services ?

btw, running ASP.NET on a Domain Controller is
not considered an example of best security practices.

Look through this document for a detailed explanation
of the process you need to go through to downsize the risks :

"Running ASP.NET on a Domain Controller"
http://msdn.microsoft.com/library/de...et_on_a_dc.asp


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaņol
Ven, y hablemos de ASP.NET...
======================

"Martin" <ma*******************@martinz.co.nz> wrote in message
news:uW**************@TK2MSFTNGP10.phx.gbl...
Hi,

My site is actally at the root of a site (not in its own virtual dir)
By "script execution rights" i assume that you mean go to propertys of
site,
then "Home directory" tab and check box that says "Script Source Access"

This is aleady ticked.
Classic ASP page run fine on this site.
The error that I am getting is an asp.net error indicating that I have
been denied access to a resource. All Share and security settings are set
to "Full Control" for everyone.

cheers

martin.
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eC**************@TK2MSFTNGP15.phx.gbl...
Does the virtual directory have
script execution rights assigned ?

Open the MMC and check the
virtual directory's script execution permissions.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaņol
Ven, y hablemos de ASP.NET...
======================

"Martin" <ma*******************@martinz.co.nz> wrote in message
news:e%*****************@TK2MSFTNGP12.phx.gbl...
Hi,

I am getting an "Access Denied" error when attempting to browse asp.net
pages.

I have installed ASP.NET 1.1.4322 on a domain controller.
The machine also has ASP.NET 1.0.3705 installed on it.
The machine is win 2k server. IIS is installed.

I have already run aspnet_regiis - i to reinstall the .net framework.
I have set IIS to run under a domain account. (and this works cause
classic asp pages are working)

I found the following article
http://support.microsoft.com/default...;en-us;Q315158
that talks about running asp.net on a domain controller, but it says
that there is only an issue with v1.0.3705 and it is fixed in
v1.1.4322.

never the less I changed the <processModel> to run under a domain
account but still this doesn't work.

I still get an access denied error.
The aspx that I am attempting to view only has plain text in it and the
NTFS and security permissions on the directory (and also the file) are
full controll for everyone.

can naybody please help me out or tell me where I am going wrong.

many thanks in advance.

cheers

martin.


Nov 19 '05 #5

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

Similar topics

4
by: RichB | last post by:
Hello, The .NET application I have just installed at a client web site is throwing a strange error. At first the applications works without any problems, but after 10 mins or so Access denied...
9
by: shaddock | last post by:
Hello, When trying to run the InstallUtil.exe, I get the error below. Any insights? 'installutil' is not recognized as an internal or external command, operable program or batch file. ...
12
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...
5
by: Raterus | last post by:
I'm just throwing this error out for my sanity, I've seen posts about this, but never solutions. I'm using VS.NET 2003, Framework 1.1, and I'm getting a random error about every 1 out of 10 times...
16
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...
7
by: Martin Strojek | last post by:
Hi, I have the following problem with developing some web site. I use Visual Studio 2003 to build a website. I tried Windows 2003 Server and switched now back to Windows XP with PWS but the...
4
by: Bruce | last post by:
I am developing an ASP.NET web service application. It works fine on my WinXP Prof development machine. But when I send it to a Windows Server 2003 system I get the following error (attached...
3
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...
1
by: jalupinu | last post by:
My OS is Winxp SP2 and the software I am having trouble with is Maximizer 9.5 Enterprise. It has a Web Portal feature that i am trying to use and followed the instructions to set it up however I keep...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
1
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...
0
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...
0
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...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...
1
muto222
php
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.