Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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???

  • Moderators
Posted

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

Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...