473,396 Members | 1,893 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

ASP is not working

I can not get anyhting to do with ASP to work on localhost. No ammount of
reinstall has helped. System in XP Pro, Visual Studio installed without
error, IIS installed. Anything other than generic HTML simply returns a HTTP
500 - Internal server error. I have one page with 5 frames, 4 contain ASP, 1
plain HTML; I see the error 4 times and the HTML correctly. This driving me
nuts, any ideas would be MOST welcome.

Jul 21 '05 #1
7 1801
I'm assuming you are referring to classis ASP and not ASP.NET?

check your local loop back to see if IIS is correctly configured. so from a
browser you do http://localhost/localstart.asp that should bring up a web
page. let us know if this works before going on.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"GeorgeM" <Ge*****@discussions.microsoft.com> wrote in message
news:24**********************************@microsof t.com...
I can not get anyhting to do with ASP to work on localhost. No ammount of
reinstall has helped. System in XP Pro, Visual Studio installed without
error, IIS installed. Anything other than generic HTML simply returns a
HTTP
500 - Internal server error. I have one page with 5 frames, 4 contain
ASP, 1
plain HTML; I see the error 4 times and the HTML correctly. This driving
me
nuts, any ideas would be MOST welcome.

Jul 21 '05 #2
The problem is consistent for both classic and .NET; and the
localhost/localstart still gives the same error.
Cheers, George.

"Alvin Bruney [ASP.NET MVP]" wrote:
I'm assuming you are referring to classis ASP and not ASP.NET?

check your local loop back to see if IIS is correctly configured. so from a
browser you do http://localhost/localstart.asp that should bring up a web
page. let us know if this works before going on.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"GeorgeM" <Ge*****@discussions.microsoft.com> wrote in message
news:24**********************************@microsof t.com...
I can not get anyhting to do with ASP to work on localhost. No ammount of
reinstall has helped. System in XP Pro, Visual Studio installed without
error, IIS installed. Anything other than generic HTML simply returns a
HTTP
500 - Internal server error. I have one page with 5 frames, 4 contain
ASP, 1
plain HTML; I see the error 4 times and the HTML correctly. This driving
me
nuts, any ideas would be MOST welcome.


Jul 21 '05 #3
That's a good sign. Next, you need to find explicit error information.Tools,
Internet Options, Advanced tab. Turn off "show friendly URL's". Then run the
application again. That will display the actual error experience by IIS.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"GeorgeM" <Ge*****@discussions.microsoft.com> wrote in message
news:CA**********************************@microsof t.com...
The problem is consistent for both classic and .NET; and the
localhost/localstart still gives the same error.
Cheers, George.

"Alvin Bruney [ASP.NET MVP]" wrote:
I'm assuming you are referring to classis ASP and not ASP.NET?

check your local loop back to see if IIS is correctly configured. so from
a
browser you do http://localhost/localstart.asp that should bring up a web
page. let us know if this works before going on.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"GeorgeM" <Ge*****@discussions.microsoft.com> wrote in message
news:24**********************************@microsof t.com...
>I can not get anyhting to do with ASP to work on localhost. No ammount
>of
> reinstall has helped. System in XP Pro, Visual Studio installed
> without
> error, IIS installed. Anything other than generic HTML simply returns
> a
> HTTP
> 500 - Internal server error. I have one page with 5 frames, 4 contain
> ASP, 1
> plain HTML; I see the error 4 times and the HTML correctly. This
> driving
> me
> nuts, any ideas would be MOST welcome.
>


Jul 21 '05 #4
Alvin,
Show friendly URL's was already cleared, but I also cleared the Show
friendly HTTP error messages; this then produced a message of "Server
Application Error
The server has encountered an error while loading an application during the
processing of your request. Please refer to the event log for more detail
information. Please contact the server administrator for assistance."
Searching through the event log I find "The server failed to load
application '/LM/W3SVC/1/ROOT'. The error was 'Class not registered'." is
generated each time I try to load a classic ASP page, I have no idea what
class may be the problem.
While "The server failed to load application '/LM/W3SVC'. The error was
'The specified metadata was not found.'." is produced once for each frame in
the ASP.NET application.
"Alvin Bruney [ASP.NET MVP]" wrote:
That's a good sign. Next, you need to find explicit error information.Tools,
Internet Options, Advanced tab. Turn off "show friendly URL's". Then run the
application again. That will display the actual error experience by IIS.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"GeorgeM" <Ge*****@discussions.microsoft.com> wrote in message
news:CA**********************************@microsof t.com...
The problem is consistent for both classic and .NET; and the
localhost/localstart still gives the same error.
Cheers, George.

"Alvin Bruney [ASP.NET MVP]" wrote:
I'm assuming you are referring to classis ASP and not ASP.NET?

