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.

Error Creating ASP.Net Project

J
Hi,

I have setup a test server with the following installed:

1) Windoes Server 2003 - Latest SPs applied.
2) Ms_SQL Server 2000 - Latest SPs applied
3) Visual Studio 2003

I have Admin privledges.

Each time I open VS and attempt to create a ASP.Net
project (even the default
http://LocalHost/WebApplication1) I receive the following
error:

"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 400
Bad REquest'. "

I have given ASPNet full admin rights but I can get no
other results.

Any help would be appreciated.

Thanks,

J
Nov 17 '05 #1
3 1663
Did you install FrontPage Server Extensions? It does not get installed by
default.
Also give full right to your
Check, that you installed and enabled ASP.NET extension in WS2k3 (by
default is dissabled and not installed

On windows 2003, ASP.Net does not run under ASPNET user account. It uses
"LocalService" account. Unless you run in IIS5 compatible mode, ASPNET user
is not recoganized at all.
The issue here is ASP.Net not active on Windows2003 server by default.
If you are runing on Enterprise server then you have more trouble. ASP.Net
won't run without modifying machine.config file and setting "System" account
in <processModel> node.

"J" <j.*******@remingtonadmin.edu> wrote in message
news:0c****************************@phx.gbl...
Hi,

I have setup a test server with the following installed:

1) Windoes Server 2003 - Latest SPs applied.
2) Ms_SQL Server 2000 - Latest SPs applied
3) Visual Studio 2003

I have Admin privledges.

Each time I open VS and attempt to create a ASP.Net
project (even the default
http://LocalHost/WebApplication1) I receive the following
error:

"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 400
Bad REquest'. "

I have given ASPNet full admin rights but I can get no
other results.

Any help would be appreciated.

Thanks,

J

Nov 17 '05 #2
"J" <j.*******@remingtonadmin.edu> wrote in message news:99****************************@phx.gbl...
I am a developer with a Universal Subscription. I
installed WS2003 Enterprise on a test machine to use as a
SQL Server as well as a simple Web server. I am not a
network engineer but a software engineer. I could really
use some specific instructions as to how to configure
WS2003 Ent. for this use (ASP.Net).
Any suggestions as to where to find a good white paper or
something?


J,
Check out the following MS on-line documentation:

Deploying ASP.NET Applications in IIS 6.0
http://www.microsoft.com/technet/pro...0_overview.asp

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com


Nov 17 '05 #3
Hello J,

Running aspnet_regiss.exe -i means remapping asp.net in IIS mapping. It generally happens when you install IIS after
installing asp.net or vs.net. In Windows 2003 server, you could also run this exe to see if it could resolve the problem.
Anyway, running it is quickly. :)

For materials, MSDN provides much info: http://msdn.microsoft.com/library/en-
us/cpguide/html/cpconiis60applicationisolationmodes.asp?frame=true .

Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!Content-Class: urn:content-classes:message
!From: "J" <j.*******@remingtonadmin.edu>
!Sender: "J" <j.*******@remingtonadmin.edu>
!References: <0c****************************@phx.gbl> <OO**************@TK2MSFTNGP12.phx.gbl>
!Subject: Re: Error Creating ASP.Net Project
!Date: Wed, 6 Aug 2003 05:38:34 -0700
!Lines: 78
!Message-ID: <99****************************@phx.gbl>
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Newsreader: Microsoft CDO for Windows 2000
!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!Thread-Index: AcNcF6ZNNNh7gRLvSY2PeUjDB1l3pQ==
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Path: cpmsftngxa06.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:165327
!NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!Thanks for you reply. I had issues with the WS2003 server
!and my development PC. I solved the PC issue by following
!the suggestion of another newsgroup member
!(aspnet_regiis.exe -i).
!
!I am a developer with a Universal Subscription. I
!installed WS2003 Enterprise on a test machine to use as a
!SQL Server as well as a simple Web server. I am not a
!network engineer but a software engineer. I could really
!use some specific instructions as to how to configure
!WS2003 Ent. for this use (ASP.Net).
!
!Any suggestions as to where to find a good white paper or
!something?
!
!Thanks,
!
!J
!
!>-----Original Message-----
!>Did you install FrontPage Server Extensions? It does not
!get installed by
!>default.
!>Also give full right to your
!>Check, that you installed and enabled ASP.NET extension
!in WS2k3 (by
!>default is dissabled and not installed
!>
!>On windows 2003, ASP.Net does not run under ASPNET user
!account. It uses
!>"LocalService" account. Unless you run in IIS5
!compatible mode, ASPNET user
!>is not recoganized at all.
!>The issue here is ASP.Net not active on Windows2003
!server by default.
!>If you are runing on Enterprise server then you have
!more trouble. ASP.Net
!>won't run without modifying machine.config file and
!setting "System" account
!>in <processModel> node.
!>
!>"J" <j.*******@remingtonadmin.edu> wrote in message
!>news:0c****************************@phx.gbl...
!>> Hi,
!>>
!>> I have setup a test server with the following
!installed:
!>>
!>> 1) Windoes Server 2003 - Latest SPs applied.
!>> 2) Ms_SQL Server 2000 - Latest SPs applied
!>> 3) Visual Studio 2003
!>>
!>> I have Admin privledges.
!>>
!>> Each time I open VS and attempt to create a ASP.Net
!>> project (even the default
!>> http://LocalHost/WebApplication1) I receive the
!following
!>> error:
!>>
!>> "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 400
!>> Bad REquest'. "
!>>
!>> I have given ASPNet full admin rights but I can get no
!>> other results.
!>>
!>> Any help would be appreciated.
!>>
!>> Thanks,
!>>
!>> J
!>
!>
!>.
!>
!
Nov 17 '05 #4

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

Similar topics

6
by: owen | last post by:
Generally speaking, what does it mean when I see a "button" with red text showing this message instead of the control I've dragged onto the web form in Design View.? (But the page works fine at...
3
by: We need more power captain | last post by:
Hi, I know less than a noob, I've been asked to do some compiles in VC++ 6 without knowing too much at all. (I'm a COBOL program normally so this is all too much for me) I open VC++6, open...
7
by: juli jul | last post by:
Hello, I am trying to compile a project and get the following error: A project with an Output Type of Class Library cannot be started directly Can somebody explain me why? Thank you very much!
0
by: vareck.walla | last post by:
I get this error everytime I run my project: System.InvalidOperationException was unhandled Message="An error occurred creating the form. See Exception.InnerException for details. The error is:...
5
by: Jay A. Moritz | last post by:
Error: The dependency '<my dll>' in project '<my project>' cannot be copied to the run directory because it would conflict with dependency '<my dll>'. I am getting a dependency error building...
0
by: Herman Jones | last post by:
I'm getting the following error when I build a Class Library project: Embedding manifest... Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS\system32\cmd.exe'. It happens with...
2
by: f rom | last post by:
----- Forwarded Message ---- From: Josiah Carlson <jcarlson@uci.edu> To: f rom <etaoinbe@yahoo.com>; wxpython-users@lists.wxwidgets.org Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: ...
1
yabansu
by: yabansu | last post by:
Hi all, I implemented a basic client application. It communicates with server and works properly. Building processes succeed just by giving the following warning: LINK : D:\DOC\Visual Studio...
6
by: =?Utf-8?B?cHJhZGVlcF9UUA==?= | last post by:
I am trying to create a simple HTTP handler in ASP.net 2.0. I am using VS 2005. I am trying to handle a custom extension file givein in the URL. I have also created the following entry in the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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...
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.