cannot create an asp.net web application under http://localhost

  • Thread starter Thread starter lvcha.gouqizi
  • Start date Start date
The web server must have the FrontPage Server Extensions installed in order
to create any web project that uses localhost. You could create a file-based
web, such as c:\inetpub\wwwroot\mysite and then in the IIS MMC right-click
on the directory, select properties, and on the Home Directory tab choose
Create Application. This will mark it as an application in IIS and allow you
to run like you would if you created it from VS.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top