Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 1.0 and Visual Studio.NET > VS.NET 2002/2003
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 14th, 2003, 10:47 AM
Authorized User
 
Join Date: Jul 2003
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to merediths
Default Trouble with VS.NET and 2003 Server

 I am attempting to create a C# web application with Visual Studio.NET and Windows 2003 Server [ RC2 ]. Every time I attempt to create a new project I recieve an error message indicating that the URL http://<hostname>/project does not map to the location C:\<projectpath>. I have attempted to use SMB/CIFS/NetBIOS ( whatever they're calling it) and FrontPage Extensions ( not that I actually *use* those, I actually turned them on because SMB would not work).
  Now, I have actually created a test file in c:\<projectpath> and verified that they *do* map to the same location. I have tried pre-creating the directory (which has been un-necessary in 2k/XP) as both real and virtual directories, but to no avail.
  Has anybody else been successful in getting IIS 6.0 and Visual Studio to interoperate?

Regards,
Meredith Shaebanyan

 
Old July 17th, 2003, 06:58 AM
MMB MMB is offline
Registered User
 
Join Date: Jul 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

i just solved the same problem on our 2003 Server. We are using the ASPNET account as Worker process ID, meaning that we are using application pooling and using the ASPNET account as identity for VS.net applicaitons. I did the following to solve the problem.

- Removed Visual Studio .net server components from the server.
- Removed ASP.NET from the server (windows component).
- Removed Frontpage extensions (windows component).

Reinstalled all three again. Changed the password on the local ASPNET account (just to make sure that it was correct). Checked that my machine.config file had the same password mentioned in the (ProcessModel) section.

After that I restarted the IIS 6.0 and it was working. I don't know if you have to do all things mentioned above.






Similar Threads
Thread Thread Starter Forum Replies Last Post
VB.Net with Exchange Server 2003 kbc VB.NET 3 January 8th, 2009 01:45 PM
Deploy ASP.NET apps from XP to Win 2003 server cJeffreywang ASP.NET 2.0 Professional 3 July 5th, 2007 02:40 PM
Dot Net on Windows server 2003 khssnl General .NET 1 November 18th, 2005 07:28 AM
cannot open the sql server in vs .net 2003 csc820203 VS.NET 2002/2003 2 July 21st, 2004 09:34 AM
Web Application Trouble with 2003 Server merediths C# 1 July 25th, 2003 05:50 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.