Hi,
I have been looking for steps in deploying asp.net applications but nothing seem to work for me. Can anyone provide me and the other noobs simple steps in deploying simple web applications.I have a simple Application with a button and when clicked, changes the text of a label. That is all. So here are the steps i took to deploy.
1.) made sure ASP.NET version in IIS is 2.0****
2.) Added a new web setup project.
3.) Added Primary Output.
4.) Added Content Files.
5.) Build.
6.) Installed the MSI file.
7.) Access the file through http://localhost/applicationDirectory/ApplicationName.aspx
But all i get is this error:
XML Parsing Error: no element found
Location: http://192.168.1.203/WebDeploymentExample/Default.aspx
Line Number 1, Column 1:
Any help would be greatly appreciated. Thank you in advance.
Thanks and Regards,