Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi all,

 

I wonder if is it possible to do a debug of asp/asp.net pages with VisualStudio.net in remote.

 

I explain

I have IIS on a PC running my site (asp.net).

Can I with VS.net on a different PC (connected via lan-TCP/IP) do a debug of my site?

 

Thank you!

> NeoDataType.net <

Try my Free .Net Reporting Tool!

Posted

Hi,

 

essentially you don't need FrontPage extenstions (if you don't like it as me :D ). I'm using virtual folder named 'solution' which points to the folder on the server where are located .sln and .vbproj files, I disabled anonymous access to this folder too. The second thing I did is shared folder 'project_name_solution' on the server, this is also protected with password. If you're migrating from localhost project to remote project, don't forget to change the file(s) .vbproj.web and .sln file to match current location..

 

When you're adding a new project in VS you gonna be asked to enter URL, here use the URL including 'solution' virtual folder, in the second dialog enter the UNC path \\....\project_name_solution

 

I've proved this approach and it's worknig fine.

Good luck

Jarda

 

==================

Jaroslav Lhotak

Internet Team

Radio Free Europe / Radio Liberty Inc.

http://www.rferl.org/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...