ASP.Net Whidbey new webproject nuisance

  • Thread starter Thread starter Paul van Brenk
  • Start date Start date
P

Paul van Brenk

Not sure if this is the right newsgroup, but it's the best I can find.

Is there a way to have the new webserver host the files without a virtual
directory?

Right now the following happens:

I create a webproject at c:\websites\web1, this is hosted by the integrated
server as http://localhost:24998/web1.

I would like to be able to have it host as http://localhost:24998/. This can
currently be accomplished by making your project directory c:\web1 ,
unfortunately this sucks from organisational point of view.

Paul
 
Hi,

I didn't manage to do it. But i think it's meaningless, this local
asp.net web server is just for programming task. it save you from
developing on machine with IIS. In the end of the day you will deploy
your application to IIS server and then you can choose any folder
(application) that you want.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
 
Back
Top