How To Find Remote Server That Don't Have Access To

Jan 27, 2010

I have an ASP.NET MVC site that is running into some conditions that it is pegging the processor on the iss boxes it's running on. I don't have access to these servers (it's a farm of about 5 iis6 boxes behind a netscalar). I am doing some logging to a sql database, but the problem is that when the cpu pegs my database starts timing out. The iis servers are hosted in house, but I can't get access to them.

And to make things ever more complicated, I can't reproduce any of these issues in my qa environment (which I don't have access to either). QA is setup to similarly to our prod environment, but it runs on a single box that isn't behind a netscalar.

View 3 Replies


Similar Messages:

How To Access Remote Server( Ie., Want To Access Online Server Not Local Server) In Application

Sep 29, 2010

I want to Access remote server( ie., want to access online server not local server) in my Application.. I change Settings in SQL surface Area Configuration---> Remote Connection ( checked the Local and Remote Connection ) Then while running the application it showing the following error.(I make off the firewall also) An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

View 1 Replies

How To Access Production Server IIS From The Remote Machine

Dec 27, 2010

We have staging server and production server for website. We will move the changes from the staging server to the Production server through the FTP.

Since we have the product release for every 3 months. So, we need to redirect to the latest version in the Production server IIS. Is it possible to access the Production server IIS and redirect the web site link from staging server ?

View 2 Replies

C# - How To Access Webservice Deployed In Remote Server

Jan 18, 2011

how to add web service which is deployed in remote server. externally i unable to access that service..in that remote server only that service will run but we don't have Ms.net Environment to add service to my application in that server. how to add that web service to my application ,not accessig externally that service URl, internally Executing that URl. How can i add that service to my application on my developer PC ?

View 2 Replies

DataSource Controls :: How To Access Ms Sql Server 2005 In Remote

Jun 22, 2010

My asp.net 2.0 is deployed in web hosting.. now here in my server i have configure a static ip.. so how to access my ms sql database all over the world.. i need to know is that i need to write directly connection string in a webconfig of my static ip.. or i need to create a instance of my static ip to ms sql server 2005 to access the database..

View 7 Replies

DataSource Controls :: How To Access Remote Server Data Base

Apr 5, 2010

I want access remote server data base for my asp.net application my connectin string is

<add
name ="Constr"
connectionString="Server=xxx.xxx.xx.xxx,xxxSQLEXPRESS;Database=ABC;Integrated
Security=True"/>
and Error is

Login failed for user ''. The user is not associated with a trusted SQL Server connection. there is not any user id and password for access data base i already tried Uid=sa;password=sa

View 3 Replies

Installation :: How To Setup 2.0 Website On IIS 6.0 To Access Content On A Windows Remote Server

Jan 21, 2010

I have 2 machines on a domain. The first machine has IIS 6. 0 inatalled on it, whereas the second machine has published web content.

On the local machine ie. Web server i have configured the website like "A Share located on another computer" Eg: //Machine2/Application1. The pubished web content is inside a shared folder on the remote machine. Finally when i run the application in browser(IE 7.0) i get the following error.

Server Application Unavailable

The web application you are attempting to access on this web server is currently unavailable. hit the "Refresh" button in your web browser to retry your request.

Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. review this log entry to discover what caused this error to occur.

The Error in the Windows event viewer is as follows:

[COde]....

View 4 Replies

Forms Data Controls :: How To Access Remote Server Folder Files

Apr 27, 2010

try to provide solution.I am developing one web application using Asp.net 3.5 and C#.net 3.5.in my application i have to read files(Flat files stored in folder) in remote server which is located at another location.how to do that.now i can read &retrieve from local area.

i have that server host address,UID and Passwrd also how to access that files from remote server.

View 2 Replies

WCF / ASMX :: Access Denied And Null Returned While Accessing Web Services From Remote Server?

Sep 2, 2010

writing a web Service and one of its web method, I want it to download a png file in form

of buffer from remote server. And My consume application will write that buffer retured by Web service in to file on User's Computer.

However, I am able to do this using Local Web Service but when I published that service on my web server, I always get null retuned

And even in one of my test code while copying file from that server , I always get Access Denied.


Following things I have done for above issue.

1] I even tried making the Anonymous user for the web service the system administrator (with the correct password), to no avail.

2] I also tried sharing out the folder I'm pulling files from to allow access from Everyone.

[Previously same service was working fine on another remote server with IIS 7.0, we checked server IIS Settings but in vain.]

if you know where we are mistaken guide me to resolve this issue as its very urgent.

View 2 Replies

SQL Server :: Find Username And Password For A Database In Order To Access Via C#

Jul 24, 2010

In C# I need to connect to a database. How do I find out the username and password to use for that database? I know that sometimes the "sa" username can be used. I don't know how to find the password though. I am working on a contract and no DBA, and the developer left for a different job.

View 1 Replies

Find Remote IP Using .net?

Feb 12, 2010

i need to find the remote users ip address using asp.net and also i need clarification whether multiusers have same ip address

View 2 Replies

Access A Remote Directory From C#?

Mar 25, 2011

I am trying to access a remote network share from a C# program in asp.net. What I need is something like

