cant creat a web project!:((

mosad2

Newcomer
Joined
Jun 12, 2003
Messages
9
Location
EgYpT
hi guys
i have a wierd problem
whenever i try to create a asp.net web form
it first tells me that its creating the application
then it comes up with this error
the defualt web access mode for this project is set to file share but the default folder at
"http://localhost/webapplication1" cannot be opened with the path "http://inetpub/wwwroot/webapplication1"
the error returned was:
unable to create webapplication1,the file path "http://inetpub/wwwroot/webapplication1"
doesnt correspond to the URL application
"http://localhost/webapplication1"
the two need to map to the same server location.HTTP error 404:not found

then it gives two choices whether i wanna retry using a diff. file share path
or
try to open the project with front page extension
if i choosed any i get back to the same error!
how can i get over this???
 
hmmm i have the same problem atm. Before my format it worked, i must of missed something on reinstall.
 
Maybe you should try to reinstall VS.NET? I seem to remember that some people have had similiar issues for one reason or another, and this usually fixed it...
 
In your Task Manager is "aspnet_wp.exe" running?
Also, Is the virtual directory "webapplication1" created and is IIS running? (I realize it's installed but is it running?)

If all of the above is true, run this in the command prompt: (at the location of your .NET framework)
ie. C:\WINNT\Microsoft.NET\Framework\<your version>\

aspnet_regiis.exe /i
 
Back
Top