mosad2 Posted February 21, 2004 Posted February 21, 2004 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??? Quote
samsmithnz Posted February 21, 2004 Posted February 21, 2004 Do you have IIS installed? What version of Windows do you have? Quote Thanks Sam http://www.samsmith.co.nz
mosad2 Posted February 21, 2004 Author Posted February 21, 2004 i have it installed i have windows 2003 server standard edition! so what can i do? Quote
Shazbots Posted February 21, 2004 Posted February 21, 2004 hmmm i have the same problem atm. Before my format it worked, i must of missed something on reinstall. Quote
samsmithnz Posted February 21, 2004 Posted February 21, 2004 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... Quote Thanks Sam http://www.samsmith.co.nz
Moderators Robby Posted February 22, 2004 Moderators Posted February 22, 2004 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 Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.