473,327 Members | 2,112 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,327 software developers and data experts.

Can't create ASP.NET project - HELP!

dw
Hello, all. We are trying to create an ASP.NET project on our Windows 2003
server via Visual Studio 2003 on a workstation via the network. We keep
getting 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://itest.uncw.edu/dasapps/WebApplication1'. 'HTTP/1.1 500 Internal
Server Error'.

We've run the aspnet_regiis -i with no luck. The Windows 2003 has a fresh
install of the OS. Any thoughts? Thanks.
Nov 18 '05 #1
5 1361
Is Front Page Extensions Enabled?
Have you ever been able to pull up a asp.net page on the 2003 server?
"dw" wrote:
Hello, all. We are trying to create an ASP.NET project on our Windows 2003
server via Visual Studio 2003 on a workstation via the network. We keep
getting 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://itest.uncw.edu/dasapps/WebApplication1'. 'HTTP/1.1 500 Internal
Server Error'.

We've run the aspnet_regiis -i with no luck. The Windows 2003 has a fresh
install of the OS. Any thoughts? Thanks.

Nov 18 '05 #2
dw
Thanks for your reply. How can we tell if FP Extensions are installed and
enabled? If it's not there, how do we install them?

Also, we're developing the apps on our local machines and running them on
the server; does the server need to have VS 2003 installed? We've never run
an ASP.NET page from this server.

"Tampa .NET Koder" <Ta***********@discussions.microsoft.com> wrote in
message news:4B**********************************@microsof t.com...
Is Front Page Extensions Enabled?
Have you ever been able to pull up a asp.net page on the 2003 server?
"dw" wrote:
Hello, all. We are trying to create an ASP.NET project on our Windows
2003
server via Visual Studio 2003 on a workstation via the network. We keep
getting 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://itest.uncw.edu/dasapps/WebApplication1'. 'HTTP/1.1 500 Internal
Server Error'.

We've run the aspnet_regiis -i with no luck. The Windows 2003 has a fresh
install of the OS. Any thoughts? Thanks.

Nov 18 '05 #3
From memory to check whether Front Page Extensions are insalled you can
either to go add and remove windows components and look in the details
section of IIS and see if its checked. If so, then it is installed. Also,
using IIS Manager right click on the Default Web Site and choose all task,
and see if its giving you the option to enable Front Page extensions,if so
then enable it. Do a google search or msnsearch to get some more info

If you are developing locally, then what I would suggest is that you work on
your project on yourlocal IIS server first (if you have one installed) and
create a project there. So it will be:

http://localhost/dasapps/WebApplication1

Then to deploy your project you can selet the project in Visual Studio and
go to the project menu and select copy project. This will deploy your
applicaiton to the server specified.
"dw" wrote:
Thanks for your reply. How can we tell if FP Extensions are installed and
enabled? If it's not there, how do we install them?

Also, we're developing the apps on our local machines and running them on
the server; does the server need to have VS 2003 installed? We've never run
an ASP.NET page from this server.

"Tampa .NET Koder" <Ta***********@discussions.microsoft.com> wrote in
message news:4B**********************************@microsof t.com...
Is Front Page Extensions Enabled?
Have you ever been able to pull up a asp.net page on the 2003 server?
"dw" wrote:
Hello, all. We are trying to create an ASP.NET project on our Windows
2003
server via Visual Studio 2003 on a workstation via the network. We keep
getting 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://itest.uncw.edu/dasapps/WebApplication1'. 'HTTP/1.1 500 Internal
Server Error'.

We've run the aspnet_regiis -i with no luck. The Windows 2003 has a fresh
install of the OS. Any thoughts? Thanks.


Nov 18 '05 #4
No, you don't want to create a project on the server if you just want to run
your .NET application there. I suggest using the Copy Project menu item
from the Project menu

Jeff

"dw" <co***************@uncw.edu> wrote in message
news:#E**************@TK2MSFTNGP12.phx.gbl...
Hello, all. We are trying to create an ASP.NET project on our Windows 2003
server via Visual Studio 2003 on a workstation via the network. We keep
getting 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://itest.uncw.edu/dasapps/WebApplication1'. 'HTTP/1.1 500 Internal
Server Error'.

We've run the aspnet_regiis -i with no luck. The Windows 2003 has a fresh
install of the OS. Any thoughts? Thanks.

Nov 18 '05 #5
dw
Thank you for the information, everybody. We didn't know we could use the
Copy Project for deployment. By the way, is it safe to have FP Extensions
enabled on a Web server? I've heard they could be a point of vulnerability
on a machine. Thanks.

"Jeff Dillon" <je**@removeemergencyreporting.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
No, you don't want to create a project on the server if you just want to
run
your .NET application there. I suggest using the Copy Project menu item
from the Project menu

Jeff

"dw" <co***************@uncw.edu> wrote in message
news:#E**************@TK2MSFTNGP12.phx.gbl...
Hello, all. We are trying to create an ASP.NET project on our Windows
2003
server via Visual Studio 2003 on a workstation via the network. We keep
getting 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://itest.uncw.edu/dasapps/WebApplication1'. 'HTTP/1.1 500 Internal
Server Error'.

We've run the aspnet_regiis -i with no luck. The Windows 2003 has a fresh
install of the OS. Any thoughts? Thanks.


Nov 18 '05 #6

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

Similar topics

2
by: brazilnut52 | last post by:
I am going to outline the steps I go through to produce the problem. Hopefully this will help you understand the problem better I have created a simple COM DLL in .NET by using the COM class...
5
by: David Webb | last post by:
The problem started when the Working Folder for a project was somehow set to the folder of another project. I set the correct working folder in VSS and deleted the .vbproj files that had been...
6
by: Saya | last post by:
Hello, This is a repost 'cause I haven't solve the problem: I can't use the System.Drawing class 'Image.FromStream' in the CompactFramework environment. What I've done with respect to Brendan's...
22
by: dw | last post by:
Please help some desperate developers!! We need to create an ASP.NET project via VS.NET 2003 on a networked Win 2003 server that we use for testing, but it keeps generating an error: "The Web...
4
by: jaredea | last post by:
I have the following setup: SBS 2003 Server Windows 2003 Enterprise Server (setup as an Application Server) Windows XP Pro Desktop Both the Application server and desktop have Visual Studio...
2
by: Patrick | last post by:
I have 2 developper machine running visual studio 2003 and Windows 2000. On the first machine (Machine A) I may create a new asp project without problem. On the second (Machine B) I cannot create...
4
by: Paul | last post by:
Hi, I am developing a c# windows .NET application. The application is going to run on a standalone PC and use an access database. I have figured out that I will need to create a project and add it...
6
by: Pucca | last post by:
I have a program that originally compiles into a exe file. I changed the compile option to generate dll file. This program calls a com component. Can I use pinvoke in C# to call it? The...
4
by: Alan Mailer | last post by:
Again, I'm new to VB.net and there is something I need help with: Like (I assume) many of us, over time I want to be able to create some VB.net classes that I might want to use in more than one...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.