Connecting to server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nagmvs
    New Member
    • Aug 2008
    • 49

    Connecting to server

    Hello,

    I create a simple webpage for downloading and uploading from my server and publish in web site.Now i want to downlaod a file from server i face some problems like

    Permission denied. and some firewall problems

    in download link i give my server ip address and same as upload link too.But i can't downlaod and upload.what is the problem and may i give any special permissions to access my server from outside LAN ?

    I done this project using Microsoft Visual Interdev 6.0(Asp and vb.net)
    So please help me.I am new to do this.so please guide me to access my server from outside lan.

    Thanks,
    Nagesh.
  • JamieHowarth0
    Recognized Expert Contributor
    • May 2007
    • 537

    #2
    Hi Nagesh,

    My first question is: can you please clarify which technology you're using - classic ASP (which is what Visual Interdev 6 produces code in) or ASP.NET (Visual Studio 2003 and above)?

    If you're using classic ASP then you need to grant read and write permissions to the IWAM_MACHINENAM E account (MACHINENAME should be replaced with the name of your web server) on the folder where you have chosen to upload your files to.

    If you're using .NET on Windows XP, you need to grant the same permissions to the ASPNET account.
    If you're using .NET on Windows Server 2003 or above (including Vista and 2008) then you need to grant these permissions to the NETWORK SERVICE account.

    With regards on how to set up your server to be accessed outside of your LAN, this is something for the Networking forum, however, I can tell you I'd need to know some details about your hardware setup before I'd be able to help you any further.

    Hope this helps.

    medicineworker

    Comment

    • nagmvs
      New Member
      • Aug 2008
      • 49

      #3
      Originally posted by medicineworker
      Hi Nagesh,

      My first question is: can you please clarify which technology you're using - classic ASP (which is what Visual Interdev 6 produces code in) or ASP.NET (Visual Studio 2003 and above)?

      If you're using classic ASP then you need to grant read and write permissions to the IWAM_MACHINENAM E account (MACHINENAME should be replaced with the name of your web server) on the folder where you have chosen to upload your files to.

      If you're using .NET on Windows XP, you need to grant the same permissions to the ASPNET account.
      If you're using .NET on Windows Server 2003 or above (including Vista and 2008) then you need to grant these permissions to the NETWORK SERVICE account.

      With regards on how to set up your server to be accessed outside of your LAN, this is something for the Networking forum, however, I can tell you I'd need to know some details about your hardware setup before I'd be able to help you any further.

      Hope this helps.

      medicineworker



      Hello Sir,

      Thanks for ur reply.I am using Classic ASP.My system configurations is

      XP SP2
      160GB Hard Disk
      Already accessing Internet site named as www.infoscript. soft.net
      1gb RAM
      etc....

      when i want to access my server using IP address theere is an erroe i received.

      i.e Permission Denied.
      SO using ASP code how can we call other system usinh IP address.

      Please tell me.
      Thanks,
      Nagesh.

      Comment

      Working...