check your local loop back to see if IIS is correctly configured. so from
a
browser you do http://localhost/localstart.asp that should bring up a web
page. let us know if this works before going on.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"GeorgeM" <Ge*****@discussions.microsoft.com> wrote in message
news:24**********************************@microsof t.com...
>I can not get anyhting to do with ASP to work on localhost. No ammount
>of
> reinstall has helped. System in XP Pro, Visual Studio installed
> without
> error, IIS installed. Anything other than generic HTML simply returns
> a
> HTTP
> 500 - Internal server error. I have one page with 5 frames, 4 contain
> ASP, 1
> plain HTML; I see the error 4 times and the HTML correctly. This
> driving
> me
> nuts, any ideas would be MOST welcome.
>


Jul 21 '05 #5
Ok, post these results to the iis newsgroup. I believe you can find more
help over there. Be sure to post back here if you figure it out.

If they can't figure it out over there, I'll try to help you out some more,
but this definitely seems to be an installation gone bad.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"GeorgeM" <Ge*****@discussions.microsoft.com> wrote in message
news:E7**********************************@microsof t.com...
Alvin,
Show friendly URL's was already cleared, but I also cleared the Show
friendly HTTP error messages; this then produced a message of "Server
Application Error
The server has encountered an error while loading an application during
the
processing of your request. Please refer to the event log for more detail
information. Please contact the server administrator for assistance."
Searching through the event log I find "The server failed to load
application '/LM/W3SVC/1/ROOT'. The error was 'Class not registered'." is
generated each time I try to load a classic ASP page, I have no idea what
class may be the problem.
While "The server failed to load application '/LM/W3SVC'. The error was
'The specified metadata was not found.'." is produced once for each frame
in
the ASP.NET application.
"Alvin Bruney [ASP.NET MVP]" wrote:
That's a good sign. Next, you need to find explicit error
information.Tools,
Internet Options, Advanced tab. Turn off "show friendly URL's". Then run
the
application again. That will display the actual error experience by IIS.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"GeorgeM" <Ge*****@discussions.microsoft.com> wrote in message
news:CA**********************************@microsof t.com...
> The problem is consistent for both classic and .NET; and the
> localhost/localstart still gives the same error.
> Cheers, George.
>
> "Alvin Bruney [ASP.NET MVP]" wrote:
>
>> I'm assuming you are referring to classis ASP and not ASP.NET?
>>
>> check your local loop back to see if IIS is correctly configured. so
>> from
>> a
>> browser you do http://localhost/localstart.asp that should bring up a
>> web
>> page. let us know if this works before going on.
>>
>> --
>> Regards,
>> Alvin Bruney
>> [Shameless Author Plug]
>> The Microsoft Office Web Components Black Book with .NET
>> available at www.lulu.com/owc
>> _________________________
>>
>>
>> "GeorgeM" <Ge*****@discussions.microsoft.com> wrote in message
>> news:24**********************************@microsof t.com...
>> >I can not get anyhting to do with ASP to work on localhost. No
>> >ammount
>> >of
>> > reinstall has helped. System in XP Pro, Visual Studio installed
>> > without
>> > error, IIS installed. Anything other than generic HTML simply
>> > returns
>> > a
>> > HTTP
>> > 500 - Internal server error. I have one page with 5 frames, 4
>> > contain
>> > ASP, 1
>> > plain HTML; I see the error 4 times and the HTML correctly. This
>> > driving
>> > me
>> > nuts, any ideas would be MOST welcome.
>> >
>>
>>
>>


Jul 21 '05 #6
Alvin,
Show friendly URL's was already cleared, but I also cleared the Show
friendly HTTP error messages; this then produced a message of "Server
Application Error
The server has encountered an error while loading an application during the
processing of your request. Please refer to the event log for more detail
information. Please contact the server administrator for assistance."
Searching through the event log I find "The server failed to load
application '/LM/W3SVC/1/ROOT'. The error was 'Class not registered'." is
generated each time I try to load a classic ASP page, I have no idea what
class may be the problem.
While "The server failed to load application '/LM/W3SVC'. The error was
'The specified metadata was not found.'." is produced once for each frame in
the ASP.NET application.
"Alvin Bruney [ASP.NET MVP]" wrote:
That's a good sign. Next, you need to find explicit error information.Tools,
Internet Options, Advanced tab. Turn off "show friendly URL's". Then run the
application again. That will display the actual error experience by IIS.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"GeorgeM" <Ge*****@discussions.microsoft.com> wrote in message
news:CA**********************************@microsof t.com...
The problem is consistent for both classic and .NET; and the
localhost/localstart still gives the same error.
Cheers, George.

"Alvin Bruney [ASP.NET MVP]" wrote:
I'm assuming you are referring to classis ASP and not ASP.NET?

check your local loop back to see if IIS is correctly configured. so from
a
browser you do http://localhost/localstart.asp that should bring up a web
page. let us know if this works before going on.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"GeorgeM" <Ge*****@discussions.microsoft.com> wrote in message
news:24**********************************@microsof t.com...
>I can not get anyhting to do with ASP to work on localhost. No ammount
>of
> reinstall has helped. System in XP Pro, Visual Studio installed
> without
> error, IIS installed. Anything other than generic HTML simply returns
> a
> HTTP
> 500 - Internal server error. I have one page with 5 frames, 4 contain
> ASP, 1
> plain HTML; I see the error 4 times and the HTML correctly. This
> driving
> me
> nuts, any ideas would be MOST welcome.
>


