473,405 Members | 2,338 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,405 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.
Nov 17 '05 #1
3 1291
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.

Nov 17 '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.

Nov 17 '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.


Nov 17 '05 #4

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

Similar topics

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...
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 -...
1
by: Don Miller | last post by:
On a new install of Visual Studio, it worked most of the day, then I did something (deleted a web folder??? or files) and now when I try to create a new project (New Project->ASP.NET Web...
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...
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: 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
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
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
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...
0
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...

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.