0

Have create the project in asp.net web application ,then add the dbml file and Create new folder name is (urlImages) for upload. its working in local visual studio ,

how to deploy the project?

thanking you

2 Answers2

0

Right click on the web project and Publish it. Than upload the published files to webserver.

Imran Balouch
  • 2,100
  • 17
  • 37
  • but i have upload the image to folder ,publish file not contain image folder ,how to get it – Guru prakash Chinnsamy Aug 31 '12 at 09:52
  • For this you have 2 way outs, one is to make the image files as part of you project and they will be published as well or if you don't make them part of project, than simply create upload images to webserver in specific folder. – Imran Balouch Aug 31 '12 at 13:21
0

You can right-click the project, click on Publish and follow the instruction in the dialog box. There are several other options

codingbiz
  • 25,120
  • 8
  • 53
  • 93