In Visual studio 2008, if I run a website, then the website is running in other url. But it is running perfect in visual studio 2005.When I click the Asp.net configuration setting itself, the url is redirected into someother webserver.
I don't know where t开发者_StackOverflowo change?
Could someone please help to solve the issue?
Not sure if this is what you need, but if you right click on the project in Solution Explorer, select properties and then web you can change the settings here for where the website should run. Do you mean that is running on a different port number than when you were running on VS 2005? Is this what you mean when you say it is running on a different server? You can set the port number on this properties page so it always runs on the same one.
精彩评论