开发者

Importing a website into visual studio

开发者 https://www.devze.com 2023-03-31 11:23 出处:网络
Right now I have all the ASP.开发者_StackOverflow中文版NET/Silverlight source code sitting on the IIS server and just set up VS2010. How would I take that code and create a project where I will be abl

Right now I have all the ASP.开发者_StackOverflow中文版NET/Silverlight source code sitting on the IIS server and just set up VS2010. How would I take that code and create a project where I will be able to debug and test new code?


You can create a local IIS Web Project :

http://msdn.microsoft.com/en-us/library/ckk1e6z4.aspx


If, after setting up your local project, you need to test/debug with the actual domain instead of "localhost" in the url, modify your hosts file. Here are a couple of good readings on this....

http://www.codecurry.com/2009/04/using-separate-host-or-domain-names-for.html http://www.blogfodder.co.uk/2009/12/24/creating-local-development-domain-on-windows

0

精彩评论

暂无评论...
验证码 换一张
取 消