May 31, 2009 #1 dc2000 Programmer Joined Jun 7, 2005 Messages 48 Location US Hi everyone: I'm trying to migrate from ASP to ASP NET and I'm wondering if I can use Windows Script Encoder on my ASP NET pages?
Hi everyone: I'm trying to migrate from ASP to ASP NET and I'm wondering if I can use Windows Script Encoder on my ASP NET pages?
Jun 1, 2009 #2 niceguymattx MIS Joined Jun 24, 2005 Messages 109 Location GB Not sure about script encoder - but I think the general guidelines are to compile the page and obfuscate the dll: http://www.asp.net/Community/Control-gallery/item.aspx?i=139OR http://msdn.microsoft.com/en-us/library/ms227240(VS.80).aspx Regards Matt Upvote 0 Downvote
Not sure about script encoder - but I think the general guidelines are to compile the page and obfuscate the dll: http://www.asp.net/Community/Control-gallery/item.aspx?i=139OR http://msdn.microsoft.com/en-us/library/ms227240(VS.80).aspx Regards Matt
Jun 1, 2009 Thread starter #3 dc2000 Programmer Joined Jun 7, 2005 Messages 48 Location US You see I'm posting my ASP NET stuff on the shared web host and I'm doubting that they will allow me to upload compiled stuff. Upvote 0 Downvote
You see I'm posting my ASP NET stuff on the shared web host and I'm doubting that they will allow me to upload compiled stuff.
Jun 1, 2009 #4 jmeckley Programmer Joined Jul 15, 2002 Messages 5,269 Location US I'm doubting that they will allow me to upload compiled stuff Click to expand... .net is a compiled language. They have to, allow compiled assemblies if you are creating a website using webforms or asp.net. Jason Meckley Programmer Specialty Bakers, Inc. Upvote 0 Downvote
I'm doubting that they will allow me to upload compiled stuff Click to expand... .net is a compiled language. They have to, allow compiled assemblies if you are creating a website using webforms or asp.net. Jason Meckley Programmer Specialty Bakers, Inc.
Jun 1, 2009 #5 Turkbear Technical User Joined Mar 22, 2002 Messages 8,631 Location US Hi, they would probably prefer a compiled app rather than an open coded one, - lees temptation for hackers to try and get into their site. To Paraphrase:"The Help you get is proportional to the Help you give.." Upvote 0 Downvote
Hi, they would probably prefer a compiled app rather than an open coded one, - lees temptation for hackers to try and get into their site. To Paraphrase:"The Help you get is proportional to the Help you give.."