Hi,
The web site I'm building is located in c:\projects\projectA
The build in webserver starts it as http://localhost:3336/projectA/
But on the real webserver it shoud be http://whatever.company.com/
How can I tell Visual Studio to build it as http://localhost:3336/ without the projectA folder?
For a lot of links I can use ~/ and the extra folder doesn't matter, but client scripts for example don't know the ~/ so I can either design them to work localy or on the web server.
I'm thankful for any ideas on how to solve this.
Thanks,
Christian