472,790 Members | 1,300 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,790 software developers and data experts.

problem when trying to run my application from the remote machine

i got some problems in running my application from the server...I have used ASP DOT NET 2005 and SQL SERVER 2005.Actually the web application i had made is run in my pc and our LAN.We are using the remote sql server and it's running quiet well.I dont have problem in the database..It's ok..Now i want to put my application in the remote server..i dont have much permission of the remote server..I was asked to put my application in that server computer so that they can browse our pages..I dont have much idea about how to put my application in the server computer and run it.What i did is firstly,i just copied the application..I have also tried by publishing it and making virtual directory in my computer and then upload those .. means ..published and virtual directory over the server computer...But i dont know where should i put those folders in the server computer..so that they can be browsed. i also dont know should i have to upload the published and virtual directory there..Or there need the administrator of that server publish and create virtual directory being in server computer.What should be done and how to run it????
Oct 9 '07 #1
6 1451
Shashi Sadasivan
1,435 Expert 1GB
The IIS at the hosting server whould enable your website.

Usually you can create a folder within the default directory of IIS (I dont know if that can be changed) C:\inetpub\wwwroot\yourwebsiteDiretory

Now if you want to view your website...
put the servername\yourWebsiteDirectory
and the start page of your project should emerge there,
You can simply copy paste your website files into that folder

If you want the IIS at the remote server to map the routing to your system it will have to be manahged by the administrator there..(guessing...but should be something similar)

cheers
Oct 9 '07 #2
The IIS at the hosting server whould enable your website.

Usually you can create a folder within the default directory of IIS (I dont know if that can be changed) C:\inetpub\wwwroot\yourwebsiteDiretory

Now if you want to view your website...
put the servername\yourWebsiteDirectory
and the start page of your project should emerge there,
You can simply copy paste your website files into that folder

If you want the IIS at the remote server to map the routing to your system it will have to be manahged by the administrator there..(guessing...but should be something similar)

cheers
Do you mean like the way we create the virtual directory and run in the local network, there need the same process to be done to run it in the remote server ???That is the admin of the remote server also have to recreate the virtual directory and do the same process to run it ?? So that the IIS of that server computer recognizes our application ...Is it ?
Oct 9 '07 #3
Shashi Sadasivan
1,435 Expert 1GB
creating a virtual directory means that the website does not reside withing inetput/wwwroot
It maps the request to the directory that it actually resides in
Oct 9 '07 #4
creating a virtual directory means that the website does not reside withing inetput/wwwroot
It maps the request to the directory that it actually resides in

well that means the admin of the remote server has to published or create virtual directory to browse the application .....!!!! Is it so..
Oct 9 '07 #5
Shashi Sadasivan
1,435 Expert 1GB
Yep, it most certainly is.

Else I would put up my website on the Google Server....well i need to create one first :D
Oct 9 '07 #6
Yep, it most certainly is.

Else I would put up my website on the Google Server....well i need to create one first :D

Thank you for your help!!!!
Oct 10 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Gerhard Swart | last post by:
Hi all. I'm writing a queue browser that reads queues from a specified machine and then display the data that's on the queue. I am using the MessageQueue Class in .Net(C#). I get the problem...
5
by: Data | last post by:
In my project I want to execute some commands on the remote machine. I am using .Net Remoting to achieve this. My server which is an exe is copied on the remote machine and it receives command from...
1
by: Andrew | last post by:
Hey all, Working on revamping our Intranet here and making use of the LDPA, Active Directory, Directory Services, etc. that .Net provides. I am still fairly new on this subject, so the problem...
5
by: John | last post by:
Hi I am trying to get web reference to my first (!) web service which is on a remote host. I am getting the following error; Server Error in '/' Application. Runtime Error Description: An...
15
by: Ron L | last post by:
We are working on a distributed VB.Net application which will access a SQL database located on a known server. Each client will run on the user's local machine. To implement this, we are trying...
1
by: Chris Love | last post by:
I have already asked this, but no one seems to know the answer. Here is the timeline. I wanted to use the membership/roles functionality in a site. I got all sorts of errors trying to get this...
0
by: Suresh | last post by:
Hi Guys I have Db2 server installed on remote server. i am connecting to that remote server by using VPN. I want to connect that remote DB2 server instance using my local machine DB2...
5
by: Suresh | last post by:
Hi Guys I have Db2 server installed on remote server. i am connecting to that remote server by using VPN. I want to connect that remote DB2 server instance using my local machine DB2...
0
by: David P. Donahue | last post by:
I have a relatively simple .NET application that I'm trying to deploy to a Citrix server. However, when I try to run it on that server (just using Remote Desktop, not even going through Citrix...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.