Resources for the DotNetNuke Community
Support this site
Hi Lee and others,
this could be an .net issue but since this never happened to my other applications, i kinda wondering...
i have a VS2005 VB.NET DNN web application. in my machine, i could compile and browse through it by calling out http://localhost/MyDev/
after the development is finished, from VS2K5, i used Publish website feature and published the website to http://machine_ip/MyPublish/ , VS automatically created a virtual directory for me in IIS for MyPublish, and published all the .dll and necessary .aspx files there. HOWEVER, when i run the publishing website, i found it is still pointing to http://localhost/MyDev/ and the worse part it, no matter what someone tried (http://machine_ip/MyPublish/ or http://machine_ip/MyDev/ ) it still got routed back to http://localhost/MyDev and of course, for a client who tried to go to this published website from another machine, site can't be found as the browser would look at localhost....
what did i do wrong and where should i examine?
thank you very much in advance.