problems about C# web application creation

  • Thread starter Thread starter authorking
  • Start date Start date
A

authorking

I intsall IIS version 6.0 on Windows Server 2003. Every time when I create a
C# web appliction, the system tell me following information:
"Can not create the web application "myapp", file path
"c:\inetpub\wwwroot\myapp" and the URL http://localhost/myapp dosn't match.
Their server mapping must be the same. Please try to use FrontPage
extension."
I want to know what's the problem and How should I config my IIS so that I
can create my web application properly.
Thanks
 
hi
try to run the command regiis-i from the command prompt , you might
also need to open the iis from control panel' Administrative tools '
internet information services and create a the virtual directory from
there and map it to the path of the physical folder.
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Back
Top