J Baker
|
| Posted: 06/19/2003, 9:06 AM |
|
Hello all,
I need to place my ASP .Net files directly on the root of the server, in other words http://localhost/default.aspx not http://localhost/myapp/default.aspx. The problem is that a virtual directory is required for the .Net files to work.
Suggestions?
Baker
|
|
|
 |
rclayh
|
| Posted: 06/19/2003, 7:39 PM |
|
Go into IIS and make the virtual directory an application. Also you need to give the ASPNET account permissions on the directory if you are using a folder outside of your normal server root, but it is doable - all my ASP.NET webs are running from virtual directories. Search Microsoft.com they have several good Knowledgebase articles on setting up asp.net applications.
|
|
|
 |
|