I have a solution developed in VS.net.
Hellsraith pointed out to me that code behind pages cannot be altered on the site as the solution would need recompiling to update the dll in the /bin folder.
Unfortunatly there is 1 page on my site which I need to frequently change slightly and I dont want to have to recompile every time.
If I excluded this page from my project but uploaded it to my site could I then alter it and see the changes ?
Thanks in Advance



Reply With Quote