Click here to Skip to main content
15,913,941 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am a newbie.I have downloaded a project on Asp.net.It contains many files having .cs
extension and for each of these files there is a .aspx file.I ran my project using windows dev server 9.0 and internet explorer, it runs fine. The problem is I don't know how to integrate the project into a single file which can be used for giving presentation or distributing to different users without giving them code.
Kindly Help me as soon as possible.
Thanks and regards.
Posted
Updated 29-Aug-12 5:25am
v2

Time to begin learning "Deployment of Asp.Net application".

Have a look at below MSDN links.
http://msdn.microsoft.com/en-us/library/ms178610(v=vs.80).aspx

http://msdn.microsoft.com/en-us/library/dd394698.aspx

Many articles on this topic are available Here.
 
Share this answer
 
Search for an .sln extension and open it with Visual Studio 20xx. If no .sln search for .csproj or .vbproj

When you want to share with friends go to:
C:/Users/your_username/Visual Studio 20xx/Projects/Name_of_your_project and copy the content of the last folder.

Hope it helps.
 
Share this answer
 
v2
Comments
Christian Amado 29-Aug-12 14:01pm    
Why downvoted?
amangarg4804 30-Aug-12 6:11am    
I have got only .cs and .aspx files and a .config file.I want to run the project through a single file.
RaisKazi 30-Aug-12 10:06am    
Asp.Net web applications has no single executable like exe, have you looked at links provided in my above solution(Solution 2)?

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