re:
!> I assumed that both "asp" and "aspx" worked equally fine, with the only
!> difference that the user can "see" what kind of ASP it is. Is that incorrect?
With the caveat that each must be specifically authorized, no, it's not incorrect.
re:
!> 1. Is http://localhost/that_file.aspx the correct syntax to request the local file?
Only if you're using IIS to request that_file.aspx and the file is located in the root directory
( usually drive:\inetpub\wwwroot\ )
re:
!> 2. Where exactly will the file be stored in the ..\Visual Studio 2008\ directory structure when i build a project?
If it's a File System project :
drive:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\ProjectName
If it's an IIS-based app, wherever in the IIS directory structure you created it.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
>>> I have problems enabling my machine to work locally as a webserver. I wish to
>>> test some ASP.NET code but this far i
[quoted text clipped - 31 lines]
> sleep - a substitute for coffee for the poor
> ambition - lack of sense to be lazy
K Viltersten - 22 Apr 2008 21:50 GMT
> 2. Where exactly will the file be stored in the
> ..\Visual Studio 2008\ directory structure when
[quoted text clipped - 5 lines]
> My Documents\Visual Studio 2008\Projects\
> ProjectName
The files are there but the ASP-magic doesn't
happen to my files as i click on them. i've
been instructed to REQUEST them instead.
Can i request a file from the folder you
mention above somehow? I've tried to set it as
a website using IIS-manager but got only
errors, as was the case for any directory not
in the wwwroot-folder.
> If it's an IIS-based app, wherever in the IIS
> directory structure you created it.
Does it need to be an IIS-project if i wish to
request my files, making the <% =getStuff %>
convert to some stuff?
The issue with the wwwroot-folder is that i
can't edit the file iisstart.htm, allthough
i'm logged on as an administrator...
--
Regards
Konrad Viltersten
--------------------------------
sleep - a substitute for coffee for the poor
ambition - lack of sense to be lazy