473,811 Members | 2,597 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating first project

I have a problem with creating new Web project
I use Win XP pro. I installed VS 2003 and after installation ran
"aspnet_regiis. exe /i "

I got error message: "The web server reported the following error when
attemping to create or open the Web project located at the following
URL; "http://localhost/WebApplication1 '.'HTTP/1.1.500 Server Error'

The button "help" opened for me such page:
"ms-help://MS.VSCC.2003/MS.MSDNQTR.2003 FEB.1033/vbref/html/vberrthewebserv erreportedfollo wingerrorwhenat temptingtocreat eoropenwebproje ctlocatedatfoll owingurlurl.htm "

I created test.html file and I can access to it
(http://localhost/test.html) - in case if somebody need to know if
server works

Any idea what it can be?
Thanks everybody for advice.

Jan 30 '06 #1
8 1326
Because IIS returns results for an html file does not mean results will be
returned for an aspx page which must be compiled by ASP.NET before being
returned to the browser. Write a test page and invoke the DateTime.Now
property of the Datetime method. Assign the value to a Label.Text property
and request the aspx page from the browser. If you don't see a date and time
ASP.NET 1.1 is not installed correctly.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee. com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/


<y1***@yahoo.co m> wrote in message
news:11******** *************@g 47g2000cwa.goog legroups.com...
I have a problem with creating new Web project
I use Win XP pro. I installed VS 2003 and after installation ran
"aspnet_regiis. exe /i "

I got error message: "The web server reported the following error when
attemping to create or open the Web project located at the following
URL; "http://localhost/WebApplication1 '.'HTTP/1.1.500 Server Error'

The button "help" opened for me such page:
"ms-help://MS.VSCC.2003/MS.MSDNQTR.2003 FEB.1033/vbref/html/vberrthewebserv erreportedfollo wingerrorwhenat temptingtocreat eoropenwebproje ctlocatedatfoll owingurlurl.htm "

I created test.html file and I can access to it
(http://localhost/test.html) - in case if somebody need to know if
server works

Any idea what it can be?
Thanks everybody for advice.

Jan 30 '06 #2
Congrats, you've just encoutered your first bug.
That's what error 500 means. You need to go
to your IE's Internet Options, Advanced tab,
and turn off Show Friendly HTTP Error Messages,
before you'll see the cause of the error.
<y1***@yahoo.co m> wrote in message
news:11******** *************@g 47g2000cwa.goog legroups.com...
I have a problem with creating new Web project
I use Win XP pro. I installed VS 2003 and after installation ran
"aspnet_regiis. exe /i "

I got error message: "The web server reported the following error when
attemping to create or open the Web project located at the following
URL; "http://localhost/WebApplication1 '.'HTTP/1.1.500 Server Error'

The button "help" opened for me such page:
"ms-help://MS.VSCC.2003/MS.MSDNQTR.2003 FEB.1033/vbref/html/vberrthewebserv er
reportedfollowi ngerrorwhenatte mptingtocreateo ropenwebproject locatedatfollow i
ngurlurl.htm"
I created test.html file and I can access to it
(http://localhost/test.html) - in case if somebody need to know if
server works

Any idea what it can be?
Thanks everybody for advice.

Jan 30 '06 #3
I cannot create project - why do I need to change setting for IE?

Jan 31 '06 #4
Then it could be a COM+ issue.
Does it work if you set Application
Isolation to Low in IIS?
What do you see in COM+ in Component
Services?

<y1***@yahoo.co m> wrote in message
news:11******** *************@g 47g2000cwa.goog legroups.com...
I have a problem with creating new Web project
I use Win XP pro. I installed VS 2003 and after installation ran
"aspnet_regiis. exe /i "

I got error message: "The web server reported the following error when
attemping to create or open the Web project located at the following
URL; "http://localhost/WebApplication1 '.'HTTP/1.1.500 Server Error'

The button "help" opened for me such page:
"ms-help://MS.VSCC.2003/MS.MSDNQTR.2003 FEB.1033/vbref/html/vberrthewebserv er
reportedfollowi ngerrorwhenatte mptingtocreateo ropenwebproject locatedatfollow i
ngurlurl.htm"
I created test.html file and I can access to it
(http://localhost/test.html) - in case if somebody need to know if
server works

Any idea what it can be?
Thanks everybody for advice.

Jan 31 '06 #5
I found that on "working" PC exists about ASPNET account, but on "bad"
PC - does not .
Who has to create this account (installation of VS.Net, IIS, etc) and
why this account need?
I already reinstalled VS and IIS but account still does not exist - how
to "force" create it?

Jan 31 '06 #6
By default, ASPNET is the account used to run
ASP.NET server-side programs. This should've
been installed by the SDK or VS. If it weren't,
it might have been a due to restrictions on the
logged in account under which you installed the
SDK or VS.


<y1***@yahoo.co m> wrote in message
news:11******** **************@ g43g2000cwa.goo glegroups.com.. .
I found that on "working" PC exists about ASPNET account, but on "bad"
PC - does not .
Who has to create this account (installation of VS.Net, IIS, etc) and
why this account need?
I already reinstalled VS and IIS but account still does not exist - how
to "force" create it?

Jan 31 '06 #7
The ASPNET account is not necessarily needed.

In IIS 6.0 ( Windows Server 2003 ), the ASPNET account is not created,
and everything works with the NT Authority\Netwo rk Service

re:
Who has to create this account
The .Net Framework setup creates the account, if needed.

re: why this account need?
It's needed so that ASP.NET can run as a particular user account.
ASP.NET needs file/process permissions to do its operations.

If there was no account assigned to run ASP.NET as,
it would be impossible for ASP.NET to operate.

re: how to "force" create it?
You can force the creation of the account by running aspnet_regiis -u
followed by aspnet_regiis -i (from a command window in the .Net Framework directory).

Juan T. Llibre
ASP.NET MVP
ASPNETFAQ.COM : http://www.aspnetfaq.com
=============== =============== ====
<y1***@yahoo.co m> wrote in message news:11******** **************@ g43g2000cwa.goo glegroups.com.. .I found that on "working" PC exists about ASPNET account, but on "bad"
PC - does not .
Who has to create this account (installation of VS.Net, IIS, etc) and
why this account need?
I already reinstalled VS and IIS but account still does not exist - how
to "force" create it?

Jan 31 '06 #8
does account need to XP pro?
How I can check version of IIS?

Feb 1 '06 #9

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

Similar topics

1
8010
by: dave | last post by:
I first started using HCW.exe to compile .rtf filew created with MS Word a couple of weeks ago. I used the file | new menu then selected New project in the dialog box and everything worked as expected. After this I decided to TRY to start a new project, so I repeated the File | New menu but for some reason HCW.exe wouldn't allow me to create a new project. After repeating the aforementioned process the filename plus the ..hpj extension...
4
2473
by: Nick | last post by:
Hi, I have a windows application, wherein the solution consists of 5 projects. When I try to create a setup and deployment project for this solution, I'm somehow unable to add anything in project output group. I tried creating with a setup wizard, but it just doesn't give me an option to add projects, although I was able to add files into the setup. Moreover, creating a normal setup project also did not help. I tried to add a new...
0
1946
by: Adam Clauss | last post by:
I have a C++ COM Addin I wrote for Outlook (2002) using VS.Net 2002. Having completed it, I am now looking to create a setup project and install it on another machine. I created a setup project and added it to my solution (selecting the "Primary Output" as the files to include from my project). However, when I attempt to build the setup project (assuming a clean output directory), I get "Unrecoverable build error" - and NO other...
15
6753
by: Carlos Lozano | last post by:
Hi, What is the right way to create an OCX COM component. The component is already registerred, but can't create an instance. I am using the reference to the interop module created. If I use javascript or vbscript it works. I will appreciate any help. I do the following (C#):
3
1959
by: epigram | last post by:
I've been creating some toy ASP.NET apps in an effort to understand the technology. I've something odd with regards to project/solution creation. If you create a new asp.net application, it appears that the project files get created in the URL specified Location field on the New Project dialog box. This makes sense to me. What is confusing is that the solution file gets created in a folder with the same name as the location folder (the...
2
11813
by: Val3 | last post by:
Hi all. I need to build dll(s) and windows services using VB .NET 2005 Express. When I make File/New project the windows contain only Windows application, Windows control library, Console application, DVD collection starter kit. How can I do? Any suggest? Thanks in advance. VAL
10
2963
by: C# Beginner | last post by:
Hi there, I'm currently trying to create a MS access file at runtime, but I stumble into some problems. 1. When I use Datatype adUnsignedInt I get an error (invalid type). 2. Which datatype must I use to create an autonumbering field? 3. Which datatype must I use to create an OLE-object field? I'm currently using Microsoft ActiveX Data Objects Library 2.8 and using engine type 5.
3
4503
by: Sean C. | last post by:
Hey All, I'm having a little problem here. I have a project that I'm working on that involves a MySQL server database backend. I'm having no problem creating the database on the fly if it doesn't already exist and using it once it's created. My problem comes into play when I run the program for the first time. I'm wanting to have some kind of flag that lets me know that the database has not yet been created, so that I can call my...
17
46575
Motoma
by: Motoma | last post by:
This article is cross posted from my personal blog. You can find the original article, in all its splendor, at http://motomastyle.com/creating-a-mysql-data-abstraction-layer-in-php/. Introduction: The goal of this tutorial is to design a Data Abstraction Layer (DAL) in PHP, that will allow us to ignore the intricacies of MySQL and focus our attention on our Application Layer and Business Logic. Hopefully, by the end of this guide, you will...
0
9728
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10389
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10402
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10135
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9205
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7670
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6890
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5692
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3867
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.