Request.ApplicationPath

  • Thread starter Thread starter Ponnurangam
  • Start date Start date
P

Ponnurangam

Hi,

I have completed a website using Request.ApplicatioPath in a lot of places.
eg.: (<img src='<%= Request.ApplicationPath %>/Images/logo.gif' />)


It works locally, but doesn't work thru internet after I deployed it.

It works if I move the whole website into a sub folder from the root folder.

Is there any other way to solve this problem.

Thanks and Regards
Ponnurangam
 
Back
Top