Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > 500 error running asp on a virtual directory that runs asp.net with no errors

Reply
Thread Tools

500 error running asp on a virtual directory that runs asp.net with no errors

 
 
Rocio
Guest
Posts: n/a
 
      06-07-2004
I do not understand why. I am running perfectly well asp.net on a
virtual directory, but if I put a simple asp file such as this, and
named it foo.asp, and try to run it from this virtual directory, I get
the 500 error:

<html>
<body>
<%
Response.Write("hello")

%>
</body>
</html>

Any ideas why? I check the Properties of this virtual directory, and
under The Virtual Directory tab, Configuration button, App Mappings
tab, I can see .asp listed pointing to
C:\WINNT\System32\inetsrv\asp.dll . If I look at this folder the dll
exists.

I'm running windows 2000 professional.
But I found the same problem in another computer running Windows 2003
server, IIS 6.0

any ideas???
 
Reply With Quote
 
 
 
 
Ray at
Guest
Posts: n/a
 
      06-07-2004
First find out what the error is.

http://www.aspfaq.com/show.asp?id=2109

Ray at home

"Rocio" <> wrote in message
news: om...
> I do not understand why. I am running perfectly well asp.net on a
> virtual directory, but if I put a simple asp file such as this, and
> named it foo.asp, and try to run it from this virtual directory, I get
> the 500 error:
>
> <html>
> <body>
> <%
> Response.Write("hello")
>
> %>
> </body>
> </html>
>
> Any ideas why? I check the Properties of this virtual directory, and
> under The Virtual Directory tab, Configuration button, App Mappings
> tab, I can see .asp listed pointing to
> C:\WINNT\System32\inetsrv\asp.dll . If I look at this folder the dll
> exists.
>
> I'm running windows 2000 professional.
> But I found the same problem in another computer running Windows 2003
> server, IIS 6.0
>
> any ideas???



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in running a basic code in python 3.3.0 that includes HTML file Satabdi Mukherjee Python 1 04-04-2013 07:48 PM
FAQ 9.2 My CGI script runs from the command line but not the browser. (500 Server Error) PerlFAQ Server Perl Misc 0 03-15-2011 04:00 PM
Help with error 500, but compiles and runs on my server and syntex checks out froil Perl Misc 4 03-08-2006 02:47 AM
ASP.NET 2.0 app with Virtual Directory running 1.1 (different pool =?Utf-8?B?TmF0ZQ==?= ASP .Net 8 02-10-2006 06:38 PM
Virtual directory error: "directory does not exist or is not accessible because of security settings" Dave ASP .Net 1 10-24-2005 02:05 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57