I just change the Properties of my asp.net project like given below.
Property\Web\Use Local IIS Web Server \ Project Url: http://domain.com
Property\Web\Use Local IIS Web Server \ Override application root URL: http://domain.com
But after the commit in svn. The changes got reflected in other team members's project. Because these settings are in project file of application.
I also can't ignore this project file from commit. Because in this case other member won't be having proper update of my work from svn.
How can i keep these setting only personal to me, while keep committing the project file of the web application.