I have a website that I have to work on remotely. Are the any security issues related to leaving the project files and solution files from VS in a live website?
Printable View
I have a website that I have to work on remotely. Are the any security issues related to leaving the project files and solution files from VS in a live website?
They are not accessible through http requests. Try it yourself.
If you have a project located at C:\Inetpub\wwwroot\project1
then open Internet Explorer and try to navigate to http://localhost/project1/project1.sln
and you see what happens.
Thanks wey97. I assumed that was the case but I was still a little paraniod about leaving them on the server so I thought I would check just to see if anybody has had a problem with doing so.