473,394 Members | 1,829 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,394 software developers and data experts.

URL: 'http://localhost/WebProject1', 'HTTP/1.1 500 Server Error'

Hi, I know this goes round and round... but here goes this thread yet
again. I just started at a new company which has strong security and
cannot get my IIS working. I know I'm doing something stupid but
what??? Here's the details.

http://localhost/ returns a "Server Application Error" and VS.NET
returns "The Web server reported the following error when attempting to
create or open the Web project located at the following URL:
'http://localhost/WebProject1', 'HTTP/1.1 500 Server Error'.

I have two virtual directories in wwwroot which work fine. I have
created and run the following bat file:

Echo "Stop IIS"

iisreset /stop
echo "----------------------"

echo "Deleting the ASPNET account."
net user ASPNET /delete
echo "----------------------"

echo "Reregistering ASP.NET and the ASPNET account."
aspnet_regiis -i

echo "Restarting IIS."
iisreset /start
echo "----------------------"

without success. I have also disabled McAfee's On-Access Scan.
Something tells me I have configured FrontPage extensions incorrectly.
Does anyone have any good suggestions? My thanks in advance.
Configuration details:

XP Professional
VS.NET 2003
McAfee VirusScan Enterprise 8.0.0

Nov 19 '05 #1
9 3829
I'd like to see if there are is a more specifc error. Is the 'Enable
friendly http error messages' setting in your browser unchecked?

Nov 19 '05 #2
Yes, all the friendlys are disabled and script debugging is enabled

Nov 19 '05 #3

do you have a proxy enabled in IE?
If you have select "bypass for local addresses.

"larkpics" <la******@gmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
Hi, I know this goes round and round... but here goes this thread yet
again. I just started at a new company which has strong security and
cannot get my IIS working. I know I'm doing something stupid but
what??? Here's the details.

http://localhost/ returns a "Server Application Error" and VS.NET
returns "The Web server reported the following error when attempting to
create or open the Web project located at the following URL:
'http://localhost/WebProject1', 'HTTP/1.1 500 Server Error'.

I have two virtual directories in wwwroot which work fine. I have
created and run the following bat file:

Echo "Stop IIS"

iisreset /stop
echo "----------------------"

echo "Deleting the ASPNET account."
net user ASPNET /delete
echo "----------------------"

echo "Reregistering ASP.NET and the ASPNET account."
aspnet_regiis -i

echo "Restarting IIS."
iisreset /start
echo "----------------------"

without success. I have also disabled McAfee's On-Access Scan.
Something tells me I have configured FrontPage extensions incorrectly.
Does anyone have any good suggestions? My thanks in advance.
Configuration details:

XP Professional
VS.NET 2003
McAfee VirusScan Enterprise 8.0.0

Nov 19 '05 #4
No my HTTP Settings are set to "use HTTP1.1"

It seems to me I go through this everytime I configure IIS on a new
work station. You'd think I would learn how to do this by now ;)

Nov 19 '05 #5
Help please.... don't give up on me....

My localhost now reports: "No web site is configured at this address."

Visual Studio.NET 2003 reports: "Visual Studio .NET has detected that
the specified Web Server is not running ASP.NET version 1.1. You will
be unable to run ASP.NET applications or services."

In Visual Studio Help under "About Microsoft Development Environment,"
it reports: "Microsoft .NET Framework 1.1 Version 1.1.4322 SP1"

Does anybody know how to fix this? Please...

Thanks!

Nov 19 '05 #6
larkpics this errors are very geenric.
When you get that error try clicking help on the dialog box you get and make
sure
you have done all required.
What might be could be relaed to permissions.
Are you sure you have given ASPNET acct the right permissions and also make
sure
that account can access your WWWROOT folder and make sure its shared and
assign permissions to it
The other thing is do you have VS Developers acct
Got through this artciles at:-
http://msdn.microsoft.com/library/de...us/vbcon/html/
vxurfwebaccessfailuredialog.asp

http://msdn.microsoft.com/library/de...us/dv_vstechar
t/html/vstchremoteserverconfigurationfordevelopingwebproj ectsusingvisualstud
ionet.asp
Hope that helps
Patrick
"larkpics" <la******@gmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
Help please.... don't give up on me....

My localhost now reports: "No web site is configured at this address."

Visual Studio.NET 2003 reports: "Visual Studio .NET has detected that
the specified Web Server is not running ASP.NET version 1.1. You will
be unable to run ASP.NET applications or services."

In Visual Studio Help under "About Microsoft Development Environment,"
it reports: "Microsoft .NET Framework 1.1 Version 1.1.4322 SP1"

Does anybody know how to fix this? Please...

Thanks!

Nov 19 '05 #7
Been there, done that. I have re-registered v1.1 till I'm blue in the
face. I have given ASP.NET full Control of v1.1.4322. I have stopped
and started IIS. I have read eveything on MSDN and elsewhere to no
avail. What am I missing?

Nov 19 '05 #8
PROBLEM SOLVED! When you are going round and round, you end up
corrupting your installation of .NET Framework. To fix this, load your
Prerequisites disc and Start > Run >

E:\dotNetFramework\dotnetfx.exe /t:c:\temp /c:"msiexec.exe /fvecms
c:\temp\netfx.msi"

when E: is the drive letter of the disc.

Nov 19 '05 #9
Well good you fixed it that means you must have tempered with the curent
installstion you
had.
Patrick

"larkpics" <la******@gmail.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
PROBLEM SOLVED! When you are going round and round, you end up
corrupting your installation of .NET Framework. To fix this, load your
Prerequisites disc and Start > Run >

E:\dotNetFramework\dotnetfx.exe /t:c:\temp /c:"msiexec.exe /fvecms
c:\temp\netfx.msi"

when E: is the drive letter of the disc.

Nov 19 '05 #10

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

Similar topics

8
by: Nikhil Patel | last post by:
Hi all, I have installed an ASP.Net application on a production server. When I type the url for the application, it insterts some strange random string in the URL. For example: If I type...
19
by: Steve Franks | last post by:
I am using VS.NET 2005 beta 2. When I run my project locally using the default ASP.NET Development Web Server it runs using a root address like this: http://localhost:11243/testsite/ However...
1
by: jctwguy | last post by:
G'day all My pc is on a domain and I have a test server in a work group. all the web application and the web service are working fine locally, but when I copy the project using service extension...
0
by: jsausten | last post by:
I am having this ridiculously frustrating problem, migrating an existing web app to VS.2005. Initially I was able to successfully convert my VS 2002 app, by opening the Localhost site using the...
1
by: hendy | last post by:
Dear all, i'm using windows XP, IIS 5.1, Visual .NET 2003 and SQL Server 2000. When I open New Project - Visual C# Projects - ASP .NET Web Service - Location : http://localhost/WebService1 ...
4
by: ibiza | last post by:
Hi all, I have a problem which I don't understand with the "~" mark in a NavigateUrl property of an asp:HyperLink. I have this in a master page, to build the standard menu (rMenuItems is a...
3
by: Greg Collins [Microsoft MVP] | last post by:
I have done a bit of research of Url Rewriting, but as yet have been unsuccessful at getting it to work well, and there are issues around what file types are supported and how much code you want to...
1
by: moondaddy | last post by:
I'm building an asp.net 2.0 app (and I also have .net 3.0 installed so I don't know if that effects anything here). anyway, I haven't worked in asp.net for a long time and now I notice that the...
2
by: =?Utf-8?B?Vmlua2k=?= | last post by:
In asp.net 1.1, when i use to run the web page. I could change the localhost to my computer name and web page use to run, so for example if the web page is http://localhost/app/default.aspx I...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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.