Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
We have recently received a project where we needed to fix an ASP.NET application in a website. The fixing part was easy.. Getting the application back into the website is proving to be more difficult.

Can someone please give me a step-by-step way of implementing the ASP.NET application back into the website?

The previous owners wrote the website in Joomla.

Thanks in advance,
Chris
Posted
Comments
Are you referring to the deployment of that application in IIS Server under the website ?
Christopher Smit 25-Apr-13 6:17am    
This is our first ASP.NET project. So we are quite new to it. When we received the website the application was under aspnet_client on the server. We are looking into moving the updated application onto the server to implement into our website.

I am quite new to IIS and how to deploy ASP.NET

All help is greatly appreciated,
Chris

I have added one solution, please take a look.

As this is your first project on ASP.NET, then you need to read and explore more in terms of Deployments.
So, please go through the below articles.
1. ASP.NET and IIS Configuration[^].
2. Deploying ASP.NET Websites on IIS 7.0 [^].

If you want to explore more, then check the Google Results[^].

Thanks...
 
Share this answer
 
Comments
Christopher Smit 30-Apr-13 5:35am    
Thank you.. This helped me to run the application on the localhost. Do you by any chance know how to upload it to a server? I receive the following error.

Error 38 Web deployment task failed.(Remote agent (URL http://www.myWebsite.co.za/aspnet_client/MassCalc/MSDEPLOYAGENTSERVICE) could not be contacted. Make sure the remote agent service is installed and started on the target computer.)
The requested resource does not exist, or the requested URL is incorrect.
Error details:
Remote agent (URL http://www.myWebsite.co.za/aspnet_client/MassCalc/MSDEPLOYAGENTSERVICE) could not be contacted. Make sure the remote agent service is installed and started on the target computer.
An unsupported response was received. The response header 'MSDeploy.Response' was '' but 'v1' was expected.
The remote server returned an error: (404) Not Found. 0 0 myApplication
Most welcome...

For the error - Refer all the answers in the link - Visual Studio 2010 Web deployment task failed.

Article - Configure the Web Deployment Handler.
I have noticed that my problem the entire time was that my server did not support ASP.NET.

I simply got a free host and simple uploaded my ASP.NET application to that server and implemented an iframe to that application. :)

Worked like a charm.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900