Re: IIS XP-Prof testing mode
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 02/15/04
- Next message: David Wang [Msft]: "Re: slow response on IIS5"
- Previous message: David Wang [Msft]: "Re: IIS 5.0 Authentication issues"
- In reply to: Lee B: "IIS XP-Prof testing mode"
- Next in thread: Pravin A. Sable: "RE: IIS XP-Prof testing mode"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 15 Feb 2004 01:19:46 -0800
Try reading the VS.Net product documentation. It has info on how to do all
this.
>From a default IIS installation, you shouldn't need to mess around with any
IIS properties. I've literally just installed IIS, installed VS.Net, and
created projects ready to be run/debug with no problems.
So, I would suggest that you un-mess your property changes, whatever they
are, and try again.
Do you happen to have URLScan running on this machine and rejecting .tmp
extension? It could cause that error. Are you publishing your VS.Net
project via UNC or FPSE? If UNC, do you have a wwwroot$ UNC share on the
server and are you in the "VS Developer" group? Do you have FPSE installed
on both the client and the server? All this (and more) are in VS.Net
documentation and troubleshooting.
-- //David IIS This posting is provided "AS IS" with no warranties, and confers no rights. // "Lee B" <lee@bettilyon.net> wrote in message news:1F6DF122-F533-4EC7-A4CE-E082EFEF0DA8@microsoft.com... I am new to IIS and ASP.NET programming. I want to develop and test what I develop (thats all) on my XP-Prof machine. I have three machines connected (IMac, ME, and XP-prof) My first ASP.Net program (following directions in a text book I have) was placed properly in the c:\Inetpub\wwwroot directory in a new folder with the project name. But, when going to another attached machine and accessing the web site (using a browser and the XP machines IP address, all I could access were default file names in wwwroot. I couldn't get to the project. So then I started messing with the IIS properties. Now I cannot get to or even create any new ASP.Net Web applications. The error I get (from the IDE when I try to create a new ASP.Net project) is: The default Web access mode for this project is set to file share, but the project folder at 'http://localhost/LeeTest1' cannot be opened with the path 'C:\Inetpub\wwwroot\LeeTest1'. The error returned was: Unable to create Web project "LeeTest1". The file path 'c:\Inetpub\wwwroot\LeeTest1 does not correspont to the URL 'http://localhost/LeeTest1'. The two need to map to the same server location. HTTP Error 404: Object Not Found. Is these a document someplace that will tell me what the properties for IIS should be so I can start 'messing around' with ASP.NET development? Or, is there something mess up with the settings in the VS.NET? Please HELP. Lee B.
- Next message: David Wang [Msft]: "Re: slow response on IIS5"
- Previous message: David Wang [Msft]: "Re: IIS 5.0 Authentication issues"
- In reply to: Lee B: "IIS XP-Prof testing mode"
- Next in thread: Pravin A. Sable: "RE: IIS XP-Prof testing mode"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|