c# - Losing application Name from URL -


i using iis host internal site. have used visual studio express web.

the problem having when try go part of web site drops application name have given in iis

example:

www.name.com/applicationname/home (this whats working)

after trying move part of site url becomes

www.name.com/home/showdevice?sendmsg=192.168.0.1 (this not work)

if add /applicationname/ above url works correctly.

is , iis issue need configure or there in code need fix.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -