help: how to config to use dotnet's quickstart?

  • Thread starter Thread starter Damon
  • Start date Start date
D

Damon

I installed a .NET on my windowsXP pro.
And, I ran "C:\Program Files\Microsoft Visual Studio
..NET\FrameworkSDK\Samples\Setup\ConfigSamples.exe" and got same virtual
directories.

when I use this URL-http://localhost/quickstart to use Quickstart, the
webpage could not display.IE always asks me to download "default.aspx".

So, how to config IIS or something else to use Quickstart correctly?

Thank you.
 
Make sure the Virtual directory are correctly create and they are made as
"Application". You can check this is IIS manager console.

For more info, you can check the ConfigDetails.htm file:

C:\Program Files\Microsoft Visual Studio
..NET\FrameworkSDK\Samples\Setup\html\ConfigDetails.htm

Regards,

Felix
 
As configdetails.htm says,I re-ran those two command :
1.. aspnet_regiis.exe -i

2.. iisreset.exe
and the quickstart is OK.

Thank you.
 
Back
Top