473,396 Members | 1,966 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.

I cannot open or debug an ASP.NET 1.1 app

Rod
I had to re-install the Windows XP Professional OS last week on my work PC.
I've only got the .NET Framework 1.1 installed. Now I'm trying to get
everything back to working again. I'm run into problems trying to work on
any of our ASP.NET 1.1 applications. I am getting the following error
message whenever I attempt to open one of our ASP.NET apps within VS 2003:

"Microsoft Development Environment: The Web server reported the following
error when attempting to create or open the Web project located at the
following URL: 'http://localhost/App1'. 'HTTP/1.1 500 Internal Server Error'."
I've run the aspnet_regiis app (for Framework version 1.1.4322) giving is
the "-i" parameter, so that doesn't need to be done. I've tried looking
this error up on MSDN's website and I found an article #811320. I've done
everything listed in the Workaround section of article #811320.
So, what do I do now?

Rod


Mar 1 '06 #1
4 1202
Are you running IIS? Did VS create the web as an Application?

"Rod" <ro*@nospam.com> wrote in message
news:Oe**************@TK2MSFTNGP15.phx.gbl...
I had to re-install the Windows XP Professional OS last week on my work PC.
I've only got the .NET Framework 1.1 installed. Now I'm trying to get
everything back to working again. I'm run into problems trying to work on
any of our ASP.NET 1.1 applications. I am getting the following error
message whenever I attempt to open one of our ASP.NET apps within VS 2003:

"Microsoft Development Environment: The Web server reported the following
error when attempting to create or open the Web project located at the
following URL: 'http://localhost/App1'. 'HTTP/1.1 500 Internal Server
Error'."
I've run the aspnet_regiis app (for Framework version 1.1.4322) giving is
the "-i" parameter, so that doesn't need to be done. I've tried looking
this error up on MSDN's website and I found an article #811320. I've done
everything listed in the Workaround section of article #811320.
So, what do I do now?

Rod

Mar 1 '06 #2
Rod
Ken,

Yes, I have IIS running on my Windows XP Pro box.

I created the application out of Visual SourceSafe, since it is an
application that we all work on in the development group I'm a part of.

Rod
"Ken Cox - Microsoft MVP" <BA**********@hotmail.com> wrote in message
news:Ox*************@TK2MSFTNGP11.phx.gbl...
Are you running IIS? Did VS create the web as an Application?

"Rod" <ro*@nospam.com> wrote in message
news:Oe**************@TK2MSFTNGP15.phx.gbl...
I had to re-install the Windows XP Professional OS last week on my work
PC. I've only got the .NET Framework 1.1 installed. Now I'm trying to get
everything back to working again. I'm run into problems trying to work on
any of our ASP.NET 1.1 applications. I am getting the following error
message whenever I attempt to open one of our ASP.NET apps within VS 2003:

"Microsoft Development Environment: The Web server reported the following
error when attempting to create or open the Web project located at the
following URL: 'http://localhost/App1'. 'HTTP/1.1 500 Internal Server
Error'."
I've run the aspnet_regiis app (for Framework version 1.1.4322) giving is
the "-i" parameter, so that doesn't need to be done. I've tried looking
this error up on MSDN's website and I found an article #811320. I've
done everything listed in the Workaround section of article #811320.
So, what do I do now?

Rod


Mar 2 '06 #3
9 times out of 10..its the lack of a virtual directory or application.
Go to IIS
Find the folder where you app is. (where the web.config file is the easiest
way to see this)
Right Click , and hit Properties.

Look for the button which allows you to Create Application. Its the first
tab.

A text box will get some text put inside of it.


"Rod" <ro*@nospam.com> wrote in message
news:uE**************@TK2MSFTNGP15.phx.gbl...
Ken,

Yes, I have IIS running on my Windows XP Pro box.

I created the application out of Visual SourceSafe, since it is an
application that we all work on in the development group I'm a part of.

Rod
"Ken Cox - Microsoft MVP" <BA**********@hotmail.com> wrote in message
news:Ox*************@TK2MSFTNGP11.phx.gbl...
Are you running IIS? Did VS create the web as an Application?

"Rod" <ro*@nospam.com> wrote in message
news:Oe**************@TK2MSFTNGP15.phx.gbl...
I had to re-install the Windows XP Professional OS last week on my work
PC. I've only got the .NET Framework 1.1 installed. Now I'm trying to geteverything back to working again. I'm run into problems trying to work onany of our ASP.NET 1.1 applications. I am getting the following error
message whenever I attempt to open one of our ASP.NET apps within VS 2003:
"Microsoft Development Environment: The Web server reported the following error when attempting to create or open the Web project located at the
following URL: 'http://localhost/App1'. 'HTTP/1.1 500 Internal Server
Error'."
I've run the aspnet_regiis app (for Framework version 1.1.4322) giving is the "-i" parameter, so that doesn't need to be done. I've tried looking this error up on MSDN's website and I found an article #811320. I've
done everything listed in the Workaround section of article #811320.
So, what do I do now?

