IIS - the URL is incorrect after deploy my web site
Asked By mostafa hamdy on 17-Apr-12 08:29 AM
Hello all
I have some web site built in asp.net 4.0 and the URL of the login page in production server is as the following:
http://localhost:50478/MyApplication/Login.aspx
and after I have deployed my application on IIS 7 with windows 7 the URL of the login page becomes as the following:
http://localhost:8080/MyApplication/Login.aspx and the MyApplication subpath missed after I deployed the application on IIS is there's some thing I have to do to get the complete and the right URL of my web site on IIS to read it correctly?
please if any body get what I mean and cane help me please send me or tell me about some URL may help me in solving this Issue
regards
Mostafa
Jitendra Faye replied to mostafa hamdy on 17-Apr-12 08:33 AM
Here 8080 in port number in url, as you told that after deploying your page url has changed,
means IIS is running your site in 8080 port number. It can different from your local machine.