473,657 Members | 2,270 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASPX - Anonymous Access in IIS 6


What are the account requirements for aspx pages to be accesse
anonymously on Windows 2003 server?.

When I view my aspx page in a browser locally or remotely I always ge
prompted for user and password. When I provide credentials for user i
the admin group the page displays correctly.

I do not get prompted when viewing .htm files.

I would like to make the aspx pages available anonymously.

Here are my settings:

NTFS Directory Security:
Administrators - Full Control
ASP.NET Machine Account - Read & Execute, List, Read
Internet Guest Account - Read & Execute, List, Read
System - Full Control

Virtual Directory Tab:
Read - checked
Execute permissions - Scripts only

Authentication and access control:
Enable anonymous access - checked
User name: IUSR_COMPUTER_N AME
Basic Authentication - Not checked

Thank you in advance
-
muzer
-----------------------------------------------------------------------
Posted via http://www.webservertalk.co
-----------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message218139.htm

Jul 19 '05 #1
3 5198
Take a look at your web.config file.

"muzerb" <mu***********@ mail.webservert alk.com> wrote in message
news:mu******** ***@mail.webser vertalk.com...

What are the account requirements for aspx pages to be accessed
anonymously on Windows 2003 server?.

When I view my aspx page in a browser locally or remotely I always get
prompted for user and password. When I provide credentials for user in
the admin group the page displays correctly.

I do not get prompted when viewing .htm files.

I would like to make the aspx pages available anonymously.

Here are my settings:

NTFS Directory Security:
Administrators - Full Control
ASP.NET Machine Account - Read & Execute, List, Read
Internet Guest Account - Read & Execute, List, Read
System - Full Control

Virtual Directory Tab:
Read - checked
Execute permissions - Scripts only

Authentication and access control:
Enable anonymous access - checked
User name: IUSR_COMPUTER_N AME
Basic Authentication - Not checked

Thank you in advance.

--
muzerb
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
------------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message218139.html

Jul 19 '05 #2
muzerb wrote:
What are the account requirements for aspx pages to be accessed
anonymously on Windows 2003 server?.


This is a classic asp newsgroup. While you may be lucky enough to find a
dotnet-savvy person here who can answer your question, you can eliminate the
luck factor by posting your question to an appropriate group. I suggest
microsoft.publi c.dotnet.framew ork.aspnet.

HTH,
Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 19 '05 #3
You might want to ask in a .NET group.

For traditional ASP you might get that behavior if the anonymous account did
not have the rights required to execute the ASP dlls (in the
windows/system32/inetsrv directory). I am not sure what else might be
involved for ASPX.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"muzerb" <mu***********@ mail.webservert alk.com> wrote in message
news:mu******** ***@mail.webser vertalk.com...

What are the account requirements for aspx pages to be accessed
anonymously on Windows 2003 server?.

When I view my aspx page in a browser locally or remotely I always get
prompted for user and password. When I provide credentials for user in
the admin group the page displays correctly.

I do not get prompted when viewing .htm files.

I would like to make the aspx pages available anonymously.

Here are my settings:

NTFS Directory Security:
Administrators - Full Control
ASP.NET Machine Account - Read & Execute, List, Read
Internet Guest Account - Read & Execute, List, Read
System - Full Control

Virtual Directory Tab:
Read - checked
Execute permissions - Scripts only

Authentication and access control:
Enable anonymous access - checked
User name: IUSR_COMPUTER_N AME
Basic Authentication - Not checked

Thank you in advance.

--
muzerb
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
------------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message218139.html

Jul 19 '05 #4

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

Similar topics

6
1935
by: enak | last post by:
I need some help. I have a group of attorneys that need to be able to see the schedule of court dates. These dates are scheduled by the legal assistants. This is what I need: when a legal assistant schedules a court date I need that date to be added to each attorney's outlook calendar when
7
1338
by: Wardeaux | last post by:
Hey all, I'm hitting a wall... We have many daily reports generated on another server, need to present list of available files and allow user to download desired files from aspx page... any suggestions on how to do this? The other server is running Win2K3 with SQL but no IIS... tried mapping drives and setting up shortcuts, nothing allows permissions from IIS_Guest account... even a "Can't Get there from here..." would be appreciated at...
5
315
by: Terry | last post by:
I am developing a asp.net web based service application for our product I am trying to trigger a reboot of the server based on a user request I believe I have all the appropriate code for AdjustingTokens etc an all those calls seem to succeed, however, the final call to ExitWindowsE is failing with 'Access Denied' In my machine.config, I have already set the userName to 'System' as seem to require this for some other functionality I...
2
2473
by: Gayathri | last post by:
Hi I am using MS Access to store the data in an .mdb file. And I observe that, if the .mdb is open, I receive a runtime error whenever I/someone tries to access any of the .aspx pages that needs to access this .mdb. My .aspx pages are using OleDb for the data retrieval. I do not want those runtime errors. Please enlighten me as to how to get rid of those runtime errors. Thanks a ton in advance...
3
1320
by: Rich Miller | last post by:
I have a strange situation IIS. Take a sample web site which contains only Index.htm. If I choose anonymous access and go to the site, the page loads fine. If instead of Index.htm I use Index.aspx, I get promped for windows authentication even though I've chosen anonymous access in IIS. I've reset the permissions a bunch of times, but keep getting the win auth popup. Any ideas?
1
2173
by: kevin buchanan via .NET 247 | last post by:
I have a ASP.NET web app with a common module. How can I access the Public functions in the common module from the 'in-line' scripts in the ASPX page? ...from the ASPX page... <asp:Label runat="server" BackColor='<%# System.Drawing.ColorTranslator.FromHTML(Module1.WarnLOS(Module1.LOSMinutes(DataBinder.Eval(Container.DataItem,"vAdmDtTm"))))%>' Text='<%# DataBinder.Eval(Container, "DataItem.rmDesc")%>' ID="Label2"> </asp:Label>
14
2472
by: Mark B | last post by:
Our webhost (www.usbusinessweb.net) had a W2K IIS5 server crash after a scheduled hard-boot occurred during a ms-security patch install overnight. They couldn't get the server working again so they transferred our site www.orbisoft.com to a new W2003 IIS6 server they set up. That was a week ago. Since that transfer, all of our ASPX pages that use Access2000 databases have stopped working.
0
1034
by: Stephen MarcAurele | last post by:
I'm very new to ASP.Net so be gentle. I have a question about Forms authentication. My question involves the loginUrl (~/login.aspx by default), and how that page seems to be above any laws set down in the <authorization> configuration. Simply put, I've observed that anonymous users are granted access to the loginUrl even if that resource exists in a directory that forbids anonymous access (<deny users="?"/>). Although this...
0
1416
by: Peter Duniho | last post by:
On Mon, 01 Sep 2008 16:14:10 -0700, Blip <blip@krumpli.comwrote: Briefly, an anonymous method is exactly that: a method without a name. When you use the "delegate" keyword to declare an anonymous method, all you're doing is writing a method the same as you would anywhere else, except that it doesn't have a name, and so you have to use it right away rather than being able to refer to it elsewhere. (And I mean that only in the static,...
0
8411
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8323
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
8838
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
8513
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
7351
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
6176
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
4173
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...
1
2740
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
1732
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.