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


Similar Messages:

Access Remote Computer Windows Service Using Asp

Dec 20, 2010

how to access remote computer windows service using asp.net

View 2 Replies

Visual Studio :: Getting Website Working On New Computer?

Apr 8, 2010

I'm developing a website using Visual Studio 2010 Beta on computer 1. The site is working...I can debug, the pages render in a browser and I even have Member accounts working. Life is good.

I'm trying to move the application to the new computer (computer 2). I've downloaded Visual Studio Beta 2010 (slightly different look and feel) and copied the project over.

When I try to run the project in the new computer I'm getting the error:

Parser Error Message: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.

Not sure where to go with this. The web.config file is identical on both computers. The project is set to run with .Net 4 on both computers. Not sure why the targetFramework attribute would be allowed on computer 1 but not on computer 2.Maybe the earlier version of VS 2010 on computer 1 is allowing something that shouldn't be allowed?

View 4 Replies

C# - Getting Different Date Formats When Run Application Through IIS And Visual Studio's Web Server On The Same Computer?

Jun 17, 2010

I get the same culture i.e. "en-US" while running the website from both IIS and Visual Studio's web server.

But I get a different date format as follows, when I run the following code:

HttpContext.Current.Response.Write(System.Threading.Thread.CurrentThread.CurrentCulture.ToString());
HttpContext.Current.Response.Write(System.Threading.Thread.CurrentThread.CurrentCulture.DateTimeFormat.ShortDatePattern);

On Visual Studio's web server: dd/MM/yyyy en-US
On IIS: M/d/yyyy en-US

Does "Regional and Language Options" in "Control Panel" play any role in this ? If I change the date format there in "Regional and Language Options", I see no effect in my application.

View 1 Replies

Visual Studio :: Getting Error - The Components Required To Enumerate Web References Are Not Installed On Computer

Apr 12, 2010

I am using Visual Studio 2008. Last few days I am getting an error while trying to add or update web reference.

"The components required to enumerate web references are not installed on this computer. re-install Visual Studio."

I tried some commands like "C:Program FilesMicrosoft Visual Studio 8Common7IDE>devenv /resetskippkgs" in VS Command prompt, still I am getting the same problem.

I also found in one post to uninstall "Microsoft Source Analysis Tool For C#" from the machine. But in my machine the tool is not installed.

View 3 Replies

Visual Studio :: Connecting Vwd 2010 To Remote Iis 7.5?

Aug 9, 2010

How do I connect to a remote site in IIS 7.5 using vwd 2010? vwd 2010 appears to be looking for deprecated software instead of the IIS 7.5 supported protocol using webdav. My application uses a cookie authentication from a central corporate authority and nothing but a legitimate URL is going to work during debugging. There is almost no information in a google search and the only forums.asp.net post from last year says it isn't possible. If MS is no longer supporting FPSE in the new versions of IIS, then what is vwd 2010 doing looking for it--is there a patch or module of some kind that is available to enable webdav access?

View 4 Replies

Visual Studio :: Get A Debug Running Remote Web Application

Jul 10, 2010

Debugging running remote web application

View 1 Replies

Visual Studio 2010 Remote Debugging Is Very Slow?

May 5, 2010

Overall debugging works, but each step through code takes dosens of seconds.

I've already closed all additional windows like stack trace,watches,autos; deleted all breakpoints.

server and dev machine are located in different domains, so i set up local user on both, with matching password. remote debugger is running as service.

looking at security log, I found quite a lot of entries about remote debugging account logging in (record about every minute).

how i can speed up remote debugging?

dev computer: quad core, 8 Gb mem, win 7 x64 , visual studio 2010 ultimate target server: asp.net website , 2xdual core xeon, 2Gb mem, remote debugger 2010communication channel: vpn , 5 mbit , latency about 20ms. (seems that debbugging never uses more than 20 kb/s)

View 2 Replies

Visual Studio :: Copy - Constant Remote Website

Jan 7, 2010

My website application is developed with Visual Studio 2008. The programming is written and tested with a project saved on my local hard drive. Afterwards the program is transferred to my http site with the Copy Web Site function of VS 2008. Previously Visual Studio always knew the location of the remote web site. It always started the Copy Web Site function with my source site as the http site and the remote site as the site on my hard drive.

Recently, Visual Studio demands that I enter the remote site. Of course, I can do this and cause the Copy Web Site function to work. However, when VS knew the remote web site, it could easily notify me as to what changes had occurred on the Remote site since the last Copy Web site function. This helped me in determining which files needed to be copied to the http Source web site. How can I permanently link my hard drive file location as the source site in the Copy Web site function of Visual Studio 2008?

View 2 Replies

Databases :: How To Connect To A Remote Oracle With Visual Studio

Jul 30, 2010

How to connect to a remote oracle database with Visual Studio?

I know how to create the connectionSting in web.config. I wonder if I can connect to an oracle database when creating a LINQ class so that tables will show in the Server Explorer.

View 1 Replies

Visual Studio :: Attempting To Debug Remote Outside Network?

Feb 1, 2011

I am attemting to remote debug my application in a outside server I have the IP and the the user. I am using in my server msvsmom.exe 64bit version 10.3.30319.1. In my computer I have visual studio 2010. I had opened all the port required in the MSDN docimentation in the server and host. I copied my web application in the server.

When I am trying to connect from my VS2010 in "Attach to Process" using in qualifiers this format with the real information : Administrator@xxx.xxx.xxx.xxx

I have this error: "Unable to connect to the Microsoft Visual Studio Remote Debugging Monitor named Administrator@xxx.xxx.xxx.xxx" The visual Studio Remote Debugger does not support this edition of windows"

View 2 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

Visual Studio :: Remote Debugging Precompiled Website?

May 19, 2010

I have a precompiled website deployed in a remote test server. I want to debug the site from my computer. Following page says that the compilation should be performed with symbolic information.

[URL]

I had compiled my application in debug mode.

Unfortunately the breakpoints are not hit even with a copy of the precompiled website deployed in my local IIS. Following were the actions done with the local copy.

1. Requested the Page

2. Opened the source code and attached visual studio to aspnet_wp.exe

3. No break points are hit( I can see visual studio giving the hint- The breakpoint will not currently be hit. No symbols have been loaded for this document.)

View 3 Replies

Visual Studio :: Unable To Debug A Remote Web Project In VS 2005

Jan 14, 2011

I am not able to debug a Remote web project (Where the project files are located in another server which is in the same network). I am getting the below error message:

Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters) at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder,
Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData)
at Excel.Range.get__Default(Object RowIndex, Object ColumnIndex) at InventoryADD.Button1_Click(Object sender, EventArgs e) in
\10.38.23.228q1uatassettrackInventoryADD.aspx.cs:line 670

It works fine when i try to access the website through IIS. Shud i do some setting changes on VS 2005?

I've tried with

<trust
level="Full"
originUrl="" />

View 1 Replies

Visual Studio :: Remote Debugger Fails On W2K8 & VS2K8?

Apr 27, 2010

I have a Windows Server 2008 x64 to develop applications, I installed the remote debugger rdbgsetup_x64.exe from

http://www.microsoft.com/downloads/details.aspx?displaylang=es&FamilyID=440ec902-3260-4cdc-b11a-6a9070a2aaab (spanish) Run the setup wizard, use the LocalSystem user to run the service and allows any computer to connect to the debugger.The configuration of the firewall is off.The configuration of the firewall with advanced security is:

inactive domain profile
inactive private profile
Inactive Public Profile

I found that the w3wp worker process runs on 32 and msvsmon runs 64.Now the client is a Windows XP x32 with Visual Studio 2008 SP1.either constructing a web application to check the operation of the treatment and get the following error: Unable to start debugging on the web server. The web server does not support automatic attaching This is Most Likely Because the web site is using ASP.NET version 1.0 or 1.1. Upgrade the website to ASP.NET 2.0 or manually attach to the web server process using the 'Attach to process' dialog. "

View 1 Replies

Visual Studio :: Export Project So Can Open It At Remote Office?

Jan 30, 2011

Im newbie to Visual Studio 2010 and asp.net. Have been working on a asp.net webpage project as home for some days now, and want to bring with me all project files to my office to continue work there. Using Visual Studio 2010 at home and at office.What is the easy way to do this in Visual Studio 2010?(Have been using Dreamweaver earlier, and then I just used FTP to upload my files to a webserver and download them at my office. Is this the "solution" in Visual Studio as well?

View 1 Replies

Production System - Use Visual Studio (2008 With SP1) To Debug The Remote Application ?

Apr 3, 2010

First time i am going to work on (maintenance project) application that is already in production.The application was developed in ASP.net 3.5/C# 3.0(web forms) with jQuery,Ajax,Sql server 2005 and microsoft enterprise library 4.0.,WCF services. Questions (bear with me if my question is wrong)

1) Is it possible to use Visual Studio (2008 with SP1) to debug the remote application (i.e already in production)?.What are the tools do i need to use in order to keep track the things in case something went wrong?

2) Simply looking into Log file ,will solve the issues?

3) After having done with enhancements,is it possible to directly deploy the DLLs into production server.Won't it affect the running application?

