Results 1 to 7 of 7

Thread: How to run .aspx page stored on another system?

  1. #1
    Contributing Member
    Join Date
    Apr 2007
    Answers
    58

    Smile How to run .aspx page stored on another system?

    I need to run one .aspx page which is stored on another server, which has no ASP.NET installed, on the network. ASP.NET has been installed on the server from which I'm trying to run that file. But when i run it by using both network path ie \\server\share\filename and map path y:\filename, it returns error message which seems permission issue. So, Do I need any special settings to run .aspx file stored at remote location from a server on which ASP.NET is installed and working fine?


  2. #2
    Junior Member
    Join Date
    Apr 2007
    Answers
    1

    Re: How to run .aspx page stored on another system?

    Hi,

    Generally when we run a program in our machine, our url looks like below:
    http://localhost/webapplication.aspx
    where webapplication.aspx is the name is the aspx page.

    If you want to run the page which is in other page, specify the machine name instead of localhost.

    http://machinename/application.aspx

    Note that in order to happen this start server services in both the machines.

    Regards,
    meg.


  3. #3
    Junior Member
    Join Date
    Apr 2007
    Answers
    1

    Arrow Re: How to run .aspx page stored on another system?

    type the ip address of the machine and give the url in address


  4. #4
    Junior Member
    Join Date
    Jun 2007
    Answers
    4

    Re: How to run .aspx page stored on another system?

    Dear Friend,

    i have the same problems that how to build web site (i mean more than one .aspx document in one folder) and run on the server

    I user build options, but i can't able to run on the server.

    help me please,

    Thanks in advance
    Adarsh Patel


  5. #5
    Junior Member
    Join Date
    Jan 2008
    Answers
    4

    Re: How to run .aspx page stored on another system?

    you can better try:
    -- goto run -> type "inetmgr"
    -- you can see your application name and amny properties.
    -- in that, you can use your index.aspx or any file as your starting page and provide a map path.
    this may help you


  6. #6
    Junior Member
    Join Date
    Jan 2008
    Answers
    4

    Re: How to run .aspx page stored on another system?

    you can use ip address of the source machine. but you may get error again at times. if so, try to supress the firewall in the source machine if that is not acting as a server.

    if the source machine is a server, then "http:\\\index.aspx" will help you or by using ip address.

    if you are using like "\\ntwr-path\folder\file.aspx", it wont run because, by default web applcn are registered as service at "iis" and then it checks for valid url. in your case, it is not running though you have .cs file in that location, as that file is not registered or the application on the whole for that location.


  7. #7
    Junior Member
    Join Date
    Feb 2008
    Answers
    1

    Re: How to run .aspx page stored on another system?

    what is asp.net


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact