ASP .NET Web App - Initial setup error

  • Thread starter Thread starter Rupang
  • Start date Start date
R

Rupang

Make sure that IIS is installed on your Machine!
If IIS is installed then you need to Run following
"aspnet_regiis -i" from your VS.NET Command Prompt
Regards,
Rupang
 
Search the file aspnet_regiis.exe and run it from that
path (usually in the
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 folder)
 
Back
Top