Security ::remote On To The Server And Run The Application Locally LOGON_USER Filled?

Feb 3, 2010

A site that utilizes Windows Authentication.It accesses the LOGON_USER variable to pull the domain and user.It works fine in the development environment.It works fine on one of my servers.We are in the process of setting up a new server for this application to be hosted on.When I setup the new server,the LOGON_USER is always empty for remote computers.Windows Auth is turned on.I have tried it with Anonymous Access on (how the current server is setup) and also off.If I remote on to the server and run the application locally,LOGON_USER is filled.When I access the site via IE from a remote machine,it prompts three times and then fails.Even if I key in credentials in the Windows prompt.nothing

View 6 Replies


Similar Messages:

WSDL Works Locally But Not When Hosted On A Remote Server

Sep 20, 2010

I created a WSDL with Visual Studio 2005 and tested it using localhost. It worked exactly as anticipated and returned the expected results. I basically called the WSDL from a classic ASP page using Server.CreateObject("MSXML2.ServerXMLHTTP.3.0") and all went well. The url was http://localhost/service.asmx/methodname.


I deployed the WSDL to the remote server and tried to access it the same way; I changed localhost with the domain name as http://domainname/service.asmx/methodname. But now I get 'Post to http://domainname/service.asmx/methodname failed with 500.

View 5 Replies

Configuration :: Upload Via FTP Works When Code Runs Locally But Not From A Remote Server?

Nov 15, 2010

I have a page which uploads a file from server A to server B. The user first uploads the file to server A, where it's saved into a diretory, then once the file is safely stored there, I'm transferring it to a second server, server B, using the following code:

[code]....

So, in summary, the only difference I can see between the working case and the non-working case is the server that'ssending the file.

View 4 Replies

Differences Hosting A Website On Some Remote Server VS Running It Locally On Dev Environment

Jul 4, 2010

