How to create a project in the Web Root

  • Thread starter Thread starter PeteZ
  • Start date Start date
P

PeteZ

All attempts to create a Web project always seem to want to create a folder
beneath the web root eg. <root>/Myproject/default.aspx

How then do I create a the default.aspx etc in the web root ?

- P
 
How then do I create a the default.aspx etc in the web root ?

Here's a link that guides you through it:

http://www.volcanictech.com/vsnet/newwebapp.html

Although, if you're using VS.Net, you're really in a development
environment, ahd the URL doesn't really matter. You can develop like this
(having a project directory under the webroot) and then deploy to the root
of your production site. This is the way I've done it so far, at least.

Hope that helps,
-JG
 
thanks !


Juan Gabriel Del Cid said:
Here's a link that guides you through it:

http://www.volcanictech.com/vsnet/newwebapp.html

Although, if you're using VS.Net, you're really in a development
environment, ahd the URL doesn't really matter. You can develop like this
(having a project directory under the webroot) and then deploy to the root
of your production site. This is the way I've done it so far, at least.

Hope that helps,
-JG
 
Back
Top