Vista / IIS Question
Which version of Vista includes IIS ?
View RepliesWhich version of Vista includes IIS ?
View RepliesNot sure if I should be posting here but upgraded to Vista and setup my localhost websites but ASP are not executed/recognised only html files - what do I need to do?
View Replies View RelatedHas anyone used the traditional Classic ASP / Access DB / IIS configuration on Vista yet?
I haven't, but before I upgrade to Vista I would like to ensure all my websites will work once I do. What version of Vista is best to use (and includes IIS) ? What problems did you have with database connectivity ?
I need to choose Vista version, hopefully the lowest one like home edition, to have IIS services for some sql server feature to be active.
View Replies View Relatedwhen i put some working code into my directory and run it locally i get the following error. An error occurred on the server when processing the URL. Please contact the system administrator. i am sure this is to do with trying access the database as its a process login page. how do u set up for connections to databases?
View Replies View RelatedI've been doing all my ASP projects etc in my Uni whcih I can access from home but cannot FTP etc. Which mean I cannot edit files and play around with code.
Is it possible to run the asp on my home ASP so I can practise here rather than travel to uni each time!
Im running vista ultimate from home
I've just installed IIS 7 and have run the script to do the complete install.
When I run my HTML file that points to my asp file it just downloads the .asp file instead of running it. Any ideas as to what im doing wrong??
When I run http://localhost/SSNName.html it works fine, just seems to not run the asp file
I get the following error: An error occurred on the server when processing the URL.
Just upgraded to Vista Ultimate, and running IIS7 for offline web development. Suddenly getting the message
Active Server Pages error 'ASP 0131'
Disallowed Parent Path
/daters/cards/previewCard.asp, line 98
The Include file '../viral_update.inc' cannot contain '..' to indicate the parent directory.
This worked fine in Win XP Pro/IIS6. What goes on? Do I have to use the full path or must the include file be located in the same directory.
Have just installed IIS7 on Vista and am trying to access a .mdb file
through ASP. Getting server error.
I think the problem is in the file permission. Under XP Pro/IIS6 is used to
have to set the .mdb file security via windows explorer to give
IUSR_machinename full permissions on this file for anonymous web access.
Cant seem to do this with Vista explorer - says object cannot be found.
Also, getting conflicting statements from IIS Help - it tells me firstly
that
a. By default, IIS 7.0 uses IUSR as the account for anonymous access.
This account is created when you install IIS 7.0.
and then
b. Similarly, a new Windows built-in account named IUSRS replaces the
local IUSR_MachineName anonymous account from IIS 6.0.
Anyway, whatever syntax I use, I cant seem to add anonymous web user
permission to daters.mdb via the security tab in Windown Explorer.
I've a strange problem with Windows Vista, running an ASP page on local
machine (http://localhost/test.asp), the page does not give me any error but
the asp code is not executed (simple code : <% response.write("hello") %),
it show me a blank page, I think I've put all the setttings correctly, but
maybe I must do something obvious to fix that.