IIS related ASP.NET page question

  • Thread starter Thread starter Neil Zanella
  • Start date Start date
You can set up default pages in the IIS configuration screen for your
application. It has some preset ones, and you can add any other ones.
 
Sure.

Go into the IIS Manager, open the properties for
the "foo" virtual directory, hit the "Documents" tab,
and add a default document page named "index.asp".

Then, move it to the top of the list, by clicking it,
and click the "Move Up" button until it reaches the top.

OK your way out, and you're good to go!



Juan T. Llibre
ASP.NET MVP
===========
 
Aargh!

That should have been "index.aspx", of course.
Not "index.asp"

Sorry!


Juan T. Llibre
ASP.NET MVP
===========
 
Excellent reply!

I followed your steps exactly as you describe them and added
"index.aspx" as one of the default document pages and it
works fantastically.

Thank you,

Neil
 
Glad to have been of help !
Please post any other snags you run into, OK ?



Juan T. Llibre
ASP.NET MVP
===========
 

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