Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Publishing Websites and Security

Reply
Thread Tools

Publishing Websites and Security

 
 
Chris
Guest
Posts: n/a
 
      07-22-2007
I am looking at publishing websites via VS. One thing I am unclear about is
security. These are probably stupid questions...

Our network people are really cagey about opening up FTP on the server. I
think the bosses have a fear of someone logging on a stealing all the source
code so we have some really ridiculous ways of deploying things. So couple
of questions:

The precompiled code - is it really easy to reverse engineer?
The http route - how secure is this. How do you prevent people from
capturing the upload, do you need to do it over an SSL line or does VS take
care of that.
Would there be a way of making the deployment process one way. You can
upload but you can't download.
And this is really stupid but how do you secure it so only certain people
can deploy. I don't see that in the tutorials.

Regards, Chris.


 
Reply With Quote
 
 
 
 
Mark Rae [MVP]
Guest
Posts: n/a
 
      07-22-2007
"Chris" <> wrote in message
news:...

> The precompiled code - is it really easy to reverse engineer?


It's as easy as any other compiled .NET assembly, because that's what it is.
There are obfuscation tools available:
http://www.preemptive.com/products/dotfuscator/ and others...

> The http route - how secure is this.


As secure as the http protocol is, because that's what it uses...

> How do you prevent people from capturing the upload, do you need to do it
> over an SSL line or does VS take care of that.


Visual Studio.NET won't automatically secure an upload natively for you...

> Would there be a way of making the deployment process one way. You can
> upload but you can't download.


That's not really a Visual Studio.NET question... Something like that would
need to be done at network level...

> And this is really stupid but how do you secure it so only certain people
> can deploy. I don't see that in the tutorials.


Well, one possibility would be to use Web Deployment Projects:
http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx They deploy a
solution onto your network, so you could restrict access to the deployment
folder as required. Then, you would FTP the files from the deployment folder
to your website, using an FTP account for which only your network
administrators know the password...


Your organisation maybe needs to take a bit of a step back here, though, and
ask itself just how secure does all this *really* need to be...

There's paranoid, and then there's paranoid...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
publishing a website security Sunfire ASP .Net 0 11-12-2007 02:09 AM
Publishing VS2005 websites to Windows 2003R2 64bit OS =?Utf-8?B?VmVjdG9ycng3?= Windows 64bit 0 10-02-2007 02:21 AM
Which are the most reliable websites about JS security and potential risks? John Javascript 0 02-06-2007 12:44 AM
Publishing Websites in VS.Net 2005 -url not retained mike.aes@gmail.com ASP .Net 1 01-09-2006 07:10 PM
Publishing Websites in VS.Net 2005 mike.aes@gmail.com ASP .Net 0 01-08-2006 03:10 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57