hi
I am trying to add websetup to the ASP.NET project. Problem i am getting is the image files i am using are not getting displayed when i deploy system on some another machine using the setup created.Even the database files are also not found by the developed application on the destination machine.
I feel the problem is file path am specifying can be specific to my machine. The file path for one of the image file is
http://localhost/CBT/images/filename.jpg
Is there any problem in the way file path is specified in the properties of the image or at the time of installations appropriate directories will get created ?
Similarly the path for the data source in properties of oledb connection is
C:\Inetpub\wwwroot\CBT\Data\leaverecord.mdb
Please if possible point out the mistake i am doing and the way to rectify it .
Thanks in advance..
Regards
Akhil Vira