 |
| ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

April 5th, 2004, 10:04 PM
|
|
Authorized User
|
|
Join Date: Jan 2004
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
developing aspx outside wwwroot folder
hi all
is there anyway to develop aspx pages in other directories other than the wwwroot folder in inetpub?
when i tried to develop aspx in 'my documents', i got server error messages, and i cant seem to find an appropriate article in microsoft that addresses this issue
|
|

April 6th, 2004, 12:05 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 540
Thanks: 0
Thanked 4 Times in 4 Posts
|
|
You can change the root folder by opening IIS, right-clicking on "Default Web Site" or you current site name, then clicking properties. Then go to the Home Directory tab and change the local path to what you want.
J
|
|

April 6th, 2004, 07:37 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Or you can set up another Virtual Directory and point it to your My Documents folder.
|
|

April 6th, 2004, 09:52 AM
|
|
Authorized User
|
|
Join Date: Jan 2004
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
i did what both of u suggested, and dats how i got the server error messages, so i was wondering does it have anything to do with rights, security settings etc??
|
|

April 6th, 2004, 09:55 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
What were the error messages?
|
|

April 6th, 2004, 12:09 PM
|
|
Authorized User
|
|
Join Date: Jan 2004
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
server error in '/' appplication
go http://www.clansalvage.com/error.jpg for the screen that appears
|
|

April 6th, 2004, 12:24 PM
|
 |
Friend of Wrox
|
|
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
|
|
The applications run under and different user account than you are logged in as. Your "my documents" directory most likely doesn't allow access to that user account. I wouldn't recommend putting an application in the my documents folder. Create a directory at the root of the drive for all your applications, or one for each application or whatever you choose. Just avoid a place that will cause permission conflicts.
|
|

April 6th, 2004, 09:58 PM
|
|
Authorized User
|
|
Join Date: Jan 2004
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hmm..ok...10x
|
|
 |