PDA

View Full Version : Pls help me!


rycw
08-31-03, 04:14 AM
hi all
I have installed IIS and .net framework ver 1.1 in my XP PRO.
In my harddisk, I have found the folder "intepub". Also, it had a "www.root" in "intepub". Then I write a simple aspx file and put it under the "wwwroot" folder. When I browse it with IE, it can't work. It just only see like a html file...
what's the problem I meet???
thanks

rycw

rycw
08-31-03, 04:31 AM
Once again, the web page can see but not with the asp function

Tesco
08-31-03, 07:57 AM
Make sure you've enabled ASP.NET. It's some where in inetmgr IIRC.

Shane
08-31-03, 09:47 AM
Are you using the web server address and not c:\inetpub\wwwroot\whatever.aspx.

Also, try an re-map your extensions by going to start > run and then typing "aspnet_regiis.exe -i"

rycw
09-01-03, 09:35 AM
Shane, thx your help. I will try it!!!!