some differences hosting a website on some remote server VS running it locally on dev environment.The reason why i am asking is, If I run my website locally it works fine no exceptions, runs smooth. But when deployed on a remote hosting server. Its like a nightmare to me :(very often i get object Instance not set to instance of object..... I am ok with the error message, But the same situation should happen locally,

View 6 Replies

Security :: Authentication Fails While Accessing The Application From Remote Server?

Mar 21, 2011

While running an app from the server where it is deployed the website works fine, however when trying to access it from a different machine(placed in same network), using the same credentials, it shows that I am not an authenticated user.

[code]....

View 13 Replies

Security :: Logon_user Not Populated?

Nov 10, 2010

I've been scouring the forumsa and tutorials and I think I'm close. I'm trying to collect the username ofthe user connecting to the webapage (this is an intranet app). My confusion is where you put what. On the default.aspx.vb I have a proteced sub page load and I have this code in it:

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
' Get the Logged on user
' Make sure Anonymous is not checked in IIS Manager
' otherwise this may be empty

[Code]....

I tried to collect to @Logon_User but the username is never populated. I have anonymous access unchecked and windows authentication checked, I have <authentication mode="Windows"/> in my web.config.

View 1 Replies

C# - Asmx Webservice Works Locally But Not When Deployed On Remote IIS 7

Sep 25, 2010

I have developped an asmx webservice with visual studio and I deploy on IIS 7 which has 3.5 Framework by copying all the files.

When testing it says

Could not load file or 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

I don't use [System.Web.Script.Services.ScriptService] so I don't understand why it tries to load System.Web.Extensions.

Note: I'm not using any other assembly/lib I'm just learning webservice so it's very simple: I create a webservice Test.asmx with one method which uses one class Test.cs within same namespace WebServiceTest. This works locally.

View 2 Replies

DataSource Controls :: Remote Conn. | App Running Locally , SS DB Is Hosted Online?

May 14, 2010

My application running locally on my PC - on the Visual Studio Server (Cassini Server).My SQl Server DB is hsosted in a server on the internet.I think there are some configurations to be done in the SSMS ( Enable Remote conn.).

View 1 Replies

Write A Application Which Connects To Remote Server(windows 2003 Server

Jan 17, 2011

I have to write a application which connects to remote server(windows 2003 server, open SQL Management studio in that server and enter a specific SQL Server address and access a stored procedure, change some values and execute the stored procedure.)

I have to write this application using C#.Net , Could anybody point me in right direction, Where do I start?

View 6 Replies

'Server Error In '/ Remote' Application'?

Aug 2, 2010

I am on SBS 2003. Whenever I approach either ipaddress/remote, ipaddress/monitoring or ipaddress/backup I get the error below. When I do ipaddress/Exchange or ipaddress/newvirtualdirectory it works allright. This situation happens when I appraoch that site from a wan, from a lan and local on the server itself. This is the error message I get:

[Code]....

View 2 Replies

How To Publish The Application On The Remote Server But Have Run Into Difficulties

Dec 8, 2010

I recently developed a LINQ to SQL web application in Visual Studio 2010 on my desktop (Windows XP). It uses a connection to an SQL Server 2008 Express database on a remote server running Windows Server 2003.
When I test the application (Ctrl + F5), it works well. Now I want to publish the application on the remote server, but have run into difficulties.

I packaged the application using the "Build Deployment Package" option in Visual Studio. I installed msdeploy.exe on the server and transferred the package over. I ran "application.deploy.cmd /Y" to deploy
the application and got output indicating that files had been copied.
The deployment created a virtual directory under the default web site in IIS 6.0 and copied the necessary application files to the C:InetpubwwwrootApplication directory. However, when I attempt to browse
to the site from IIS Manager, I get a 404 error. This happens for all pages (not just the main page). So I can't get to http://localhost/Application_deploy/ and I also can't get to http://localhost/Application_deploy/Default.aspx. I mention this because
when I googled the issue, I found a lot of help for people who could get to Default.aspx but not to the main page. I don't think this is my problem.

I should mention that there is another virtual directory on the default website (I think it installed with IIS 6.0) that seems to be working fine. I was also able to publish the website on my local machine
using the one-click publish method and that works fine. My local machine runs IIS 5.1. At this point, I believe it's probably a configuration issue, either in IIS or in the application itself, but I haven't been able to solve it.

View 5 Replies

Configuration :: How To Deploy Web Application On Remote Server

May 4, 2010

I have developed web application i need to deploy it on remote server.i am using asp.net 3.5 ,c# 3.0 and visual studio 2008,sql server 2005.using visual studio 2008 how i can make msi file to deploy application on server

View 5 Replies

Get Error When Deploy The Application On The Remote Server

May 24, 2010

I get this error when I deploy the application on the remote server. This application works fine on my local machine though. It is built in MSVisual studio 2008.

View 2 Replies

Configuration :: Hosting Web Application On Remote Server?

Jul 16, 2010

I'm trying to upload an asp .net application

View 3 Replies

Get The Value From Request.ServerVariables("LOGON_USER") When The Application Is Running In IIS?

Feb 13, 2011

I'm not using any built in authentication mechanism, just building a simple intranet site that requires logon.BUT i was asked to retrieve the current windows logon name of the user, and authenticate him with this information.When reading the Request.ServerVariables("LOGON_USER") information from my box, everything runs fine. But this value is always blank when the application is running with IIS on my server.

View 1 Replies

Security :: Request.ServerVariables["LOGON_USER"] Not Returning Any Value In IIS7

Mar 25, 2010

when i was working with IIS 6.0 and windows 2003 Request.ServerVariables["LOGON_USER"] is giving me the current logged in user id,

but now we have upgraded to IIS 7 and Windows 2008 if i use the same statement it is not returning me any value.

NOTE : i am using vs2005 to write my programs.

View 5 Replies

Visual Studio :: Allow Application To Write To Remote Sql Server?

May 23, 2010

i built an web application that need to work with sql server 2005, i'm using

linq to sql for my queries, and i'm using the dataclasses.dbml object.

the problem is that i can't see the database in the server explorer, so, i can't drag and drop

the tables to the dataclasses.dbml object, i understand that the application need to be rgistered

in the sql server to be able to do so and to be able to read and write to it.

View 1 Replies

Security :: How To Read A File On A Remote Server

Jul 16, 2010

filetoread = Server.MapPath("\servernamesharefile.csv")
filestream = File.OpenText(filetoread)
readcontents = filestream.ReadToEnd()

It works fine if I put the file in the local directory and use "filetoread = Server.MapPath("file.csv")", but won't do it over the UNC path.I'm guessing the problem is security related but can't find any info related to it, do I need to somehow specify a username/password somewhere ?

View 3 Replies

Security :: Can't Create Directory On Remote Server

Feb 2, 2010

I can't seem to create a directory on a remote server even though I have given permissions for the asp.net application for all users. I gave full control to the Asp.net user, local computer user, administrators, Network Service, etc and I don't know what else to try. My code is below:

[Code]....

View 9 Replies

Security :: Running Script On Remote Server ?

Jan 25, 2010

i have used aspnetDB database for my application for keeping user details. Once after creating role and user, Adding user to the perticular role .Everything is working fine ...... and but i hosted the application and generating script for AspnetDB database
by using "DatabasePublishingWizard" and run this script on remote server everything is fine and grant permission to Stored procedures also.But i couldn't login with the user that i created on localy ,But the user is there in remote DB ,

My application located on ASP.NETSSF folder in localy, every link on local take like this asp.netssf/default.aspx so and so.....But in remote it's domainname.com/defaulst.aspx

i mean it's in root [virtual directory] directory whille remote hosting and asp.netssf folder in localy ,

why i couldn't access this on remote

2. can i run asp.net configuration sttings for remote server ,if so how can i ?

3.alas what is best solution for running script on remote server ?

View 15 Replies

Security :: Get Remote User From A Non-domain IIS Server?

Jan 27, 2011

Can I get who the remote user is on IIS Server that is not part of the domain without challenging/prompting the user? I am thinking not, but wanted to see if anyone had a different answer. I added the server to my intranet zone but that didn't cause IE to send any user information. Or maybe it did but since the IIS server is not part of that domain it can't do anything with the user information. I am looking at the ServerVariables in the Request object.

View 1 Replies

Security :: Saving Files On A Remote Server / Specifying Credential?

Apr 30, 2010

My web application is on a Webserver that is in a DMZ .

the web application must save on the server in LAN some files, but the webserver cannot access the file server because has no right to access. i wouldn't create an account for the web server, but i would that any time the application has to upload a file onto the file server make a connection that encapsulate credentials, then the upload starts ,finally the connection closes.

Is possible with some Objects to do this type of work?

View 1 Replies

Security :: Unable To Create File In Remote Server

Jan 25, 2011

I have previleges to create folder and create files in the remote windows 2003 server. But I am not able to create im ny Website.

View 2 Replies

Security :: The Remote Server Returned An Error: (401) Unauthorized?

May 12, 2010

this is a bit of a strange one. have my front page of my intranet site and I am trying to pull an RSS feed from a subdirectory forum.

Root
Default.aspx
--->Forum
--->Rssfeed.aspx

On my default.aspx I can pull RSS Feeds from the BBC or any other external website so my code is working fine but when I try and pull a RSS feed from my local server I get "The remote server returned an error: (401) Unaithorized".Now, if I go to the Forum directory within IIS and change the directory secutiry from "Integrated Windows Authentication" to "Enable anonymous access" the RSS comes through to the front page without any errors, however, the forum requires "Integrated Windows Authentication" to be enable to that my users can post on the forum. If I turn both on then Windows authentication is still ignored for my users when they visit the forum.I have hardcoded my credentials in to the Default.aspx.cs to see if that helps but I still get Unauthorized message.My code is here:

[Code]....

As you can see I have tried a couple of different ways to get the credentials to work, it just seems to ignore my credentials and I have full admin access to the server and when I visit the forum it picks up my username.

View 7 Replies

WebMatrix :: Error While Deploying Beta Application Having SQL Database On Remote Server

Sep 21, 2010

I have created "DotNetNuke SQL Database Application" from the WebMatrix Gallery. Now I want to deploy it on the remote server using Web Deploy method. Without selecting SQL database, application is deployed successfully but when I select SQL database it gives following error: Publish : Error - Make sure the database connection string for the server is correct and that you have appropriate permission to access the database. (Web Deploy provider is dbFullSql).

View 2 Replies







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