0

When debugging my current solution, it always output to mylocalhost:port/default.aspx. How to I force it to output to another path like mylocalhost:port/Default/default.aspx?

2 Answers 2

2

right click on your project select properties (or press F4) and you can change port number, and virtual path like \default

Sign up to request clarification or add additional context in comments.

Comments

0

You need to change it in your web application's settings (right click project and choose Settings from menu or Alt + Enter), like this:

enter image description here

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.