RE: IIS not rendering ASP?

2003-09-30 Thread DURETTE, STEVEN J (AIT)
Shawn,
 
Also, you might want to try going to iislists.com.  There is a lot of
information there and you can sign up for the list you need (iis4, iis5,
iis6).
 
The people on that list really seem to know IIS.  And Brett (the guy who
runs the list) is a professional IIS trainer.
 
Steve
 

-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 12:56 PM
To: CF-Talk
Subject: RE: IIS not rendering ASP?


The lockdown tool wasn't explitly run, but it might have run as part of
service pack 4.  We'll try running the tool manually and see what happens.
Thanks.

-Original Message-
From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 10:44 AM
To: CF-Talk
Subject: RE: IIS not rendering ASP?


By any chance was the iis lockdown tool run on this and set to stop asp?

You might want to rerun the tool and ensure that asp is allowed.

Steve


-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 12:37 PM
To: CF-Talk
Subject: RE: IIS not rendering ASP?


Thanks, we've checked that the ASP.dll was setup.  But still no luck.
(setting up on the ISAPI tab causes the site to not work at all, but it IS
listed under the "Home Directory tab" / Configuration button).  Navigating
to the virtual server, we get the text of the iisstart.asp file. (The site
documents are set for default.html and index.html - no mention of
iisstart.asp.)  Navigating to a user created asp page (which we know works
fine) causes either the same type of behaviour, or  "HTTP 403.1 Forbidden:
Execute Access Forbidden" - and we have checked all the security settings,
reset the permissions, and ensured Script and Execute access was turned
on...  This is a weird one, I'm almost tempted to rip out IIS and put in
Apache, but I'd get shot for that.

Thanks for the tip.  Any others?

Shawn

-Original Message-
From: McGill, Eric [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 9:50 AM
To: CF-Talk
Subject: RE: IIS not rendering ASP?


First thing I would do is go into IIS control panel and confirm that the
extension *.asp is mapped to asp.dll under the properties for that
particular website. I'm sorry not to be able to tell you which tab it is -
I'm not near a box with IIS running - but I think it is under the
Configuration button, then one of the tabs that is in the next form. If
you're lucky enough for this to be the problem, just add the mapping
there... (Hit Add > Enter ASP in the extension field > Browse to ASP.DLL)
Good luck,
Eric

-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]


A request for an ASP file results in the text of the file being passed to
the client, with no server
side processing.



  _  

