|
-
Jun 24th, 2003, 06:52 PM
#1
Thread Starter
New Member
Newbie Question
When attempting to start a asp.net application an error is returned.
The default web access mode for this project is set to file share, but the local host at http://localhost/WebApplication1 cannot be opened with this path “//myname/wwwroot$/webapplication1”
txnadv
-
Jun 26th, 2003, 08:18 AM
#2
Frenzied Member
The local path should be:
C:\Inetpub\wwwroot\WebApplication1\
and make sure you have IIS installed and configured properly.
-
Jun 27th, 2003, 04:21 AM
#3
Junior Member
make sure that iis is installed before installing .net
else
webcontrols wont be there.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|