473,803 Members | 3,833 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

problem when trying to run my application from the remote machine

16 New Member
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 1506
Shashi Sadasivan
1,435 Recognized Expert Top Contributor
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\wwwr oot\yourwebsite Diretory

Now if you want to view your website...
put the servername\your WebsiteDirector y
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..(guessin g...but should be something similar)

cheers
Oct 9 '07 #2
SayamiSuchi
16 New Member
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\wwwr oot\yourwebsite Diretory

Now if you want to view your website...
put the servername\your WebsiteDirector y
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..(guessin g...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 Recognized Expert Top Contributor
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
SayamiSuchi
16 New Member
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 Recognized Expert Top Contributor
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
SayamiSuchi
16 New Member
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
5102
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 that I can't read the journal private queue on a remote machine. I don't know if this is possible though. I have tried all the possible options but can't seem to get it to work. The code that I tried is: MessageQueue _mq = new MessageQueue(...
5
6297
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 client which is executed by the exe. I am facing problem while executing the exe on the remote machine. If I start the exe manually everything works fine but if I execute it remotely through code using WMI an exception is thrown saying "No...
1
4760
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 I have run into I am not sure how to fix, and really not sure what is causing it. Here's what is going on (test server - Windows 2003 Server): I have a page in a folder (under anonymous authentication in IIS6) that has a link on it that...
5
1589
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 application error occurred on the server. The current custom error settings for this application prevent the details of the application
15
2417
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 to use remoting for our access to the SQL server, with the remoting being via IIS. Since all of our users will have accounts in the destination domain, we want to have IIS handle the security for us and not allow anonymous. We have set this up...
1
1901
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 setup on the site through the admin interface. So I yanked it out of the application since it did not work. Now everytime I load the site after changing the application I get this error message. If I simply refresh the page, everything works...
0
3926
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 development client. Bur Its gives me following error message. I searched lots of things on net and tried on remote server but i didnt got suceess. Can any one tell me how to set TCP\IP connection protocol on server for particular instance. Becuase I think
5
24025
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 development client. Bur Its gives me following error message. I searched lots of things on net and tried on remote server but i didnt got suceess. Can any one tell me how to set TCP\IP
0
950
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 yet) I get an error from the Common Language Runtime that says the application has generated an exception that could not be handled. My testing has thus far shown the following: 1) Application runs fine on my local machine from a local drive. 2)...
0
10542
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10309
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10289
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10068
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9119
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7600
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6840
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4274
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3795
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.