Required asp files.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yogesha
    New Member
    • Feb 2008
    • 5

    Required asp files.

    hi every one,

    i am beginer to asp.net. i know C#.net now i am learning asp.net.
    actually i created a website using ASp.net C# in Visual studio but i dont know what are all the files required to upload into a webhoster.
    please help me out to find the required files which are neccesary to upload to my web site.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Right click on the project name in the solution window and click "Publish". Or you can go to the Build menu and click Publish.

    In the "Publish Web" dialogue, choose the "only include files required to run this application", choose a location to output the files and click "Publish".

    This will produce the files you need to upload to the server.

    Please note that any DLLs (any references) that your application uses will have to be installed on the server for your application to work.

    Comment

    Working...