Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

ASP Classic Failing Simple Test In IIS7 (Vista Business Ed.)

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Related Topics:
Negoaite Authentication failing on Vista IIS7 - I'm an in-house dotnet developer using IIS7 on Vista Ultimate. I have multiple local webs running under IIS, all share the same 120.0.0.1 loopback ip address with to identify the webs. ASP.Net web sites on these webs require windows..

ASP.NET and IIS7 on vista business - Hello, I am new to IIS and ASP.NET. I wrote my first ASP.NET and I want to deploy in to a system which has Vista Business and IIS7. I copied my files to the target computer and created a virtual I add to the list of default..

asp classic app moved to IIS 6 slow/failing - Hi All, I have several classic asp pages in site that were with Visual Interdev (or Visual Web Developer Alpha... remember that?). The pages use the Script Library objects for Recordset and Data Grid The

IIS7 & ASP Classic - 500 - Internal Server Error - I'm trying to get ASP Classic working with IIS 7, but am having no luck. After being unable to get my site working, I tried a simple test page: But I get the same 500 error as with the other pages on my site. File and directory

IIS7 & ASP Classic - 500 - Internal Server Error - I'm trying to get ASP Classic working with IIS 7, but am having no luck. After being unable to get my site working, I tried a simple test page: But I get the same 500 error as with the other pages on my site. File and directory
Next:  Ajax POST - HTTP Status 12031 Error?  
Author Message
myers.rw

External


Since: Jan 11, 2008
Posts: 2



(Msg. 1) Posted: Fri Jan 11, 2008 12:00 pm
Post subject: ASP Classic Failing Simple Test In IIS7 (Vista Business Ed.)
Archived from groups: microsoft>public>inetserver>iis (more info?)

When I try to run:

<html>
<head>
<title>
IIS 7 Testing Page w/ ASP Classic
</title>
</head>
<body>
<h2>ASP Test</h2>
Today's date is <% response.write(Date()) %>
</body>
</html>

as a .asp file, I get the following error:

HTTP/1.1 New Application Failed

Clearly this is indicative of improper configuration, but can anyone
point me in the right direction?

Thanks in advance!

 >> Stay informed about: ASP Classic Failing Simple Test In IIS7 (Vista Business Ed.) 
Back to top
Login to vote
myers.rw

External


Since: Jan 11, 2008
Posts: 2



(Msg. 2) Posted: Fri Jan 11, 2008 12:02 pm
Post subject: Re: ASP Classic Failing Simple Test In IIS7 (Vista Business Ed.) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jan 11, 3:00 pm, myers....TakeThisOut@gmail.com wrote:
> When I try to run:
>
> <html>
> <head>
> <title>
> IIS 7 Testing Page w/ ASP Classic
> </title>
> </head>
> <body>
> <h2>ASP Test</h2>
> Today's date is <% response.write(Date()) %>
> </body>
> </html>
>
> as a .asp file, I get the following error:
>
> HTTP/1.1 New Application Failed
>
> Clearly this is indicative of improper configuration, but can anyone
> point me in the right direction?
>
> Thanks in advance!

As a side note, any ASP Classic application I try seems to do this.

 >> Stay informed about: ASP Classic Failing Simple Test In IIS7 (Vista Business Ed.) 
Back to top
Login to vote
David Wang

External


Since: Nov 14, 2007
Posts: 359



(Msg. 3) Posted: Fri Jan 11, 2008 11:06 pm
Post subject: Re: ASP Classic Failing Simple Test In IIS7 (Vista Business Ed.) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jan 11, 12:02 pm, myers... DeleteThis @gmail.com wrote:
> On Jan 11, 3:00 pm, myers... DeleteThis @gmail.com wrote:
>
>
>
>
>
> > When I try to run:
>
> > <html>
> >         <head>
> >                 <title>
> >                         IIS 7 Testing Page w/ ASP Classic
> >                 </title>
> >         </head>
> >         <body>
> >                 <h2>ASP Test</h2>
> >                 Today's date is <% response.write(Date()) %>
> >         </body>
> > </html>
>
> > as a .asp file, I get the following error:
>
> >  HTTP/1.1 New Application Failed
>
> > Clearly this is indicative of improper configuration, but can anyone
> > point me in the right direction?
>
> > Thanks in advance!
>
> As a side note, any ASP Classic application I try seems to do this.- Hide quoted text -
>
> - Show quoted text -


Since you did not indicate what you could have configured incorrectly,
let's just start clean.

Uninstall IIS7. Remove all files and directories in %windir%
\system32\inetsrv and %systemdrive%\Inetpub

Install IIS7 with defaults:
Control Panel
Programs
Turn Windows Features On/Off
Checkmark by "Internet Information Services"
Drill down into:
World Wide Web Services
Application Development Features
Checkmark by "ASP"

If the default configuration does not work, then lets start looking at
what could be corrupting your system configuration to prevent ASP and
IIS from working, starting with Personal Security Products like
McAfee, eTrust, Norton, etc.

Microsoft tests the default installation without any 3rd party
applications and verifies that ASP works in that configuration -- so
if things don't work on clean installation, either the setup failed
(but you would see that in %windir%\IIS7.log), or you have 3rd party
applications preventing IIS/ASP from working.

For example, 3rd party applications locking down COM+ for "security
reasons", which would break functionality in IIS like ASP. The problem
is not that IIS failed to unlock COM+ -- it is the 3rd party locking
down your system that is causing issues. For example, it could run as
Administrator and deleted IIS from the hard drive for "security
reasons", and how is IIS supposed to defend itself against that?


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
 >> Stay informed about: ASP Classic Failing Simple Test In IIS7 (Vista Business Ed.) 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]