Nov 22 '05 #7
Ok, post these results to the iis newsgroup. I believe you can find more
help over there. Be sure to post back here if you figure it out.

If they can't figure it out over there, I'll try to help you out some more,
but this definitely seems to be an installation gone bad.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"GeorgeM" <Ge*****@discussions.microsoft.com> wrote in message
news:E7**********************************@microsof t.com...
Alvin,
Show friendly URL's was already cleared, but I also cleared the Show
friendly HTTP error messages; this then produced a message of "Server
Application Error
The server has encountered an error while loading an application during
the
processing of your request. Please refer to the event log for more detail
information. Please contact the server administrator for assistance."
Searching through the event log I find "The server failed to load
application '/LM/W3SVC/1/ROOT'. The error was 'Class not registered'." is
generated each time I try to load a classic ASP page, I have no idea what
class may be the problem.
While "The server failed to load application '/LM/W3SVC'. The error was
'The specified metadata was not found.'." is produced once for each frame
in
the ASP.NET application.
"Alvin Bruney [ASP.NET MVP]" wrote:
That's a good sign. Next, you need to find explicit error
information.Tools,
Internet Options, Advanced tab. Turn off "show friendly URL's". Then run
the
application again. That will display the actual error experience by IIS.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
"GeorgeM" <Ge*****@discussions.microsoft.com> wrote in message
news:CA**********************************@microsof t.com...
> The problem is consistent for both classic and .NET; and the
> localhost/localstart still gives the same error.
> Cheers, George.
>
> "Alvin Bruney [ASP.NET MVP]" wrote:
>
>> I'm assuming you are referring to classis ASP and not ASP.NET?
>>
>> check your local loop back to see if IIS is correctly configured. so
>> from
>> a
>> browser you do http://localhost/localstart.asp that should bring up a
>> web
>> page. let us know if this works before going on.
>>
>> --
>> Regards,
>> Alvin Bruney
>> [Shameless Author Plug]
>> The Microsoft Office Web Components Black Book with .NET
>> available at www.lulu.com/owc
>> _________________________
>>
>>
>> "GeorgeM" <Ge*****@discussions.microsoft.com> wrote in message
>> news:24**********************************@microsof t.com...
>> >I can not get anyhting to do with ASP to work on localhost. No
>> >ammount
>> >of
>> > reinstall has helped. System in XP Pro, Visual Studio installed
>> > without
>> > error, IIS installed. Anything other than generic HTML simply
>> > returns
>> > a
>> > HTTP
>> > 500 - Internal server error. I have one page with 5 frames, 4
>> > contain
>> > ASP, 1
>> > plain HTML; I see the error 4 times and the HTML correctly. This
>> > driving
>> > me
>> > nuts, any ideas would be MOST welcome.
>> >
>>
>>
>>


Nov 22 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Mullin Yu | last post by:
hi, i have a web service that has file operations on Windows OS, and there may be a file concurrency issue if only one working directory e.g. c:\working therefore, i want to have a unique sub...
5
by: Martin Heuckeroth | last post by:
Hi We are working on a webservice application and are having some problems with the cookies and/or sessions. We have them working on our intranet but then its not working on the internet. We...
5
by: tshad | last post by:
I have been working with setting my drop boxes to allow double clicking to select an item. It worked fine until I made some changes. I then stripped the page down to the bare essentials to find...
8
by: jojobar | last post by:
Okay, I am trying to do is to test the webresource in 2.0 1. I created a new project with assembly name (and default assembly name) "Office". 2. I added the following to the AssemblyInfo.cs...
2
by: Don | last post by:
I'm having problems with intellisense, autocomplete, etc. suddenly not working in certain classes of a project I'm working on. All the options are set, and it all works fine for most classes, but...
9
by: MSDNAndi | last post by:
Hi, I have a set of simple webservices calls that worked fine using .NET Framework 1.0. I am calling a Java/Apache based webservices, the calling side is not able to supply a proper WSDL. ...
4
by: qbproger | last post by:
I'm developing a plugin for some software. The previous version of the software didn't require a start in directory to be set. This allowed me to leave the working directory to the default in the...
3
by: Jason Huang | last post by:
Hi, In our C# Windows Form application, we are using the SQL Server 2000 as the database server. The Database table MyTable has a field RegistrationDate which represents the Date a client comes...
0
by: WORKING IN FAITH | last post by:
three years I LOVE You Monica More options 1 message - Collapse all WORKING IN FAITH View profile More options Nov 13, 11:29 am three years I LOVE You Monica
3
by: lds | last post by:
On our server we have both applications that have been migrated to use v2.0 of the framework as well as apps that have not yet been migrated and still use 1.1. When I tried to deploy my v2.0 app...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.