I have developed a front end for a config file with in my web application. I had hoped to use the front end by seting it up using the "Open with" right mouse click menu option. However, the file I will be editing has the .config extension. Therefore, it means when I try and open the web.config it uses my application to try and display the web.config but my application does not handle this file.
Any ideas how to get around this?
Thanks in advance.