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

Help need setting up Visual Studio .NET for ASP.NET Web Applications

I installed Visual Studio Beta 2005 but setting up the SQL server was so
complex I uninstalled it and put Visual Studio 2003 Academic on. I am
totally new to Visual Studio and trying to teach myself from books and
online classes. I tried to follow instructions to creating a new ASP.NET
Web Application.
The default location for this is
http://localhost/WebApplication1
I hit OK then get this message:

The Web server reported the following error when attempting to create or
open the Web project located at the following URL:
'http//:localhost/WebApplication1' 'HTTP/1.1 500 Server Error'.

I hit OK, and nothing else happens - no project is created.
==============================================
Whenever I try to open .sln files (eg MOD11VB.sln) from the online classes I
get these messages:

I hit OK, then it says:
'Solution C:\..........\MOD11VB.sln' and its projects must be converted to
the formats used by this version of Visual Studio .NET.
If you choose to convert this solution, all of its projects will be
converted as well... etc

I choose No and it closes, I choose Yes and in the Solution Explorer it says
MOD11VB (unavailable)
The project cannot be found.

This happens to any .sln I have from any source, like sample apps, etc.

Also, I don't know if I have http//:localhost set up right. Where or how is
this
done? I installed MSDE and it says it is running. IIS seems to be running
in Services.

I am completely lost here.... I am totally unable to create or view ASP.NET
Web Applications.

Any help will be deeply appreciated!

Thanks,
Mich
Nov 19 '05 #1
2 1817
Hi Mich,

A couple of things to try:

Run this free tool and make sure your Webs are set to v1.1.4322.

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

Next, follow the instructions here:

http://support.microsoft.com/default...b;en-us;306005

More info:

"You must have IIS (Internet Information Services) installed before you
install the .NET Framework. If you install IIS after you install the .NET
Framework, you must also register the ASP.NET extensions with IIS. You can
do this by running the aspnet_regiis executable from: %windows root
directory%\Microsoft.NET\Framework\%version of the .NET
Framework%\aspnet_regiis -r Where %windows root directory% is the directory
Windows is installed to (typically c:\windows or c:\winnt) and %version of
the .NET Framework% is the version of the .NET Framework you have installed.
The directory for .NET 1.0 is v1.0.3705 and for 1.1 is v1.1.4322."
"M Skabialka" <ms********@NOSPAMdrc.com> wrote in message
news:uw**************@TK2MSFTNGP09.phx.gbl...
I installed Visual Studio Beta 2005 but setting up the SQL server was so
complex I uninstalled it and put Visual Studio 2003 Academic on. I am
totally new to Visual Studio and trying to teach myself from books and
online classes. I tried to follow instructions to creating a new ASP.NET
Web Application.
The default location for this is
http://localhost/WebApplication1
I hit OK then get this message:

The Web server reported the following error when attempting to create or
open the Web project located at the following URL:
'http//:localhost/WebApplication1' 'HTTP/1.1 500 Server Error'.

I hit OK, and nothing else happens - no project is created.
==============================================
Whenever I try to open .sln files (eg MOD11VB.sln) from the online classes
I
get these messages:

I hit OK, then it says:
'Solution C:\..........\MOD11VB.sln' and its projects must be converted to
the formats used by this version of Visual Studio .NET.
If you choose to convert this solution, all of its projects will be
converted as well... etc

I choose No and it closes, I choose Yes and in the Solution Explorer it
says
MOD11VB (unavailable)
The project cannot be found.

This happens to any .sln I have from any source, like sample apps, etc.

Also, I don't know if I have http//:localhost set up right. Where or how
is this
done? I installed MSDE and it says it is running. IIS seems to be
running
in Services.

I am completely lost here.... I am totally unable to create or view
ASP.NET Web Applications.

Any help will be deeply appreciated!

Thanks,
Mich


Nov 19 '05 #2
I think I need to uninstall then reinstall everything in the right order.
Thanks for your help..
Mich

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:ep**************@TK2MSFTNGP10.phx.gbl...
Hi Mich,

A couple of things to try:

Run this free tool and make sure your Webs are set to v1.1.4322.

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

Next, follow the instructions here:

http://support.microsoft.com/default...b;en-us;306005

More info:

"You must have IIS (Internet Information Services) installed before you
install the .NET Framework. If you install IIS after you install the .NET
Framework, you must also register the ASP.NET extensions with IIS. You can
do this by running the aspnet_regiis executable from: %windows root
directory%\Microsoft.NET\Framework\%version of the .NET
Framework%\aspnet_regiis -r Where %windows root directory% is the
directory Windows is installed to (typically c:\windows or c:\winnt) and
%version of the .NET Framework% is the version of the .NET Framework you
have installed. The directory for .NET 1.0 is v1.0.3705 and for 1.1 is
v1.1.4322."
"M Skabialka" <ms********@NOSPAMdrc.com> wrote in message
news:uw**************@TK2MSFTNGP09.phx.gbl...
I installed Visual Studio Beta 2005 but setting up the SQL server was so
complex I uninstalled it and put Visual Studio 2003 Academic on. I am
totally new to Visual Studio and trying to teach myself from books and
online classes. I tried to follow instructions to creating a new ASP.NET
Web Application.
The default location for this is
http://localhost/WebApplication1
I hit OK then get this message:

The Web server reported the following error when attempting to create or
open the Web project located at the following URL:
'http//:localhost/WebApplication1' 'HTTP/1.1 500 Server Error'.

I hit OK, and nothing else happens - no project is created.
==============================================
Whenever I try to open .sln files (eg MOD11VB.sln) from the online
classes I
get these messages:

I hit OK, then it says:
'Solution C:\..........\MOD11VB.sln' and its projects must be converted
to
the formats used by this version of Visual Studio .NET.
If you choose to convert this solution, all of its projects will be
converted as well... etc

I choose No and it closes, I choose Yes and in the Solution Explorer it
says
MOD11VB (unavailable)
The project cannot be found.

This happens to any .sln I have from any source, like sample apps, etc.

Also, I don't know if I have http//:localhost set up right. Where or how
is this
done? I installed MSDE and it says it is running. IIS seems to be
running
in Services.

I am completely lost here.... I am totally unable to create or view
ASP.NET Web Applications.

Any help will be deeply appreciated!

Thanks,
Mich

Nov 19 '05 #3

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

Similar topics

2
by: PeterJ | last post by:
I hope this is in the correct newsgroup. I have purchased and installed Visual Studio .Net 2003 under XP Professional. However, when I try to look at a VB.net sample web app, it will not open. ...
3
by: Jeff | last post by:
OS: XPpro sp2 Visual Studio 2003 : 7.1.3088 ..NET Framework 1.1 (1.1.4322 sp1) When I in VS tryes to create an ASP.NET app I get this error message: "Visual Studio .NET has detected that hte...
15
by: DavidS | last post by:
Have Visual Studio.NET installed on MS 2000 Professional OS laptop. No issue ever with web development and SQL connections. Purchased new laptop with XP Professional SP2!!!!!!!! & Visual...
4
by: Sai | last post by:
Hi, I am using VSTO 2005 Beta for building an excel application. I added application configuration file to the project (app.config) and it has the following section in it. <configuration>...
5
by: Anns via AccessMonster.com | last post by:
My establishment has about 20 ms access db's that will be converted over (see subject). When we pull all the BE's over to SQL and the FE's on Sharepoint (.net) surely we don't have to change...
0
by: Jonathan Wood | last post by:
I seem to be having errors creating and accessing an SQL database. Unfortunatley, I am brand new to SQL setup and administration issues so this really is not my area of expertise. I know I had...
16
by: Rex | last post by:
Hi All - I have a question that I think MIGHT be of interest to a number of us developers. I am somewhat new to VIsual Studio 2005 but not new to VB. I am looking for ideas about quick and...
4
by: Brad Isaacs | last post by:
I am working with ASP.NET 2.0 and using an SQL Server 2000 database. I am using Visual Studio 2005 and developing on my Local machine. I am working with Login controls ASP.Configuration, I...
2
by: Cramer | last post by:
So, what is the relationship between Visual Studio and Visual Web Developer. I find a lot of documentation on MSDN that presents Visual Web Developer as it's own stand-alone product (which I'd...
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
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:
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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.