Hi,

Im using the following to generate full URL :

urlHelper.Action("Detail", "Ad", null, "http") + "?id=" + adId.ToString();

This will however return a localhost URL even when the webpage is placed on a public server (www.mywebpage.com)?

Im using ASP.NET MVC 2

BestRegards

link|improve this question

Try searching your codebase to see if you've got any references to your localhost URL lingering in config files, global.asax.cs, etc. – christofr Feb 2 at 22:40
feedback

1 Answer

up vote 0 down vote accepted

This suddenly started to work, I dont know why it did not work at first.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.