hi everyone.
I am new to web development and I am facing a problem in deploying an asp.net website on IIS 6.0 .
I just copied my precompiled website folder on production server via smart FTP and then i created a virtual directory of my website using IIS manager. Now the problem is this that website is browsing
well in IIS and running on web brwoser production server by giving its url(www.mysite.com:port).
But when I run it on internet means on any other computer than production, the browser is unable to open the site.
Browser's Messagee: server not found. cant find server at www.mysite.com
and IE says: page can not be displayed.
Someone help me out.