[ Todays Threads 
  _  

[ Todays Threads 
  _  

[ Todays Threads 
  _  

[ Todays Threads 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: IIS not rendering ASP?

2003-09-30 Thread Dave Watts
> The lockdown tool wasn't explitly run, but it might have run 
> as part of service pack 4. We'll try running the tool manually 
> and see what happens. Thanks.

The IIS Lockdown tool isn't run unless you do it explicitly. Also, what it
does, if I recall correctly, is that it removes the ISAPI extensions, so if
you go into the IIS MMC and see the extensions, they either weren't removed,
or they were reentered manually after running IIS Lockdown.

However, it's possible that you're using URLScan, and you have urlscan.ini
written in such a way that ASP requests are denied.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: IIS not rendering ASP?

2003-09-30 Thread Shawn Grover
The lockdown tool wasn't explitly run, but it might have run as part of
service pack 4.  We'll try running the tool manually and see what happens.
Thanks.

-Original Message-
From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 10:44 AM
To: CF-Talk
Subject: RE: IIS not rendering ASP?


By any chance was the iis lockdown tool run on this and set to stop asp?

You might want to rerun the tool and ensure that asp is allowed.

Steve


-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 12:37 PM
To: CF-Talk
Subject: RE: IIS not rendering ASP?


Thanks, we've checked that the ASP.dll was setup.  But still no luck.
(setting up on the ISAPI tab causes the site to not work at all, but it IS
listed under the "Home Directory tab" / Configuration button).  Navigating
to the virtual server, we get the text of the iisstart.asp file. (The site
documents are set for default.html and index.html - no mention of
iisstart.asp.)  Navigating to a user created asp page (which we know works
fine) causes either the same type of behaviour, or  "HTTP 403.1 Forbidden:
Execute Access Forbidden" - and we have checked all the security settings,
reset the permissions, and ensured Script and Execute access was turned
on...  This is a weird one, I'm almost tempted to rip out IIS and put in
Apache, but I'd get shot for that.

Thanks for the tip.  Any others?

Shawn

-Original Message-
From: McGill, Eric [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 9:50 AM
To: CF-Talk
Subject: RE: IIS not rendering ASP?


First thing I would do is go into IIS control panel and confirm that the
extension *.asp is mapped to asp.dll under the properties for that
particular website. I'm sorry not to be able to tell you which tab it is -
I'm not near a box with IIS running - but I think it is under the
Configuration button, then one of the tabs that is in the next form. If
you're lucky enough for this to be the problem, just add the mapping
there... (Hit Add > Enter ASP in the extension field > Browse to ASP.DLL)
Good luck,
Eric

-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]


A request for an ASP file results in the text of the file being passed to
the client, with no server
side processing.



  _  

[ Todays Threads 
  _  

[ Todays Threads 
  _  

[ Todays Threads 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: IIS not rendering ASP?

2003-09-30 Thread DURETTE, STEVEN J (AIT)
By any chance was the iis lockdown tool run on this and set to stop asp?
 
You might want to rerun the tool and ensure that asp is allowed.
 
Steve
 

-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 12:37 PM
To: CF-Talk
Subject: RE: IIS not rendering ASP?


Thanks, we've checked that the ASP.dll was setup.  But still no luck.
(setting up on the ISAPI tab causes the site to not work at all, but it IS
listed under the "Home Directory tab" / Configuration button).  Navigating
to the virtual server, we get the text of the iisstart.asp file. (The site
documents are set for default.html and index.html - no mention of
iisstart.asp.)  Navigating to a user created asp page (which we know works
fine) causes either the same type of behaviour, or  "HTTP 403.1 Forbidden:
Execute Access Forbidden" - and we have checked all the security settings,
reset the permissions, and ensured Script and Execute access was turned
on...  This is a weird one, I'm almost tempted to rip out IIS and put in
Apache, but I'd get shot for that.

Thanks for the tip.  Any others?

Shawn

-Original Message-
From: McGill, Eric [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 9:50 AM
To: CF-Talk
Subject: RE: IIS not rendering ASP?


First thing I would do is go into IIS control panel and confirm that the
extension *.asp is mapped to asp.dll under the properties for that
particular website. I'm sorry not to be able to tell you which tab it is -
I'm not near a box with IIS running - but I think it is under the
Configuration button, then one of the tabs that is in the next form. If
you're lucky enough for this to be the problem, just add the mapping
there... (Hit Add > Enter ASP in the extension field > Browse to ASP.DLL)
Good luck,
Eric

-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]


A request for an ASP file results in the text of the file being passed to
the client, with no server
side processing.



  _  

[ Todays Threads 
  _  

[ Todays Threads 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: IIS not rendering ASP?

2003-09-30 Thread Shawn Grover
Thanks, we've checked that the ASP.dll was setup.  But still no luck.
(setting up on the ISAPI tab causes the site to not work at all, but it IS
listed under the "Home Directory tab" / Configuration button).  Navigating
to the virtual server, we get the text of the iisstart.asp file. (The site
documents are set for default.html and index.html - no mention of
iisstart.asp.)  Navigating to a user created asp page (which we know works
fine) causes either the same type of behaviour, or  "HTTP 403.1 Forbidden:
Execute Access Forbidden" - and we have checked all the security settings,
reset the permissions, and ensured Script and Execute access was turned
on...  This is a weird one, I'm almost tempted to rip out IIS and put in
Apache, but I'd get shot for that.
 
Thanks for the tip.  Any others?
 
Shawn

-Original Message-
From: McGill, Eric [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 9:50 AM
To: CF-Talk
Subject: RE: IIS not rendering ASP?


First thing I would do is go into IIS control panel and confirm that the
extension *.asp is mapped to asp.dll under the properties for that
particular website. I'm sorry not to be able to tell you which tab it is -
I'm not near a box with IIS running - but I think it is under the
Configuration button, then one of the tabs that is in the next form. If
you're lucky enough for this to be the problem, just add the mapping
there... (Hit Add > Enter ASP in the extension field > Browse to ASP.DLL)
Good luck,
Eric

-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]


A request for an ASP file results in the text of the file being passed to
the client, with no server
side processing.



  _  

[ Todays Threads 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: IIS not rendering ASP?

2003-09-30 Thread McGill, Eric
First thing I would do is go into IIS control panel and confirm that the extension *.asp is mapped to asp.dll under the properties for that particular website. I'm sorry not to be able to tell you which tab it is - I'm not near a box with IIS running - but I think it is under the Configuration button, then one of the tabs that is in the next form. If you're lucky enough for this to be the problem, just add the mapping there... (Hit Add > Enter ASP in the extension field > Browse to ASP.DLL)
Good luck,
Eric

-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]


A request for an ASP file results in the text of the file being passed to the client, with no server
side processing.



 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: IIS not rendering ASP?

2003-09-30 Thread Bryan Stevenson
A..the ASP files know that CFMX is coming and they're running scaredthey must be hiding ;-)

Couldn't resistgetting weirdbeen in the the war room for weeks working on a big technical design document ;-)

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
  - Original Message - 
  From: Shawn Grover 
  To: CF-Talk 
  Sent: Tuesday, September 30, 2003 8:29 AM
  Subject: OT: IIS not rendering ASP?


  We have a web server that has been setup for virtual hosting.  But for some
  reason it is refusing to interpret the ASP files.  A request for an ASP file
  results in the text of the file being passed to the client, with no server
  side processing.

  We have searched MSDN, and the "official" solution is to install service
  pack 1.  The server already has the latest SP installed, so this should not
  be the issue.  We are scouring the web for any tips, but haven't found
  anything that works ye (found a few promising suggestions, but they didn't
  do the trick).  We need to get the virtual hosting working and stable before
  we install CFMX - we have a need for both CFMX and ASP.

  Any tips are welcomed.  Thanks in advance.

  Shawn

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]