what are the procedures i need to follow.Client is ready to provide any tools for my support.(What are the area do i need to aware to handle production system

View 2 Replies

Visual Studio 2010 - Remote Debugging Applications On A Server With Static IP Address?

Jan 20, 2011

All of examples on web assume the remote server which we are going to debug remotely is on the same network. I have only a static IP address and using RDP I connect to server.

I've installed Remote Debugger on remote machine but cannot set the static IP address as Qualifier in visual studio -> debug -> attach to process

View 1 Replies

Web Forms :: Deploy Web Part To Remote Sharepoint Site In Visual Studio 2008

Apr 17, 2010

I used to deploy developed web parts to a remote sharepoint site by Build->Deploy menu inside Visual Studio 2008 months ago ( I am not a regular web part developer). My network engineer also asked me how to deploy web parts without stsadm commands. anyway now I can't. Visual Studio keeps complaining that the specified site doesn't have sharepoint site contained. "No SharePoint Site exists at the specified URL."

After googling, it is said web parts can't be deployed to remote sharepoint sites from visual studio. Only can to local site. However I did it before. Visual Studio 2008 service pack or hot fix made this feature (remote deploy) removed? Or is there any workaround?

View 1 Replies

Visual Studio :: VWD 2010: Copy Web Fails If File Exists On Remote Site

Oct 6, 2010

I just started using VWD 2010 and I used Copy Web to upload the site to the server. However, whenever I try to upload a new version of a file that I've already uploaded, the upload fails, with this error in the log (as an example):

Copy from 'C:UsersLouDocumentsVisual Studio 2010WebSitesgenusus10 ools' to 'ftp://69.67.214.24/web/tools' started at 10/6/2010 4:00:33 PM.

View 4 Replies

Security :: Web Service Execute On Remote Computer?

Jan 18, 2010

I'm using asmx web service to lock a folder on remote computer!

When I run web service on local machine everything working fine, but when I run it on remote computer nothing happen, folder on remote computer stay unlock!

I supose that I need to set security permission for this web service on remote computer, but i don't know where! So, what I need to enable executing this service on remote computer?

View 3 Replies

Viewing 'hello World' Page From Remote Computer?

Mar 28, 2011

I've been a VB programmer for years, and friend asked me to write a program that does data storage and is executable from PC & MAC browsers. It seems like I need ASP.NET for this, so I tried to write a server-side 'hello world' ASP.NET program. I did this using VWD 2010 Express, and after successfully 'building' the website, it works great if I view it on the development machine. But when I copy it to my web server (running on a Windows XP Tablet machine) and try to view default.aspx, instead of getting a nicely-formatted page, my browser (IE8) is displaying the HTML source code. I tried hosting the site on both Apache and IIS , and I'm getting the same results.

1. What am I doing wrong?

2. Is ASP.NET the best platform for building a database-based application that can be viewed from both PC's and Macs? If so, should this work from iPads / Safari as well?

View 4 Replies

Web Forms :: Move Files To Remote Computer?

Jul 17, 2010

my wish is to move Files from ASP.NET Web Application(VB.NET) to remove Computer.

ive tried using a code behind, with no success..

i got en error which is "Could not find a prat of the path '\ComputerNameFolder' "

i tried instead "Computer Name" use IP address, and the same error.

(I gave All the premmission...)

i tried to create a Batch file, which is working if i run it.

but when i try to Execute it on the VB Code, i got nothing, it doesnt fire.

i tried (System.Diagnostics.Process.Start("C:File.bat"),Shell("C:File.bat") )

View 1 Replies

Architecture :: Open A Command Prompt Of Remote Computer?

Sep 3, 2010

I need to open a Command prompt (cmd.exe) of a Remote server computer and Run a Command from my asp.net web application (C# laungauge). I have progressed till opening a command prompt of the webserver where the website is hosted. My code is:

[Code]....

I have achived this using the VB script. The code is:

[Code]....

In the above code psexec.exe is software used to access remote computers.nawinapp627 = Remote serverPlease help me to achieve above using C#.

View 13 Replies

Web Forms :: Displaying Remote Computer Reply In Window?

Jan 13, 2010

i have to make a login page where user has to enter username & password to get message from remote server. actually its a API, where user send his username and password and get the reply. i have done the login page coding. but i don know how to catch the reply and disply it in window.

note that there is now database or connection string where we have to compare username & password. its simple url as:-

"http://smscgateway.com/balanceapi.asp?username=username&password=password"

here in this string i have to replace the replace name and password with textbox values and post it. but it after posting i dont know how to catch the reply.

as soon as we click it. it replies as "invalid User Name or Password".

View 3 Replies







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