IIS 6.0 error:403

G

Guest

Hi

I install and configured Windows Server 2003 Standard Edition, as well as the IIS 6.0
I also install the ASP.NET Services

I can access the http://localhost/quickstart/default.aspx and I do not have any problem. But when I try to access (http://localhost/quickstart/aspplus) the aspplus by clicking the provided link I get an error

Here is the error that I am getting
------------------------------------------------------------------------------------------------------------------------------------------
You are not authorized to view this pag
You might not have permission to view this directory or page using the credentials you supplied
_______________________________________
If you believe you should be able to view this directory or page, please try to contact the Web site by using any e-mail address or phone number that may be listed on the localhost home page
You can click Search to look for information on the Internet

HTTP Error 403 - Forbidden
Internet Explorer
------------------------------------------------------------------------------------------------------------------------------------------

I read some of the IIS 6.0 book but I get confused.

In Internet Information Services (IIS) Manager Under the computer name I can see

Application Pool
+ Default App Pool / Propertie
I select the Predefined LocalSystem. Reason I choose LocalSystem is that I want to test any web application that I am going to create

Web Site
+ Default Web Site/Application Pool is set to for DefaultApplication Poo

Web Service Extensio
+ I allow ASP. ASP.NET, Internet DataConnector services

………………………………………………………………………………â€

In Default Web Site I choose the QuickStart folder and from Properties I choose the Directory Security, Authentication and Access Control I choose anonymous Log in
I unchecked the Integrated windows authentication.

Can anyone help me how to allow anonymous access to vies the QuickStart and its content. Quick start is provided from Microsoft .NET Framework SDK v1.1

Again I am able to access the http://localhost/quickstart/default.aspx but when I click any link inside the default.aspx I get an error

I thank you in advance for all your kind help

Rgds
G
 
G

Guest

I solved the problem. I add the default load page as (default.aspx) for each virtual site that seperatly they all have default.aspx page

Rgds
GC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top