Click here to Skip to main content
16,013,465 members

Comments by Mitchell Robert (Top 3 by date)

Mitchell Robert 20-Jan-13 8:49am View    
Hello

Yes! I didn't think about that!

But what about if someone removes the hard drive?
They will still have access to the files?

Thanks
Mitchell Robert 20-Jan-13 8:38am View    
Hello

A normal webserver.

The main thing I need is to be able to server asp.net pages without the asp.net pages being available to anyone with access to the computer.

Eg: If I use IIS or WAMP
The files are directly available to anyone with access to the folder.

I need those files hidden in a webserver that the same job as IIS but with hidden files.

Hope this clarifies it.

Thanks
Mitchell Robert 20-Jan-13 8:30am View    
Hello

Thank you for responding.

What I want to do in a nutshell is have a portable webserver that can be deployed on any machine just like a normal c# webserver.
But, with the feature of serving asp.net pages.
But!, I need the pages to be securely stored inside the c# webserver so the clients don't have access to the web files directly.

So, how would I go about serving an asp.net website from within the c# webserver application to any connected client.

The main reason for this is having the websites pages hidden.

Thanks