- Joined
- Dec 7, 2009
- Messages
- 1
- Reaction score
- 0
Easy Work Around
Go to tools > External Tools > Add > give it a title (real website) > set the command to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.EXE or whatever the dev server exe file is located > set arguments as /port:9999 /path:$(ProjectDir)\
Now just run this tool when you want to view your site
Go to tools > External Tools > Add > give it a title (real website) > set the command to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.EXE or whatever the dev server exe file is located > set arguments as /port:9999 /path:$(ProjectDir)\
Now just run this tool when you want to view your site