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

Web Server problem

Hi,i want to start my projent using ASP.Net, but when i open, it keeps on saying: "The Web Server repoted the following error when trying to create or open the web project located at the following URL:'http://localhost/webservice1'.'HTTP/101 500 server Error'." the web server is running, i tried to reinstal it again and re-install the Visual studio.NET again.but still the same.

Please help!!

Tshimangadzo
Feb 15 '07 #1
2 4088
Frinavale
9,735 Expert Mod 8TB
Hi,i want to start my projent using ASP.Net, but when i open, it keeps on saying: "The Web Server repoted the following error when trying to create or open the web project located at the following URL:'http://localhost/webservice1'.'HTTP/101 500 server Error'." the web server is running, i tried to reinstal it again and re-install the Visual studio.NET again.but still the same.

Please help!!

Tshimangadzo
Hi Tshimangadzo!

You should make sure that the .NET Framework your server is running matches the .NET Framework your Visual Studio projects will be created as.

This type of error happens if, for instance, the server is running .NET Framework 1.1 and Visual Studio wants to create a project that uses .NET Framework 2.0

Sometimes the versions may match and you'll still get that error.
I believe this is caused by some windows updates that don't properly install the latest version of the .NET Framework.

Check out this thread.

Specifically look at the part:

To fix this I recreated my ASPNET user and re-registered my .NET Framework 1.1.

If you want to try this, follow the steps I posted before on how to set your IIS Server to use .NET Framework 1.1 then:
1) delete the ASPNET Windows user
2) open a cmd window
3) go to the directory where your Framework 1.1 is installed
(this is likely in your C:\Windows\Microsoft.NET\Framework\v1.1.4322)
4) type: aspnet_regiis -i
(this will re-register the Framework 1.1 and reinstall your ASPNET user so that it works properly)

After you've done this, reboot and then double check that your IIS is still set up to use the .NET Framework 1.1
If your project expects the server to be running .NET Framework 2.0 be sure to follow the above steps but go to the directory where your .NET Framework 2.0 is installed.

Hopefully it'll help solve your problems

-Frinny
Feb 19 '07 #2
Motoma
3,237 Expert 2GB
Great response, thanks Frinny!
Feb 21 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Andreas Lauffer | last post by:
I changed from Access97 to AccessXP and I have immense performance problems. Details: - Access XP MDB with Jet 4.0 ( no ADP-Project ) - Linked Tables to SQL-Server 2000 over ODBC I used...
2
by: epaetz | last post by:
I'm getting Not associated with a trusted SQL Server connection errors on a .Net windows service I wrote, when it's running on my application server. It's not a problem with mixed mode...
0
by: AlessanBar | last post by:
Hello Friends !! I have a strange problem, and I need to know what would be the source of this. I have a laptop computer with the following configuration: Pentium III Brand : Toshiba Speed :...
3
by: Michael | last post by:
Dear All I have problem with my database server which running SQL server 2000. The server running very slow. The worst case, to save a record required more than 20-30 seconds. Since this...
2
by: Helge Kalnes | last post by:
We are running an ASP.NET application on a cluster of 3 web-servers, using the Network Load Balancing feature of Application Center. We have synchronized the machineKey in machine.config on the 3...
2
by: Brian | last post by:
NOTE ALSO POSTED IN microsoft.public.dotnet.framework.aspnet.buildingcontrols I have solved most of my Server Control Collection property issues. I wrote an HTML page that describes all of the...
6
by: Daniel Walzenbach | last post by:
Hi, I have a web application which sometimes throws an “out of memory” exception. To get an idea what happens I traced some values using performance monitor and got the following values (for...
22
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to...
1
by: sherifbk | last post by:
Problem description ============== - I have 4 clients and 1 server (SQL server) - 3 clients are Monitoring console 1 client is operation console - Monitoring console collects some data from...
39
by: alex | last post by:
I've converted a latin1 database I have to utf8. The process has been: # mysqldump -u root -p --default-character-set=latin1 -c --insert-ignore --skip-set-charset mydb mydb.sql # iconv -f...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
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
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,...

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.