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

Copy ASP Project gives Internal Server Error

(I've made two previous attempts to post this using MSDN's web interface,
but it doesn't seem to be working. I've switched to a newsreader, but I
apologize for the duplication if the other posts show up....)

I'm attempting to copy an ASP.net project developed on a local machine to
a web server, using the Copy Project menu command, as described in the
VS.Net Walkthroughs booklet. I have set up a website for this purpose on
the server and installed Front Page extensions on the site. I set up a
hostheader of "walkthrough" for the site, and I can see the postinfo.html
page from the local machine by using this host header.
(http://walkthrough/postinfo.html comes up correctly.)

When I attempt the Copy Project, I get a (not very helpful) message
saying: An error occured while copying the project
'http://localhost/MyWebForm/MyWebForm.csproj'. The Web server reported the
following error when attempting to create or open the Web project located at
the following URL: "http://walkthrough/". 'HTTP/1.1 500 Internal Server
Error'. If I click the Help button, I get a "Topic Not Found" page, and I
can't seem to find anything about this in the knowledgebase.

Can anyone shed any light on this?

Thanks.
Jul 19 '05 #1
3 3781
Yes, the "Allow authors to upload executables" box is checked in the IIS
property dialog on the web server.

Thanks, though!

"Robbo" <Dr****************@hotmail.com> wrote in message
news:r8********************@giganews.com...
Check if you are able to upload executables in frontpage server extensions. this was in issue for me at one point.

Jul 19 '05 #2
Bingo. aspnet_wp.exe was failing to start because of a problem with the
user account it was trying to use. (To run as that user.)

A simple fix -- I just didn't know where to look.

Thanks very much for your help.
Andy
"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:Of**************@TK2MSFTNGP12.phx.gbl...
Is there anything showing up in the Event log that might give us a better clue as to why the Web server is misbehaving? Is it possible that the files being uploaded are very large?

Ken

--
Microsoft MVPs have a question for *you*: Are you patched against the Worm? http://www.microsoft.com/security/se...s/ms03-026.asp

"Andrew" <an****@craze-productions.com> wrote in message
news:uT**************@TK2MSFTNGP11.phx.gbl...
(I've made two previous attempts to post this using MSDN's web interface,
but it doesn't seem to be working. I've switched to a newsreader, but I
apologize for the duplication if the other posts show up....)

I'm attempting to copy an ASP.net project developed on a local machine to a web server, using the Copy Project menu command, as described in the
VS.Net Walkthroughs booklet. I have set up a website for this purpose on
the server and installed Front Page extensions on the site. I set up a
hostheader of "walkthrough" for the site, and I can see the postinfo.html
page from the local machine by using this host header.
(http://walkthrough/postinfo.html comes up correctly.)

When I attempt the Copy Project, I get a (not very helpful) message
saying: An error occured while copying the project
'http://localhost/MyWebForm/MyWebForm.csproj'. The Web server reported the
following error when attempting to create or open the Web project located at the following URL: "http://walkthrough/". 'HTTP/1.1 500 Internal Server
Error'. If I click the Help button, I get a "Topic Not Found" page, and I
can't seem to find anything about this in the knowledgebase.

Can anyone shed any light on this?

Thanks.

Jul 19 '05 #3
Excellent that you got it fixed!

--
Microsoft MVPs have a question for *you*: Are you patched against the Worm?
http://www.microsoft.com/security/se...s/ms03-026.asp

"Andrew" <an****@craze-productions.com> wrote in message
news:e6**************@TK2MSFTNGP12.phx.gbl...
Bingo. aspnet_wp.exe was failing to start because of a problem with the
user account it was trying to use. (To run as that user.)

A simple fix -- I just didn't know where to look.

Thanks very much for your help.
Andy
"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:Of**************@TK2MSFTNGP12.phx.gbl...
Is there anything showing up in the Event log that might give us a better clue as to why the Web server is misbehaving? Is it possible that the files being uploaded are very large?

Ken

--
Microsoft MVPs have a question for *you*: Are you patched against the Worm? http://www.microsoft.com/security/se...s/ms03-026.asp

"Andrew" <an****@craze-productions.com> wrote in message
news:uT**************@TK2MSFTNGP11.phx.gbl...
(I've made two previous attempts to post this using MSDN's web interface,
but it doesn't seem to be working. I've switched to a newsreader, but I
apologize for the duplication if the other posts show up....)

I'm attempting to copy an ASP.net project developed on a local machine to a web server, using the Copy Project menu command, as described in the
VS.Net Walkthroughs booklet. I have set up a website for this purpose on
the server and installed Front Page extensions on the site. I set up a
hostheader of "walkthrough" for the site, and I can see the postinfo.html
page from the local machine by using this host header.
(http://walkthrough/postinfo.html comes up correctly.)

When I attempt the Copy Project, I get a (not very helpful) message
saying: An error occured while copying the project
'http://localhost/MyWebForm/MyWebForm.csproj'. The Web server reported the
following error when attempting to create or open the Web project located at the following URL: "http://walkthrough/". 'HTTP/1.1 500 Internal Server
Error'. If I click the Help button, I get a "Topic Not Found" page, and I
can't seem to find anything about this in the knowledgebase.

Can anyone shed any light on this?

Thanks.


Jul 19 '05 #4

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

Similar topics

3
by: Divya | last post by:
Hello, I am trying to copy a file from one domain to another. I have the username and password of the destination domain. I tried a few approaches - 1. Using the Impersonator Class -...
3
by: Andrew | last post by:
(I've made two previous attempts to post this using MSDN's web interface, but it doesn't seem to be working. I've switched to a newsreader, but I apologize for the duplication if the other posts...
1
by: Dave | last post by:
Hi all, I was wondering if anyone has successfully copied a project from their local webserver to an Internet webserver via frontpage extensions. I can copy to my heart's content on a local LAN...
1
by: lou | last post by:
This is the error that Visual Studio 2003 gives me when trying to open some of my Web Projects: "The Web server reported the following error when attempting to create or open the Web project...
3
by: Johnny | last post by:
Hi, I have created an ASP.NET application (let's call it FooBar) with VS.NET on my local machine, residing in http://localhost/FooBar. Deploying it to another folder on my machine works well...
2
by: camp | last post by:
I use VS.Net 2003 on Win XP Pro SP2. I created an ASP.Net app on local IIS. Now I just wanted to "Copy Project" to remote server, but I get this error: "An error occured while copying the...
5
by: Randall Parker | last post by:
Running XP Home which does not come with IIS. In response to advice received on this forum I installed the Cassini web server to serve in place of IIS. See here for Cassini:...
11
by: Nindi73 | last post by:
A few days a ago I posted my code for a deep copy pointer which doesn't require the pointee object to have a virtual copy constructor. I need help with checking that it was exception safe and...
2
by: Bhavesh | last post by:
Hi everybody, I have problem in copying file from DatabaseServer to WebServer.Both machines are on LAN. Let me explain in details what i am doing & wht i want to achieve... I am using...
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...
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...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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
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?
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...

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.