function download(dirname)
{
directory = (This is the part I don't know how to do)

[code]...

View 3 Replies

C# - Cant Connect To Remote MS Access Database

Mar 17, 2011

I keep getting a

InvalidOperationException: ExecuteReader requires an open and available Connection. The connection's current state is closed.]

It is because my connection is closed. What is wrong with my connection string? Why won't it open.

[Code]....

View 2 Replies

Web App Unable To Access Remote File Through IIS 5.0

Jul 27, 2011

I have this web app that works just fine when I run it on IIS 6.0, but when I run it on a different machine with IIS 5.0, it ends up having file access problems. Basically, my web app uses a COM object, and this COM object uses resources, such as files, and these files are located in remote machines. A sample code would be:

Code:
MyComObj com = new MyComObj();
com.UseDataFiles("machineBdata.dat");

Again, it works fine on my machine with IIS 6.0, but in my other machine with IIS 5.0, it gives me an error. To be more precise, it's the COM object that gives me an error; the com object tells me that it can't find the file. What's weird is that when the web app calls this line:

System.IO.File.Exist("machineBdata.dat");

It returns True, which means my web app has permission to read, but when it does it through my com object, it can't see it. Again, I dont' think it's the COM object that has the problem since it runs fine on IIS 6.0. In fact, I ran a windows form application (that uses the COM) on the machine with IIS 5.0, and it works fine.

View 6 Replies

DataSource Controls :: How To Insert Data From Local SQL Server To Remote SQL Server (without Using Linked Server)

Apr 15, 2010

How to insert data from local SQL server to remote SQL server (without using linked server) like below?

insert * into [remote server].[northwind].orders
from [local server].[northwind].orders

View 4 Replies

Security :: How To Get Access To Aspnet_regiis.exe On Remote Machine

Jun 9, 2010

i have created a bat file to run the aspnet_regiis exe to encrypt the connectionStrings of web.config file on the remote machine. the same is working when i ran the file on remote machine itself. but is it not working when i call it from another bat file from my local machine which is shared with remote machine. my code loos like:

<remote_server><frmaework_path>aspnet_regiis.exe -pef "connetionStrings" <remote_server><physical_path_application>

<remote_server><frmaework_path>aspnet_regiis.exe -pa "netfrmaeworkconfigurationkey" "ASPNET"

View 2 Replies

Access Remote Computer Windows Service Using Asp

Dec 20, 2010

how to access remote computer windows service using asp.net

View 2 Replies

Configuration :: Upload Access Is Denied Only From Remote?

Aug 5, 2010

I am uploading video files, which are somewhat large (5mb - 50mb) via asyncfileupload. I am able to successfully uploaded files of all sizes up to 1.5gb, that I've tested, on my test server and also locally on the production server. It works great, locally.

However, when I process the form that is hosted on my VPS server from my home, it tanks out and I usually receive the error: Access is denied. However, it works occasionally for small files. <1.5mb

I have edited and re-edited all of the associated config files, etc...So it shouldn't be a file size issue-especially since large files are successful locally.

I've also adjusted the UploadReadAheadSize attribute as described in another forum.

I set all of the folder permission so that everyone can read write as well as IUser, IIS_WPG, IIS_Iusr, Network Service am I missing a permission field?

Does anyone know of other settings that I would have to implement in order to get this working for my users.

are there any c# tricks for slower connections?

I am working with VS2010 in a win2k8/iis7 .net4.0 environment.

View 1 Replies

Web Forms :: Access Remote File In .NET Application?

Feb 14, 2011

I want to write text file on remote location using .NET application. So can anyone tell me how to do this.

View 5 Replies

Web Forms :: Access The Remote Master Page?

Nov 25, 2010

I would like to know that is there any way to access the master page which is located at the different site.

For example,

Master page url is www.something.com/master/some.master

Content page url is www.someurl2.com/page/som2.aspx

Is there any work around to access the above content page to use the master page.

View 3 Replies

Databases :: Remote Access Mysql Db Odbc?

Mar 29, 2010

I am trying to make connection to a remote database server and I am getting the following message. I think i have to grant access to the client maching from my database server.. How do i grant access to an ip addess?

ERROR [HY000] [MySQL][ODBC 5.1 Driver]Access denied for user 'thelp'@'123.29.14.30' (using password: YES)
ERROR [HY000] [MySQL][ODBC 5.1 Driver]Access denied for user 'thelp'@'123.29.14.30'(using password: YES)

View 2 Replies

Visual Studio :: How To Access VSS From A Remote Computer

Aug 21, 2010

i acess vss from lan with no problems and now i want acess from a remote computer not in a Lan

I need access over the Internet

What are settings i need to set up in the server and my client machine

View 2 Replies

Architecture :: Want Application To Provide A Web Ui For Remote Access?

Nov 2, 2010

i want my application to provide a web ui for remote access, but i do not host that web page in IIS, because i do not want everyone install IIS on their home PC.

i spend some reading the asp.net pipeline, but still not figure how to load the .aspx file in my code.

View 16 Replies

Access Webpage On Lan Or Remote Location Running On VisualStudio (2008)?

Jan 23, 2010

I am deving a webpage. For testing purposes i want to access the webpage via my VM and possibly ask a friend to mess with it remotely. The app is running in visual studios 2008. I put set my router DMZ to my IP address and i tried connecting via VM and remotely. No luck. How do i config visual studios to listen outside of the machine?

View 3 Replies

DataSource Controls :: How To Connect Server Explorer To A Remote SQL Server Database

Mar 13, 2010

I have created web pages using VS Web Developer that use a local Developer Edition of SQL server database on my PC with LINQ to SQL. When I deploy my website to a remote web host SQL server, I need for my web pages to be able to use the remote database instead of the local database. So, how do I get the Server Explorer to connect with a remote SQL Server database?

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved