.Net Quickstarts

  • Thread starter Thread starter Andrew Chalk
  • Start date Start date
A

Andrew Chalk

When I load the .Net Quickstarts from the Program Files menu the "ASP.Net
Quickstarts" link attempts to access

http://localhost/quickstart/ASPPlus/

This page comes up as "Forbidden". Does anyone know what's wrong with my
configuration and how I change it?

Many thanks.
 
Yea! I found the answer in another newsgroup (dotnet.framework.sdk). Here it
is:

/* None of the virtual directories involved with the QuickStart have the
default.aspx default page added to their Default Documents list in IIS.
You'll have to do that manually, unfortunately... */

so, IIS Mgr -> QuickStart -> right click -> properties -> documents

Hope this helps.
 
Thanks!
Steve Bolton said:
Yea! I found the answer in another newsgroup (dotnet.framework.sdk). Here it
is:

/* None of the virtual directories involved with the QuickStart have the
default.aspx default page added to their Default Documents list in IIS.
You'll have to do that manually, unfortunately... */

so, IIS Mgr -> QuickStart -> right click -> properties -> documents

Hope this helps.
 

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

Back
Top