› Forums › General › General Discussion › How easy would it he to rig something like this up? › Re: Re: How easy would it he to rig something like this up?
19th May 2008 at 19:43
#46296
Hello nrajlich,
A redirection from a textfile is possible via the following ASP.NET code:
Default.aspx
<%@ Page Language="C#" %>
Modify the path to your own path, put the ip address in there and place the Default.aspx file within the inetpub folder!
BTW you can also use WebDAV in IIS to access the files and folders on the server like it is a file server in the network. It will also go through the firewalls at your school network. 😉