views:

282

answers:

2

My ASP.NET always starts like this with the internal server: http://localhost:50793/Website/

I use FckEditor which points to http://localhost:50793/fckeditor

How do I configure the server that it servers my folder "Website" as the root?

A: 

Go click on the website project in the solution explorer, then edit the "Virtual path" in the properties window.

IceHeat
Note that this is in the properties panel, not the project's Property Pages. Step by step instructions here: http://weblogs.asp.net/scottgu/archive/2006/12/19/tip-trick-how-to-run-a-root-site-with-the-local-web-server-using-vs-2005-sp1.aspx
phloopy
A: 

When it comes to anything 'Microsoft Administrative', TechNet is usually the best place to look. This ASP.net Administrator Guide is probably a great place to start.

slf
Cheers, I'll just go and read everything that Microsoft wrote on the subject. I'm sure the answer will be in there somewhere :)
pauliephonic