473,406 Members | 2,713 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Project on the remote server

Hi,

So far I have been creating projects on my local machine (localhost) without
any problems. Now I need to create a project on a remote server. When I try
to create a web application on the server, VS.NET returns an error message
about lack of required permissions. What permissions do I need to set up on
the remote server?

My server system: Win2000 Advanced Server with built-in IIS, .NET 1.1

Thanks in advance,
Leszek Taratuta
Nov 17 '05 #1
4 1196
Hi Leszek,

Please tell me the detailed error message and the detailed reproducing
steps.

Basically the account should have the write permission of the
\Inetpub\wwwroot folder. A simple work around will be using the
Administrator account.

I hope it helps.

Best regards,

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 17 '05 #2
When I try to create a new project on the remote server I receive the
following error:

"Web Access Failed"
"The default Web access mode for this project is set to file share, but the
project folder at 'http://webserver/myapplication' cannot be opened with the
path '\\webserver\wwwroot$\myapplication'. The error returned was:
Unable to create Web project 'myapplication'. The UNC share
'\\webserver\wwwroot$\myapplication' does not exist or you do not have
access."

I have temporarily resolved the problem by selecting the option "Try to open
the project with FrontPage Server Extensions" but I am not sure if this is
the right way to do this.

Thanks,
Leszek Taratuta

"Jacob Yang [MSFT]" <ji***@online.microsoft.com> wrote in message
news:Ew*************@cpmsftngxa06.phx.gbl...
Hi Leszek,

Please tell me the detailed error message and the detailed reproducing
steps.

Basically the account should have the write permission of the
\Inetpub\wwwroot folder. A simple work around will be using the
Administrator account.

I hope it helps.

Best regards,

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 17 '05 #3
Hi Leszek,

Using FPSE is an optional work around for this issue. I have another
solution for your reference.

We can follow the following steps to create the project on the
virtual/remote Web site.

Once the virtual Web site is created,
1) Share the physical folder pointed by the virtual Web root.
2) Provide permissions to VS Developers Group to that folder and make sure
the user on the client is one of the members of this group on the server.
3) In an intranet situation, add the virtual web site name/address to hosts
file on both client and server machine.

From the client,
1) Open Visual Studio.NET.
2) Go to Tools/Options/Projects/Web Settings and on the right hand side
panel, select "Connection Settings" or you can also open IE and go to
Tools/Internet Options/Connections.
3) Click on LAN settings and if you are using proxy, then uncheck all the
options under "Automatic configuration" section. ("Automatically detect
settings" and "Use Automatic configuration Script")
4) Check both options in "Proxy Server" section ("Use Proxy server for your
LAN .." and "Bypass proxy server for local addresses") and provide the
details of the proxy server.
5) Click on the "Advanced" button in Proxy Server section and in the "Proxy
Server" dialog box, add the host header name to the list that says "Do not
use proxy server for addresses beginning with the following" and click Ok.
6) Start creating a new project in VS.NET
8) In the New Project dialog box, provide the location as
http://virtualWebsitename/projectname
9) When you get the Web Access Failed dialog box, provide the proper share
for the virtual web site that you are going to create project in. e.g.
\\<machinename>\sharenameforvirtualwebsite\project name
10) Now the project should get created under the specified share on the web
server.

I hope it helps.

Best regards,

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 17 '05 #4
Thanks a lot!

Leszek Taratuta

"Jacob Yang [MSFT]" <ji***@online.microsoft.com> wrote in message
news:Ax**************@cpmsftngxa06.phx.gbl...
Hi Leszek,

Using FPSE is an optional work around for this issue. I have another
solution for your reference.

We can follow the following steps to create the project on the
virtual/remote Web site.

Once the virtual Web site is created,
1) Share the physical folder pointed by the virtual Web root.
2) Provide permissions to VS Developers Group to that folder and make sure
the user on the client is one of the members of this group on the server.
3) In an intranet situation, add the virtual web site name/address to hosts file on both client and server machine.

From the client,
1) Open Visual Studio.NET.
2) Go to Tools/Options/Projects/Web Settings and on the right hand side
panel, select "Connection Settings" or you can also open IE and go to
Tools/Internet Options/Connections.
3) Click on LAN settings and if you are using proxy, then uncheck all the
options under "Automatic configuration" section. ("Automatically detect
settings" and "Use Automatic configuration Script")
4) Check both options in "Proxy Server" section ("Use Proxy server for your LAN .." and "Bypass proxy server for local addresses") and provide the
details of the proxy server.
5) Click on the "Advanced" button in Proxy Server section and in the "Proxy Server" dialog box, add the host header name to the list that says "Do not
use proxy server for addresses beginning with the following" and click Ok.
6) Start creating a new project in VS.NET
8) In the New Project dialog box, provide the location as
http://virtualWebsitename/projectname
9) When you get the Web Access Failed dialog box, provide the proper share
for the virtual web site that you are going to create project in. e.g.
\\<machinename>\sharenameforvirtualwebsite\project name
10) Now the project should get created under the specified share on the web server.

I hope it helps.

Best regards,

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: rr | last post by:
Environment: Development PC: W2K Professional WebServer: W2K Server, IIS 5.0 Peer-to-Peer network I'd like to create a new asp.net project on a remote server (not on the local (development)...
0
by: Zachary Hilbun | last post by:
I am developing an ASPNET app using c# on a remote server. The server lost a hard drive and one probject was recovered on that server and one was not. I can't compile or syncronize anymore on the...
22
by: dw | last post by:
Please help some desperate developers!! We need to create an ASP.NET project via VS.NET 2003 on a networked Win 2003 server that we use for testing, but it keeps generating an error: "The Web...
3
by: Johnny | last post by:
Hi, I have created an ASP.NET application (let's call it FooBar) with VS.NET on my local machine, residing in http://localhost/FooBar. Deploying it to another folder on my machine works well...
2
by: camp | last post by:
I use VS.Net 2003 on Win XP Pro SP2. I created an ASP.Net app on local IIS. Now I just wanted to "Copy Project" to remote server, but I get this error: "An error occured while copying the...
6
by: JonSteng | last post by:
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free)...
2
by: ozcankanbur | last post by:
How can I run an asp.net project on distributed servers? (WEB SERVER / APPLICATION SERVER / DATABASE SERVER) My asp.net project runs with ui.dll,biz.dll and data.dll so you know all the assemblies...
29
by: Tony Girgenti | last post by:
Hello. I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer. I'm using a web form. How do I...
3
by: DBLWizard | last post by:
Howdy All, Is it possible to have Visual Studio 2005 create a project form an existing hosted website? In other words I want to be able connect via ftp to my website structure and have it pull...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
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...
0
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...
0
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,...

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.