Rod



Mar 2 '06 #4
Rod
I put the app name into the IIS properties (it wasn't there), but that
didn't work.

I finally got it to work by changing the username in the machine.config file
from "machine" to "SYSTEM" on the processModel tag. I know that isn't
ideal, but I've tried everything else I could find in MSDN to make it work,
and none of them made it work.

Rod

"sloan" <sl***@ipass.net> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
9 times out of 10..its the lack of a virtual directory or application.
Go to IIS
Find the folder where you app is. (where the web.config file is the
easiest
way to see this)
Right Click , and hit Properties.

Look for the button which allows you to Create Application. Its the first
tab.

A text box will get some text put inside of it.


"Rod" <ro*@nospam.com> wrote in message
news:uE**************@TK2MSFTNGP15.phx.gbl...
Ken,

Yes, I have IIS running on my Windows XP Pro box.

I created the application out of Visual SourceSafe, since it is an
application that we all work on in the development group I'm a part of.

Rod
"Ken Cox - Microsoft MVP" <BA**********@hotmail.com> wrote in message
news:Ox*************@TK2MSFTNGP11.phx.gbl...
> Are you running IIS? Did VS create the web as an Application?
>
> "Rod" <ro*@nospam.com> wrote in message
> news:Oe**************@TK2MSFTNGP15.phx.gbl...
>>I had to re-install the Windows XP Professional OS last week on my work
>>PC. I've only got the .NET Framework 1.1 installed. Now I'm trying to get >>everything back to working again. I'm run into problems trying to work on >>any of our ASP.NET 1.1 applications. I am getting the following error
>>message whenever I attempt to open one of our ASP.NET apps within VS 2003: >>
>> "Microsoft Development Environment: The Web server reported the following >> error when attempting to create or open the Web project located at the
>> following URL: 'http://localhost/App1'. 'HTTP/1.1 500 Internal Server
>> Error'."
>>
>>
>> I've run the aspnet_regiis app (for Framework version 1.1.4322) giving is >> the "-i" parameter, so that doesn't need to be done. I've tried looking >> this error up on MSDN's website and I found an article #811320. I've
>> done everything listed in the Workaround section of article #811320.
>>
>>
>> So, what do I do now?
>>
>> Rod
>>
>>
>>
>>
>
>



Mar 2 '06 #5

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

Similar topics

4
by: WM Chung | last post by:
Hi all, I meet a problem in building my .Net Solution and I would like to seek help. After I have added a dll to reference in one of my project in my solution, when I re-build the solution, I...
9
by: Paul | last post by:
Hi, VB.NET is saying the file I am creating is in use by another process and won't complete its task of moving the file to the specified destination folder. Here is my code (the main bit...
4
by: Jerry | last post by:
I've inherited a system w/5 projects - I'll refer to them as P1 thru P5 - P5 being the executable... P1 has no dependents. P2 is dependant upon P1 P3 has no dependents. P4 is dependant upon P1,...
4
by: MrDotNet | last post by:
Hi I need help to debug the code in Dll I have myCom.dll and myCom.pdb files but I canot debug myCom.dll. Thanks -- -MrDotNet MCAD, MCSD Sr. Software Engineer / Lead Architect
0
by: Sin | last post by:
> Xxxxx : error PRJ0008 : Could not delete file 'd:\xxxxxxx.dll'. > Make sure that the file is not open by another process and is not write-protected. > > LINK : fatal error LNK1168: cannot open...
3
by: Boki | last post by:
Dear All, I just installed the DirectX SDK, and I install the Tutorial00 project, I compile it, but it shows: ------ Build started: Project: Tutorial00, Configuration: Debug Win32 ------...
6
by: Bob Rock | last post by:
Hello, I'm using an executable (for which I do not have the source code nor the pdb file) as the startup application to load a DLL I'm writing and need to debug. If I try to debug the DLL I...
4
by: Glenn | last post by:
OK, I've looked up this message but am not finding how to get rid of it: "Cannot evaluate expression because a thread is stopped at a point where garbage collection is impossible, possibly because...
0
by: Husey | last post by:
Hi, I am trying to create a very simple EJB project which requires me to create a new jboss configuration in Eclipse. I keep getting the error message "An error has occurred. See error log for...
5
by: Just_a_fan | last post by:
I tried to put an "on error" statement in a routine and got the message that I cannot user "on error" and a lamda or query expression in the same routine. Help does not list anything useful for...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.