Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Basics
|
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
 
Old March 10th, 2004, 06:45 AM
ak ak is offline
Authorized User
 
Join Date: Sep 2003
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi Imar,
I carried out steps 1 to 4 and it worked, http://intranet/Webapp10/webform1.aspx
V.S.net created the pages in the correct location: d:\EmpireDevWeb\Webapp10

however i have the following error when i try to view using IE:
Server cannot access application directory 'D:\Inetpub\EmpireDevWeb\WebApp10\'. The directory does not exist or is not accessible because of security settings.

thanks for all your help

ak
 
Old March 10th, 2004, 07:02 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

I think that makes sense.

When you connect to that folder in VS.NET it's you that accesses the folder (the account you use to log in). Apparently, you have enough permissions, so everything looks fine.

However, when you run the page in IE, it's the ASPNET account that tries to access the folder. You have to make sure that the ASPNET account (or IWAM_MachineName if you're using .NET 1.1) has sufficient permissions to access D:\Inetpub\EmpireDevWeb\WebApp10

Cheers,

Imar


---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old March 10th, 2004, 07:50 AM
ak ak is offline
Authorized User
 
Join Date: Sep 2003
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thanks Imar, due to your help, i have it all working now

ak
 
Old March 10th, 2004, 08:47 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Great. Glad it worked out fine.

Imar


---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.





Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP Linking to SQL Server 2000 Dev JoshCBR28 ASP.NET 1.0 and 1.1 Basics 6 October 24th, 2005 05:20 PM
coding php in knoppix and setting up a web server mrobertson PHP How-To 0 June 2nd, 2005 08:35 AM
set up asp.net web application-dev on remote serve ak VS.NET 2002/2003 1 March 5th, 2004 01:20 PM
setting up PC as a web server with IIS kathryne Classic ASP Basics 7 October 9th, 2003 04:55 PM
Works fine on web server, not on dev machine eoffshore PHP How-To 1 July 9th, 2003 09:32 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.